From a8c8e71632f9ae5c8a8a58b17efc0dfa7d035fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:23:21 +0000 Subject: [PATCH] Bump bootstrap from 5.3.0-alpha1 to 5.3.0-alpha2 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.0-alpha1 to 5.3.0-alpha2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.0-alpha1...v5.3.0-alpha2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9203b4b4..4a0f6e38 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@hotwired/turbo-rails": "^7.2.4", "@popperjs/core": "^2.11.6", "@rails/activestorage": "^7.1.2", - "bootstrap": "~5.3.0-alpha1", + "bootstrap": "~5.3.0-alpha2", "bootstrap-icons": "^1.9.1", "esbuild": "^0.15.13", "sass": "^1.69.7", diff --git a/yarn.lock b/yarn.lock index 72469b01..87d611cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -65,10 +65,10 @@ bootstrap-icons@^1.9.1: resolved "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.9.1.tgz" integrity sha512-d4ZkO30MIkAhQ2nNRJqKXJVEQorALGbLWTuRxyCTJF96lRIV6imcgMehWGJUiJMJhglN0o2tqLIeDnMdiQEE9g== -bootstrap@~5.3.0-alpha1: - version "5.3.0-alpha1" - resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0-alpha1.tgz" - integrity sha512-ABZpKK4ObS3kKlIqH+ZVDqoy5t/bhFG0oHTAzByUdon7YIom0lpCeTqRniDzJmbtcWkNe800VVPBiJgxSYTYew== +bootstrap@~5.3.0-alpha2: + version "5.3.0-alpha2" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.0-alpha2.tgz#81ac5909258dc3abb3cc08348853d121ecac619d" + integrity sha512-r1ayh5d56rhwrezVjhM8bt8tiUcdQ8J9JeCwCTAeKSpOrCWH5V5S6XiJ26DqbX7o5QSH5HIKm7W88CKxVjhCVQ== braces@~3.0.2: version "3.0.2"