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