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",