From 39a6d8f922734272aba3ceb34018b8493c71332c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 07:33:55 +0000 Subject: [PATCH] Bump stripe from 18.3.0 to 18.4.0 in /apps/infoalloggi Bumps [stripe](https://github.com/stripe/stripe-node) from 18.3.0 to 18.4.0. - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v18.3.0...v18.4.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 18.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/infoalloggi/package-lock.json | 8 ++++---- apps/infoalloggi/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/infoalloggi/package-lock.json b/apps/infoalloggi/package-lock.json index ba2cdd7..9afe219 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -68,7 +68,7 @@ "react-use": "^17.6.0", "recharts": "^2.15.4", "sharp": "^0.34.3", - "stripe": "^18.3.0", + "stripe": "^18.4.0", "superjson": "2.2.2", "tailwind-merge": "2.4", "trpc-ui": "^1.0.15", @@ -18183,9 +18183,9 @@ } }, "node_modules/stripe": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-18.3.0.tgz", - "integrity": "sha512-FkxrTUUcWB4CVN2yzgsfF/YHD6WgYHduaa7VmokCy5TLCgl5UNJkwortxcedrxSavQ8Qfa4Ir4JxcbIYiBsyLg==", + "version": "18.4.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-18.4.0.tgz", + "integrity": "sha512-LKFeDnDYo4U/YzNgx2Lc9PT9XgKN0JNF1iQwZxgkS4lOw5NunWCnzyH5RhTlD3clIZnf54h7nyMWkS8VXPmtTQ==", "license": "MIT", "dependencies": { "qs": "^6.11.0" diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index 0c0e945..1753cf7 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -79,7 +79,7 @@ "react-use": "^17.6.0", "recharts": "^2.15.4", "sharp": "^0.34.3", - "stripe": "^18.3.0", + "stripe": "^18.4.0", "superjson": "2.2.2", "tailwind-merge": "2.4", "trpc-ui": "^1.0.15",