From 8a73621a8f0dd900ed98722be8e143633516aaac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:26:39 +0000 Subject: [PATCH] fix(deps): update dependency bootstrap to v5 [security] --- package-lock.json | 32 ++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9607c9d5..4a20a9985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@stripe/react-stripe-js": "^1.10.0", "@stripe/stripe-js": "^1.36.0", "axios": "^0.27.2", - "bootstrap": "^4.6.1", + "bootstrap": "^5.0.0", "classnames": "^2.3.1", "core-js": "^3.23.5", "country-state-city": "^3.2.1", @@ -3692,6 +3692,26 @@ "react": ">=16.x" } }, + "node_modules/@openedx/paragon/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" + } + ], + "license": "MIT", + "peerDependencies": { + "jquery": "1.9.1 - 3", + "popper.js": "^1.16.1" + } + }, "node_modules/@openedx/paragon/node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -6074,9 +6094,9 @@ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, "node_modules/bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "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", @@ -6087,9 +6107,9 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" + "@popperjs/core": "^2.11.8" } }, "node_modules/brace-expansion": { diff --git a/package.json b/package.json index 8e651d379..a811c8512 100755 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@stripe/react-stripe-js": "^1.10.0", "@stripe/stripe-js": "^1.36.0", "axios": "^0.27.2", - "bootstrap": "^4.6.1", + "bootstrap": "^5.0.0", "classnames": "^2.3.1", "core-js": "^3.23.5", "country-state-city": "^3.2.1",