From dfa80b55f4ab5fe04688f9324c9c2a3c0f78cf45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:45:25 +0000 Subject: [PATCH] build(deps): bump bootstrap from 5.3.1 to 5.3.2 (#2231) Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index be2c59a42..c0e4642da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@mui/x-date-pickers": "^6.13.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", - "bootstrap": "^5.3.1", + "bootstrap": "^5.3.2", "date-fns": "^2.30.0", "flexsearch": "^0.7.31", "gatsby": "^5.12.4", @@ -7544,9 +7544,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "node_modules/bootstrap": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz", - "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", + "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", "funding": [ { "type": "github", @@ -31996,9 +31996,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz", - "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", + "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", "requires": {} }, "boxen": { diff --git a/package.json b/package.json index 3698db4b7..7d982411a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mui/x-date-pickers": "^6.13.0", "@popperjs/core": "^2.11.8", "@react-icons/all-files": "^4.1.0", - "bootstrap": "^5.3.1", + "bootstrap": "^5.3.2", "date-fns": "^2.30.0", "flexsearch": "^0.7.31", "gatsby": "^5.12.4",