From 438e188227ae0e52cf62bd29e3173a10690d467c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:49:17 +0000 Subject: [PATCH] Bump stripe from 17.6.0 to 17.7.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 17.6.0 to 17.7.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/v17.6.0...v17.7.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54717cbf..1ac4ac85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,12 +56,12 @@ "next-themes": "^0.4.4", "novel": "^1.0.2", "openai": "^4.85.3", - "react": "latest", + "react": "*", "react-cookie": "^7.2.2", - "react-dom": "latest", + "react-dom": "*", "react-i18next": "^15.4.1", "sonner": "^2.0.1", - "stripe": "^17.6.0", + "stripe": "^17.7.0", "styled-jsx": "^5.1.6", "tailwind-merge": "^3.0.1", "tailwindcss-animate": "^1.0.7", @@ -70,17 +70,17 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.0.8", - "@types/node": "latest", - "@types/react": "latest", - "@types/react-dom": "latest", + "@types/node": "*", + "@types/react": "*", + "@types/react-dom": "*", "@types/uuid": "^10.0.0", - "eslint": "latest", - "eslint-config-next": "latest", - "postcss": "latest", + "eslint": "*", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.5.2", "prettier-plugin-tailwindcss": "^0.6.11", "tailwindcss": "^4.0.8", - "typescript": "latest" + "typescript": "*" }, "optionalDependencies": { "@tailwindcss/oxide-linux-arm64-gnu": "^4.0.8", @@ -11801,9 +11801,9 @@ } }, "node_modules/stripe": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.6.0.tgz", - "integrity": "sha512-+HB6+SManp0gSRB0dlPmXO+io18krlAe0uimXhhIkL/RG/VIRigkfoM3QDJPkqbuSW0XsA6uzsivNCJU1ELEDA==", + "version": "17.7.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.7.0.tgz", + "integrity": "sha512-aT2BU9KkizY9SATf14WhhYVv2uOapBWX0OFWF4xvcj1mPaNotlSc2CsxpS4DS46ZueSppmCF5BX1sNYBtwBvfw==", "license": "MIT", "dependencies": { "@types/node": ">=8.1.0", diff --git a/package.json b/package.json index a4c56b9a..1493bfd9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-dom": "latest", "react-i18next": "^15.4.1", "sonner": "^2.0.1", - "stripe": "^17.6.0", + "stripe": "^17.7.0", "styled-jsx": "^5.1.6", "tailwind-merge": "^3.0.1", "tailwindcss-animate": "^1.0.7",