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