From 0b50d5ed86e9e1c107708308397136f9c233b03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:58:25 +0530 Subject: [PATCH] chore(deps): bump bootstrap from 4.6.1 to 4.6.2 (#4610) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 +++++++++++++++++----------- package.json | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14e8cca7f..5e3d31fea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@lgaitan/pace-progress": "^1.0.7", "@sweetalert2/theme-bootstrap-4": "^5.0.11", "@ttskch/select2-bootstrap4-theme": "^1.5.2", - "bootstrap": "^4.6.1", + "bootstrap": "^4.6.2", "bootstrap-colorpicker": "^3.4.0", "bootstrap-slider": "^11.0.2", "bootstrap4-duallistbox": "^4.0.2", @@ -3088,13 +3088,19 @@ } }, "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==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/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" @@ -15704,9 +15710,9 @@ "dev": true }, "bootstrap": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", - "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", "requires": {} }, "bootstrap-colorpicker": { diff --git a/package.json b/package.json index ab3bdba39..532fc9afa 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@lgaitan/pace-progress": "^1.0.7", "@sweetalert2/theme-bootstrap-4": "^5.0.11", "@ttskch/select2-bootstrap4-theme": "^1.5.2", - "bootstrap": "^4.6.1", + "bootstrap": "^4.6.2", "bootstrap-colorpicker": "^3.4.0", "bootstrap-slider": "^11.0.2", "bootstrap4-duallistbox": "^4.0.2",