diff --git a/package-lock.json b/package-lock.json index 1f4ab84a..9fab08d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@angular/router": "16.2.12", "@microsoft/microsoft-graph-client": "3.0.7", "big-integer": "1.6.52", - "bootstrap": "5.0.0", + "bootstrap": "5.3.3", "browser-hrtime": "1.1.8", "chalk": "4.1.2", "commander": "12.1.0", @@ -7097,16 +7097,22 @@ "optional": true }, "node_modules/bootstrap": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", - "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", + "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, "peerDependencies": { - "@popperjs/core": "^2.9.2" + "@popperjs/core": "^2.11.8" } }, "node_modules/brace-expansion": { diff --git a/package.json b/package.json index 15c4a45c..382f485b 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "@angular/router": "16.2.12", "@microsoft/microsoft-graph-client": "3.0.7", "big-integer": "1.6.52", - "bootstrap": "5.0.0", + "bootstrap": "5.3.3", "browser-hrtime": "1.1.8", "chalk": "4.1.2", "commander": "12.1.0",