From dc6dfe86e50cee044845e43e2bda29023c00d2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 13:25:24 +0530 Subject: [PATCH] chore(deps-dev): bump bootstrap from 5.3.0-alpha2 to 5.3.0-alpha3 (#5026) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.0-alpha2 to 5.3.0-alpha3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.0-alpha2...v5.3.0-alpha3) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:development 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, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9d9d233a..d494212c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@typescript-eslint/parser": "^5.57.0", "astro": "^2.1.9", "autoprefixer": "^10.4.14", - "bootstrap": "^5.3.0-alpha2", + "bootstrap": "^5.3.0-alpha3", "bundlewatch": "^0.3.3", "clean-css-cli": "^5.6.2", "concurrently": "^8.0.1", @@ -1317,9 +1317,9 @@ } }, "node_modules/@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", + "version": "2.11.7", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.7.tgz", + "integrity": "sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==", "dev": true, "peer": true, "funding": { @@ -2478,9 +2478,9 @@ } }, "node_modules/bootstrap": { - "version": "5.3.0-alpha2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0-alpha2.tgz", - "integrity": "sha512-r1ayh5d56rhwrezVjhM8bt8tiUcdQ8J9JeCwCTAeKSpOrCWH5V5S6XiJ26DqbX7o5QSH5HIKm7W88CKxVjhCVQ==", + "version": "5.3.0-alpha3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0-alpha3.tgz", + "integrity": "sha512-FBhOWMxkCFr74hesJdchLXhqagPTXS+kRNU3gE0FR5Ki/AdPSz32Ik96Z28+yBluCnE/pc9st7l1yPwKgbtfSA==", "dev": true, "funding": [ { @@ -2493,7 +2493,7 @@ } ], "peerDependencies": { - "@popperjs/core": "^2.11.6" + "@popperjs/core": "^2.11.7" } }, "node_modules/boxen": { @@ -11318,9 +11318,9 @@ } }, "@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", + "version": "2.11.7", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.7.tgz", + "integrity": "sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==", "dev": true, "peer": true }, @@ -12117,9 +12117,9 @@ } }, "bootstrap": { - "version": "5.3.0-alpha2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0-alpha2.tgz", - "integrity": "sha512-r1ayh5d56rhwrezVjhM8bt8tiUcdQ8J9JeCwCTAeKSpOrCWH5V5S6XiJ26DqbX7o5QSH5HIKm7W88CKxVjhCVQ==", + "version": "5.3.0-alpha3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0-alpha3.tgz", + "integrity": "sha512-FBhOWMxkCFr74hesJdchLXhqagPTXS+kRNU3gE0FR5Ki/AdPSz32Ik96Z28+yBluCnE/pc9st7l1yPwKgbtfSA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 023f4930d..e19489146 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@typescript-eslint/parser": "^5.57.0", "astro": "^2.1.9", "autoprefixer": "^10.4.14", - "bootstrap": "^5.3.0-alpha2", + "bootstrap": "^5.3.0-alpha3", "bundlewatch": "^0.3.3", "clean-css-cli": "^5.6.2", "concurrently": "^8.0.1",