From 2763dda9b7e8b3235e3ffb2fa70e682bc713dbbc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 10:24:41 +0000 Subject: [PATCH] Bump popper.js from 1.16.0 to 1.16.1 in /arctic/static/arctic Bumps [popper.js](https://github.com/FezVrasta/popper.js) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/FezVrasta/popper.js/releases) - [Commits](https://github.com/FezVrasta/popper.js/commits) Signed-off-by: dependabot-preview[bot] --- arctic/static/arctic/package-lock.json | 6 +++--- arctic/static/arctic/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arctic/static/arctic/package-lock.json b/arctic/static/arctic/package-lock.json index a4e9818a..a7640987 100644 --- a/arctic/static/arctic/package-lock.json +++ b/arctic/static/arctic/package-lock.json @@ -7528,9 +7528,9 @@ } }, "popper.js": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.0.tgz", - "integrity": "sha512-+G+EkOPoE5S/zChTpmBSSDYmhXJ5PsW8eMhH8cP/CQHMFPBG/kC9Y5IIw6qNYgdJ+/COf0ddY2li28iHaZRSjw==" + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" }, "posix-character-classes": { "version": "0.1.1", diff --git a/arctic/static/arctic/package.json b/arctic/static/arctic/package.json index 9430e621..3eef588d 100644 --- a/arctic/static/arctic/package.json +++ b/arctic/static/arctic/package.json @@ -19,7 +19,7 @@ "jquery.are-you-sure": "^1.9.0", "js-yaml": "^3.13.1", "moment": "^2.22.2", - "popper.js": "^1.16.0", + "popper.js": "^1.16.1", "rimraf": "^3.0.1", "sass-burger": "^1.3.1", "selectize": "^0.12.5",