From c3d9a2a2950630ed49477f005e785dfc6b2c1cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:32:22 +0000 Subject: [PATCH] build(deps): bump @stripe/stripe-js from 1.35.0 to 3.0.6 Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 1.35.0 to 3.0.6. - [Release notes](https://github.com/stripe/stripe-js/releases) - [Commits](https://github.com/stripe/stripe-js/compare/v1.35.0...v3.0.6) --- updated-dependencies: - dependency-name: "@stripe/stripe-js" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 994f387e..1b2d6c6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@sentry/integrations": "^6.19.7", "@sentry/react": "^6.19.7", "@sentry/tracing": "^6.19.7", - "@stripe/stripe-js": "^1.35.0", + "@stripe/stripe-js": "^3.0.6", "ajv": "^8.11.0", "axios": "^0.24.0", "csstype": "^3.1.0", @@ -3459,9 +3459,12 @@ } }, "node_modules/@stripe/stripe-js": { - "version": "1.35.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.35.0.tgz", - "integrity": "sha512-UIuzpbJqgXCTvJhY/aZYvBtaKdMfQgnIv6kkLlfRJ9smZcC4zoPvq3j7k9wobYI+idHAWP4BRiPnqA8lvzJCtg==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-3.0.6.tgz", + "integrity": "sha512-Ef3A0/zvgKbiMdCPT+rZgQBQqhNZ66wuR6Eg2w9YUuqykcIFFKU4nYApBr05WTvInrge8GuOqY5acSDiv6DOjA==", + "engines": { + "node": ">=12.16" + } }, "node_modules/@tootallnate/once": { "version": "2.0.0", @@ -16392,9 +16395,9 @@ } }, "@stripe/stripe-js": { - "version": "1.35.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.35.0.tgz", - "integrity": "sha512-UIuzpbJqgXCTvJhY/aZYvBtaKdMfQgnIv6kkLlfRJ9smZcC4zoPvq3j7k9wobYI+idHAWP4BRiPnqA8lvzJCtg==" + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-3.0.6.tgz", + "integrity": "sha512-Ef3A0/zvgKbiMdCPT+rZgQBQqhNZ66wuR6Eg2w9YUuqykcIFFKU4nYApBr05WTvInrge8GuOqY5acSDiv6DOjA==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/package.json b/package.json index b7dbc82f..8601219a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@sentry/integrations": "^6.19.7", "@sentry/react": "^6.19.7", "@sentry/tracing": "^6.19.7", - "@stripe/stripe-js": "^1.35.0", + "@stripe/stripe-js": "^3.0.6", "ajv": "^8.11.0", "axios": "^0.24.0", "csstype": "^3.1.0",