From 9595f9d997eab3ac5f68b79630b17f3283d71ffd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 May 2022 04:28:14 +0000 Subject: [PATCH] fix: upgrade bootbox from 5.5.2 to 5.5.3 Snyk has created this PR to upgrade bootbox from 5.5.2 to 5.5.3. 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=referral&page=upgrade-pr --- static/package-lock.json | 21 +++------------------ static/package.json | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 4d1dd1ca..ba4d6dc2 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -62,19 +62,9 @@ } }, "bootbox": { - "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", - "popper.js": "^1.16.0" - } - }, - "bootstrap": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz", - "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==" + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/bootbox/-/bootbox-5.5.3.tgz", + "integrity": "sha512-B4mnm1DYgNHzoNtD7I0L/fixqvya4EEQy5bFF/yNmGI2Eq3WwVVwdfWf3hoF8KS+EaV4f0uIMqtxB1EAZwZPhQ==" }, "font-awesome": { "version": "4.7.0", @@ -109,11 +99,6 @@ "jquery": ">=1.8.0" } }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" - }, "qrious": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/qrious/-/qrious-4.0.2.tgz", diff --git a/static/package.json b/static/package.json index b48b6dc7..83f94ad4 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.30.0", - "bootbox": "^5.5.2", + "bootbox": "^5.5.3", "font-awesome": "^4.7.0", "htmx.org": "^1.6.1", "intro.js": "^2.9.3",