From 6df616c4b4fbe9bba1a128afb6abf6b8bd84830f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Nov 2020 03:25:19 +0000 Subject: [PATCH] fix: upgrade bootbox from 5.4.0 to 5.5.1 Snyk has created this PR to upgrade bootbox from 5.4.0 to 5.5.1. See this package in npm: https://www.npmjs.com/package/bootbox See this project in Snyk: https://app.snyk.io/org/nguyenkims/project/72f25afd-ac84-4504-a9bd-dc5ead29b930?utm_source=github&utm_medium=upgrade-pr --- static/package-lock.json | 14 +++++++------- static/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 4b3a9182..27f40024 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -62,19 +62,19 @@ } }, "bootbox": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.4.0.tgz", - "integrity": "sha512-GCPrDwZpJsUnqzrto3ZURVafypl13+DAyE3YZx5jR5EIoTDSyREPhr77hlCuPKvM6VvXR5Mh/34W3DYMC7JE9g==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.1.tgz", + "integrity": "sha512-sAXwO4wgJipTrjAs77g3mCYdF59kxxPhQjG7rYPbHIp9AoAetPu77qvfJSBfmlezoEBdTs9ByfhOfb2W9IU7HQ==", "requires": { "bootstrap": "^4.4.0", - "jquery": "^3.4.1", + "jquery": "^3.5.1", "popper.js": "^1.16.0" } }, "bootstrap": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", - "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz", + "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" }, "font-awesome": { "version": "4.7.0", diff --git a/static/package.json b/static/package.json index 2abe07ba..c9f9f0de 100644 --- a/static/package.json +++ b/static/package.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/simple-login/app#readme", "dependencies": { "@sentry/browser": "^5.25.0", - "bootbox": "^5.4.0", + "bootbox": "^5.5.1", "font-awesome": "^4.7.0", "intro.js": "^2.9.3", "multiple-select": "^1.5.2",