From d1890fbd128cec02ff25a857e5a1629b2f3c8076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:56:44 +0000 Subject: [PATCH] Bump bootstrap from 4.6.2 to 5.0.0 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] --- package-lock.json | 33 +++++++++------------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72916293..92f19142 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@kbss-cvut/tsort": "0.0.2", "@triply/yasgui": "^4.2.14", "babel-runtime": "^6.26.0", - "bootstrap": "^4.6.0", + "bootstrap": "^5.0.0", "classnames": "^2.2.6", "core-js": "^3.6.5", "date-fns": "^2.13.0", @@ -8104,21 +8104,15 @@ "license": "ISC" }, "node_modules/bootstrap": { - "version": "4.6.2", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], - "license": "MIT", + "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/bplist-parser": { @@ -19604,15 +19598,6 @@ "tslib": "^2.1.0" } }, - "node_modules/popper.js": { - "version": "1.16.1", - "license": "MIT", - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/possible-typed-array-names": { "version": "1.0.0", "dev": true, diff --git a/package.json b/package.json index 6f126a52..ea6bc4df 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@kbss-cvut/tsort": "0.0.2", "@triply/yasgui": "^4.2.14", "babel-runtime": "^6.26.0", - "bootstrap": "^4.6.0", + "bootstrap": "^5.0.0", "classnames": "^2.2.6", "core-js": "^3.6.5", "date-fns": "^2.13.0",