From 81e1bb61c744e54ca1c8a178872e15f995c256de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:52:52 +0000 Subject: [PATCH] chore(deps): Bump bootstrap from 5.3.1 to 5.3.2 in /acarshub-typescript 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] --- acarshub-typescript/package-lock.json | 8 ++++---- acarshub-typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/acarshub-typescript/package-lock.json b/acarshub-typescript/package-lock.json index 1030857c..50f8fb73 100644 --- a/acarshub-typescript/package-lock.json +++ b/acarshub-typescript/package-lock.json @@ -14,7 +14,7 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-regular-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", - "bootstrap": "^5.3.1", + "bootstrap": "^5.3.2", "chart.js": "^4.4.0", "chartjs-plugin-datalabels": "^2.2.0", "extract-css-chunks-webpack-plugin": "^4.9.0", @@ -2904,9 +2904,9 @@ "dev": true }, "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", diff --git a/acarshub-typescript/package.json b/acarshub-typescript/package.json index aaa5ce14..17597026 100644 --- a/acarshub-typescript/package.json +++ b/acarshub-typescript/package.json @@ -46,7 +46,7 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-regular-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", - "bootstrap": "^5.3.1", + "bootstrap": "^5.3.2", "chart.js": "^4.4.0", "chartjs-plugin-datalabels": "^2.2.0", "extract-css-chunks-webpack-plugin": "^4.9.0",