1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 07:43:27 +00:00

[deps]: Update bootstrap to v5.3.3 (#631)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-02 11:27:44 -05:00
committed by GitHub
parent 37ac5fc936
commit e3d3c856c5
2 changed files with 16 additions and 10 deletions

22
package-lock.json generated
View File

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

View File

@@ -150,7 +150,7 @@
"@angular/router": "16.2.12", "@angular/router": "16.2.12",
"@microsoft/microsoft-graph-client": "3.0.7", "@microsoft/microsoft-graph-client": "3.0.7",
"big-integer": "1.6.52", "big-integer": "1.6.52",
"bootstrap": "5.0.0", "bootstrap": "5.3.3",
"browser-hrtime": "1.1.8", "browser-hrtime": "1.1.8",
"chalk": "4.1.2", "chalk": "4.1.2",
"commander": "12.1.0", "commander": "12.1.0",