From 779a3cce76ef02a002adecee12e4bc809c0127a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:07:39 +0000 Subject: [PATCH] Bump bootstrap from 4.6.2 to 5.0.0 in /app Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 36 +++++++++--------------------------- app/package.json | 2 +- 2 files changed, 10 insertions(+), 28 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index aed3ca7..0b96dca 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -17,7 +17,7 @@ "@iconify/tailwind": "^0.1.4", "@popperjs/core": "^2.11.8", "astro": "^4.5.2", - "bootstrap": "^4.6.2", + "bootstrap": "^5.0.0", "jquery": "^3.7.1", "js-yaml": "^4.1.0", "sass": "^1.71.1", @@ -1699,22 +1699,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==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" + "@popperjs/core": "^2.9.2" } }, "node_modules/boxen": { @@ -4849,17 +4842,6 @@ "node": ">=8" } }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/postcss": { "version": "8.4.38", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", diff --git a/app/package.json b/app/package.json index 872a02a..ecdc0a8 100644 --- a/app/package.json +++ b/app/package.json @@ -29,7 +29,7 @@ "@iconify/tailwind": "^0.1.4", "@popperjs/core": "^2.11.8", "astro": "^4.5.2", - "bootstrap": "^4.6.2", + "bootstrap": "^5.0.0", "jquery": "^3.7.1", "js-yaml": "^4.1.0", "sass": "^1.71.1",