Browse Source

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5016/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
dc6dfe86e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 28
      package-lock.json
  2. 2
      package.json

28
package-lock.json generated

@ -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": {}
},

2
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",

Loading…
Cancel
Save