From 66783ba9d5c244b90c8d0ead0266b9612f010052 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jan 2020 03:27:53 +0000 Subject: [PATCH] fix: upgrade bootstrap from 4.3.1 to 4.4.1 Snyk has created this PR to upgrade bootstrap from 4.3.1 to 4.4.1. See this package in NPM: https://www.npmjs.com/package/bootstrap See this project in Snyk: https://app.snyk.io/org/msobanjo/project/25d0737a-eb8e-4629-87fe-91599b4fd063?utm_source=github&utm_medium=upgrade-pr --- src/main/resources/static/package-lock.json | 6 +++--- src/main/resources/static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/static/package-lock.json b/src/main/resources/static/package-lock.json index 78438ea..12139d1 100644 --- a/src/main/resources/static/package-lock.json +++ b/src/main/resources/static/package-lock.json @@ -664,9 +664,9 @@ } }, "bootstrap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", - "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", + "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" }, "brace-expansion": { "version": "1.1.11", diff --git a/src/main/resources/static/package.json b/src/main/resources/static/package.json index 10ad2c5..0d4d71d 100644 --- a/src/main/resources/static/package.json +++ b/src/main/resources/static/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "5.10.2", - "bootstrap": "4.3.1", + "bootstrap": "4.4.1", "jquery": "3.4.1", "jquery.easing": "^1.4.1", "magnific-popup": "^1.1.0"