From bf0d88f6d5a95715a0fac47ffd57b2d0061878bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:40:22 -0800 Subject: [PATCH] Bump bootstrap from 5.1.3 to 5.3.3 in /client (#138) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.1.3 to 5.3.3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.1.3...v5.3.3) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 30 ++++++++++++++++++------------ client/package.json | 2 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 6637e839..c12391c4 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^12.8.3", "axios": "^1.6.2", - "bootstrap": "^5.1.3", + "bootstrap": "^5.3.3", "font-awesome": "^4.7.0", "latest-version": "^9.0.0", "react": "^17.0.2", @@ -7117,15 +7117,21 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "node_modules/bootstrap": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", - "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", + "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "peerDependencies": { - "@popperjs/core": "^2.10.2" + "@popperjs/core": "^2.11.8" } }, "node_modules/brace-expansion": { @@ -28322,9 +28328,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", - "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", + "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", "requires": {} }, "brace-expansion": { diff --git a/client/package.json b/client/package.json index ae5403c1..bebfb54b 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^12.8.3", "axios": "^1.6.2", - "bootstrap": "^5.1.3", + "bootstrap": "^5.3.3", "font-awesome": "^4.7.0", "latest-version": "^9.0.0", "react": "^17.0.2",