diff --git a/apps/stripe/package.json b/apps/stripe/package.json index 4a1d077..b068cd3 100644 --- a/apps/stripe/package.json +++ b/apps/stripe/package.json @@ -18,7 +18,7 @@ "hono": "^4.2.4", "kysely": "^0.27.3", "kysely-d1": "^0.3.0", - "stripe": "^14.25.0" + "stripe": "^16.10.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20240405.0", diff --git a/apps/web/package.json b/apps/web/package.json index 8c5654a..d43a6b8 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -48,7 +48,7 @@ "remix-auth": "^3.6.0", "remix-auth-oauth2": "^1.11.2", "remix-utils": "^7.6.0", - "stripe": "^14.25.0", + "stripe": "^16.10.0", "toucan-js": "^3.3.1", "zod": "^3.22.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 08683a0..c173a2c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -133,8 +133,8 @@ importers: specifier: ^0.3.0 version: 0.3.0(kysely@0.27.3) stripe: - specifier: ^14.25.0 - version: 14.25.0 + specifier: ^16.10.0 + version: 16.10.0 devDependencies: '@cloudflare/workers-types': specifier: ^4.20240405.0 @@ -239,8 +239,8 @@ importers: specifier: ^7.6.0 version: 7.6.0(@remix-run/cloudflare@2.8.1)(@remix-run/node@2.8.1)(@remix-run/react@2.8.1)(react@18.2.0)(zod@3.22.4) stripe: - specifier: ^14.25.0 - version: 14.25.0 + specifier: ^16.10.0 + version: 16.10.0 toucan-js: specifier: ^3.3.1 version: 3.3.1 @@ -2353,6 +2353,7 @@ packages: /@humanwhocodes/config-array@0.11.14: resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead dependencies: '@humanwhocodes/object-schema': 2.0.2 debug: 4.3.4(supports-color@5.5.0) @@ -2368,6 +2369,7 @@ packages: /@humanwhocodes/object-schema@2.0.2: resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} + deprecated: Use @eslint/object-schema instead dev: true /@isaacs/cliui@8.0.2: @@ -7064,6 +7066,7 @@ packages: /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -7076,6 +7079,7 @@ packages: /glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -7352,6 +7356,7 @@ packages: /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2 @@ -10911,6 +10916,7 @@ packages: /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true dependencies: glob: 7.2.3 @@ -11539,8 +11545,8 @@ packages: engines: {node: '>=8'} dev: true - /stripe@14.25.0: - resolution: {integrity: sha512-wQS3GNMofCXwH8TSje8E1SE8zr6ODiGtHQgPtO95p9Mb4FhKC9jvXR2NUTpZ9ZINlckJcFidCmaTFV4P6vsb9g==} + /stripe@16.10.0: + resolution: {integrity: sha512-H0qeSCkZVvk4fVchUbg0rNNviwOyw3Rsr9X6MKe84ajBeMz4ogEOZykaUcb/n0GSdvWlXAtbnB1gxl3xOlH+ZA==} engines: {node: '>=12.*'} dependencies: '@types/node': 20.11.17