diff --git a/package-lock.json b/package-lock.json index bc31bcb..ff90268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@radix-ui/react-tooltip": "^1.1.3", "@replit/vite-plugin-shadcn-theme-json": "^0.0.4", "@stripe/react-stripe-js": "^5.3.0", - "@stripe/stripe-js": "^8.4.0", + "@stripe/stripe-js": "^8.5.2", "@tanstack/react-query": "^5.60.5", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", @@ -6077,9 +6077,9 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-8.4.0.tgz", - "integrity": "sha512-3LYVbK3Yg6NTGq3xB8jHSZF8VhoVjb3qJSAorzh2yuva/g4FMRmdQq68euk4hqaq2nRJHkr6x+Id473roUky1w==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-8.5.2.tgz", + "integrity": "sha512-Y4FZjOCYS5kf9dhSEQNUXo4oYc8sgwq2LK9hValXaykl/VfTkiwFb2WbyqnI3EFjNwoxm0KSmyMhz3Wji4My3Q==", "license": "MIT", "engines": { "node": ">=12.16" diff --git a/package.json b/package.json index 22f512b..382340e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@radix-ui/react-tooltip": "^1.1.3", "@replit/vite-plugin-shadcn-theme-json": "^0.0.4", "@stripe/react-stripe-js": "^5.3.0", - "@stripe/stripe-js": "^8.4.0", + "@stripe/stripe-js": "^8.5.2", "@tanstack/react-query": "^5.60.5", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0",