From 7031b29e7afd29cd19bbcb1126a84ce6eda21993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:07:13 +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 | 44 ++++++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ad5524..1c367d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@triply/yasgui": "^4.2.14", "@vitejs/plugin-react": "^4.3.1", "axios": "^1.7.7", - "bootstrap": "^4.5.3", + "bootstrap": "^5.0.0", "cytoscape": "^3.30.2", "cytoscape-compound-drag-and-drop": "^1.1.0", "cytoscape-cxtmenu": "^3.4.4", @@ -1371,6 +1371,25 @@ "csstype": "^3.0.2" } }, + "node_modules/@kbss-cvut/s-forms/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" + } + ], + "peerDependencies": { + "jquery": "1.9.1 - 3", + "popper.js": "^1.16.1" + } + }, "node_modules/@kbss-cvut/s-forms/node_modules/react-bootstrap": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.1.tgz", @@ -2259,22 +2278,15 @@ "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==" }, "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/brace-expansion": { diff --git a/package.json b/package.json index 0060da7..91441c9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@triply/yasgui": "^4.2.14", "@vitejs/plugin-react": "^4.3.1", "axios": "^1.7.7", - "bootstrap": "^4.5.3", + "bootstrap": "^5.0.0", "cytoscape": "^3.30.2", "cytoscape-compound-drag-and-drop": "^1.1.0", "cytoscape-cxtmenu": "^3.4.4",