From 4be0b485b27106ac70c6db988d09b2b29710f14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:44:27 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the / directory: [bootstrap](https://github.com/twbs/bootstrap). Bumps the npm_and_yarn group with 1 update in the /a-career-woman-in-street-clothes/posts directory: [bootstrap](https://github.com/twbs/bootstrap). Updates `bootstrap` from 4.6.2 to 5.0.0-alpha1 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.2...v5.0.0-alpha1) Updates `bootstrap` from 4.3.1 to 5.0.0 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.2...v5.0.0-alpha1) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.0.0-alpha1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: bootstrap dependency-version: 5.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../posts/package.json | 2 +- package-lock.json | 25 +++++++------------ package.json | 2 +- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/a-career-woman-in-street-clothes/posts/package.json b/a-career-woman-in-street-clothes/posts/package.json index 53399fd..104dc99 100644 --- a/a-career-woman-in-street-clothes/posts/package.json +++ b/a-career-woman-in-street-clothes/posts/package.json @@ -38,7 +38,7 @@ } ], "dependencies": { - "bootstrap": "4.3.1", + "bootstrap": "5.0.0", "jquery": "3.5.0" }, "deprecated": false, diff --git a/package-lock.json b/package-lock.json index 4a03a7f..33c18e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0.0-beta.2", "license": "MIT", "dependencies": { - "bootstrap": "^4.0.0-beta.2", + "bootstrap": "^5.0.0-alpha1", "font-awesome": "4.7.0", "jquery": "^3.2.1", "jquery.easing": "^1.4.1", @@ -388,22 +388,15 @@ } }, "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" - } - ], + "version": "5.0.0-alpha1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-alpha1.tgz", + "integrity": "sha512-iwKneP2pLXl8lN0YpnOuOARiNPTzmh/4cw+Un86u4OqrMLuQpyMC7nO07hvivvcg0B/ektJPjuPnS1s+YmRK9A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" + "popper.js": "^1.16.0" } }, "node_modules/brace-expansion": { diff --git a/package.json b/package.json index 91d55d7..2a394a0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "https://github.com/BlackrockDigital/startbootstrap-agency.git" }, "dependencies": { - "bootstrap": "^4.0.0-beta.2", + "bootstrap": "^5.0.0-alpha1", "font-awesome": "4.7.0", "jquery": "^3.2.1", "jquery.easing": "^1.4.1",