1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

target bootstrap v4.6.2 (#4024)

This commit is contained in:
Ike 2024-04-26 17:40:45 -07:00 committed by GitHub
parent e2d445dd3c
commit 8142ba7bf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 34 deletions

View File

@ -9,7 +9,7 @@
"version": "0.0.0",
"license": "-",
"devDependencies": {
"bootstrap": "5.3.3",
"bootstrap": "4.6.2",
"del": "6.0.0",
"font-awesome": "4.7.0",
"gulp": "4.0.2",
@ -55,17 +55,6 @@
"node": ">= 8"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"dev": true,
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/aggregate-error": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
@ -609,9 +598,9 @@
}
},
"node_modules/bootstrap": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz",
"integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==",
"dev": true,
"funding": [
{
@ -624,7 +613,8 @@
}
],
"peerDependencies": {
"@popperjs/core": "^2.11.8"
"jquery": "1.9.1 - 3",
"popper.js": "^1.16.1"
}
},
"node_modules/brace-expansion": {

View File

@ -8,7 +8,7 @@
"build": "gulp build"
},
"devDependencies": {
"bootstrap": "5.3.3",
"bootstrap": "4.6.2",
"del": "6.0.0",
"font-awesome": "4.7.0",
"gulp": "4.0.2",

View File

@ -9,7 +9,7 @@
"version": "0.0.0",
"license": "GPL-3.0",
"devDependencies": {
"bootstrap": "5.3.3",
"bootstrap": "4.6.2",
"del": "6.0.0",
"font-awesome": "4.7.0",
"gulp": "4.0.2",
@ -56,17 +56,6 @@
"node": ">= 8"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"dev": true,
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/aggregate-error": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
@ -610,9 +599,9 @@
}
},
"node_modules/bootstrap": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz",
"integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==",
"dev": true,
"funding": [
{
@ -625,7 +614,8 @@
}
],
"peerDependencies": {
"@popperjs/core": "^2.11.8"
"jquery": "1.9.1 - 3",
"popper.js": "^1.16.1"
}
},
"node_modules/brace-expansion": {

View File

@ -8,7 +8,7 @@
"build": "gulp build"
},
"devDependencies": {
"bootstrap": "5.3.3",
"bootstrap": "4.6.2",
"del": "6.0.0",
"font-awesome": "4.7.0",
"gulp": "4.0.2",