From 9f66a0eaa41e466c96a31ad9aca3302bb032b4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:43:05 +0000 Subject: [PATCH] Bump the npm_and_yarn group with 1 update Bumps the npm_and_yarn group with 1 update: [bootstrap](https://github.com/twbs/bootstrap). Updates `bootstrap` from 4.1.1 to 4.3.1 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.1.1...v4.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:development dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36007dc..8445122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", "babel-loader": "^9.1.3", - "bootstrap": "^4.1.1", + "bootstrap": "^4.3.1", "eslint": "^8.57.0", "eslint-webpack-plugin": "^4.1.0", "fireworks-js": "^2.10.7" @@ -6703,16 +6703,16 @@ "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" }, "node_modules/bootstrap": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/bootstrap/-/bootstrap-4.1.1.tgz", - "integrity": "sha512-SpiDSOcbg4J/PjVSt4ny5eY6j74VbVSjROY4Fb/WIUXBV9cnb5luyR4KnPvNoXuGnBK1T+nJIWqRsvU3yP8Mcg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==", "dev": true, "engines": { "node": ">=6" }, "peerDependencies": { "jquery": "1.9.1 - 3", - "popper.js": "^1.14.3" + "popper.js": "^1.14.7" } }, "node_modules/bowser": { diff --git a/package.json b/package.json index f0a90d3..f98be00 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", "babel-loader": "^9.1.3", - "bootstrap": "^4.1.1", + "bootstrap": "^4.3.1", "eslint": "^8.57.0", "eslint-webpack-plugin": "^4.1.0", "fireworks-js": "^2.10.7"