From 662d60c7b13ad758c7ea0f36ca6637b0481634a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:56:53 +0000 Subject: [PATCH] Bump bootstrap from 4.6.1 to 5.0.0 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.1 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.1...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb4940967..b6982899a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@vue/vue2-jest": "^28.1.0", "axios": "^0.28", "babel-jest": "^28.1.0", - "bootstrap": "^4.6.1", + "bootstrap": "^5.0.0", "browser-sync": "^2.27.11", "browser-sync-webpack-plugin": "^2.3.0", "faker": "^5.5.3", @@ -5192,16 +5192,15 @@ "dev": true }, "node_modules/bootstrap": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", - "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", + "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/bootstrap-fileinput": { @@ -5269,6 +5268,25 @@ "vue-functional-data-merge": "^3.1.0" } }, + "node_modules/bootstrap-vue/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/bootstrap4-datetimepicker": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/bootstrap4-datetimepicker/-/bootstrap4-datetimepicker-5.2.3.tgz", diff --git a/package.json b/package.json index 30c1c6620..2311163b0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@vue/vue2-jest": "^28.1.0", "axios": "^0.28", "babel-jest": "^28.1.0", - "bootstrap": "^4.6.1", + "bootstrap": "^5.0.0", "browser-sync": "^2.27.11", "browser-sync-webpack-plugin": "^2.3.0", "faker": "^5.5.3",