diff --git a/package-lock.json b/package-lock.json index bdc76c7f7..ac778e3e6 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.3.3", "classnames": "^2.3.1", "core-js": "^3.23.5", "country-state-city": "^3.2.1", @@ -6469,16 +6469,21 @@ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, "node_modules/bootstrap": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", - "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", - "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": { - "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 262de5087..b67449d96 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.3.3", "classnames": "^2.3.1", "core-js": "^3.23.5", "country-state-city": "^3.2.1",