From 5cc89fe20cd66171c451db198fc049d3e90720b3 Mon Sep 17 00:00:00 2001 From: nkanaev Date: Sat, 27 Jun 2026 22:03:09 +0100 Subject: [PATCH] frontend: pin bootstrap to 4.5 --- package-lock.json | 22 ++++++++-------------- package.json | 2 +- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7524d8e..4b9844a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@fluent/bundle": "^0.19.1", - "bootstrap": "^4.6.2", + "bootstrap": "4.5", "vue": "^2.7.16" }, "devDependencies": { @@ -525,21 +525,15 @@ } }, "node_modules/bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz", + "integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==", "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", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" diff --git a/package.json b/package.json index a69cdfc..504757a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@fluent/bundle": "^0.19.1", - "bootstrap": "^4.6.2", + "bootstrap": "4.5", "vue": "^2.7.16" } }