frontend: pin bootstrap to 4.5

This commit is contained in:
nkanaev
2026-06-27 22:03:09 +01:00
parent 27f7936614
commit 5cc89fe20c
2 changed files with 9 additions and 15 deletions

22
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"": { "": {
"dependencies": { "dependencies": {
"@fluent/bundle": "^0.19.1", "@fluent/bundle": "^0.19.1",
"bootstrap": "^4.6.2", "bootstrap": "4.5",
"vue": "^2.7.16" "vue": "^2.7.16"
}, },
"devDependencies": { "devDependencies": {
@@ -525,21 +525,15 @@
} }
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "4.6.2", "version": "4.5.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==",
"deprecated": "This version of Bootstrap is no longer supported. Please upgrade to the latest version.", "deprecated": "This version of Bootstrap is no longer supported. Please upgrade to the latest version.",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"license": "MIT", "license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
},
"peerDependencies": { "peerDependencies": {
"jquery": "1.9.1 - 3", "jquery": "1.9.1 - 3",
"popper.js": "^1.16.1" "popper.js": "^1.16.1"

View File

@@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"@fluent/bundle": "^0.19.1", "@fluent/bundle": "^0.19.1",
"bootstrap": "^4.6.2", "bootstrap": "4.5",
"vue": "^2.7.16" "vue": "^2.7.16"
} }
} }