From d924dc1d52f0345d620657c64a1ddad9481de148 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Dec 2020 03:23:42 +0000 Subject: [PATCH] fix: upgrade bootbox from 5.5.1 to 5.5.2 Snyk has created this PR to upgrade bootbox from 5.5.1 to 5.5.2. 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 | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 64c4cf0c..5b6b3248 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -62,9 +62,9 @@ } }, "bootbox": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.1.tgz", - "integrity": "sha512-sAXwO4wgJipTrjAs77g3mCYdF59kxxPhQjG7rYPbHIp9AoAetPu77qvfJSBfmlezoEBdTs9ByfhOfb2W9IU7HQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.2.tgz", + "integrity": "sha512-q8d9VO2A4+q6S0XvovLtqtBUp7uRy0wtDOuuycnoheK2TiAm3um0jOlAOu9ORn9XoT92tdil+p15Dle1mRgSPQ==", "requires": { "bootstrap": "^4.4.0", "jquery": "^3.5.1", diff --git a/static/package.json b/static/package.json index 49f0b6d3..05a5d3bb 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.27.6", - "bootbox": "^5.5.1", + "bootbox": "^5.5.2", "font-awesome": "^4.7.0", "intro.js": "^2.9.3", "multiple-select": "^1.5.2",