diff --git a/frontend/package-lock.json b/frontend/package-lock.json index db8acdc..a013751 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "react-firebase-hooks": "^5.1.1", "react-hook-form": "^7.54.2", "react-hot-toast": "^2.5.1", - "stripe": "^17.5.0" + "stripe": "^17.6.0" }, "devDependencies": { "@eslint/eslintrc": "^3", @@ -6839,9 +6839,9 @@ } }, "node_modules/stripe": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.5.0.tgz", - "integrity": "sha512-kcyeAkDFjGsVl17FqnG7q/+xIjt0ZjOo9Dm+q8deAvs2Xe4iAHrhxyoP4etUVFc+/LZJANjIPVR+ZOnt9hr/Ug==", + "version": "17.6.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.6.0.tgz", + "integrity": "sha512-+HB6+SManp0gSRB0dlPmXO+io18krlAe0uimXhhIkL/RG/VIRigkfoM3QDJPkqbuSW0XsA6uzsivNCJU1ELEDA==", "license": "MIT", "dependencies": { "@types/node": ">=8.1.0", diff --git a/frontend/package.json b/frontend/package.json index b8120a7..7b18d6d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "react-firebase-hooks": "^5.1.1", "react-hook-form": "^7.54.2", "react-hot-toast": "^2.5.1", - "stripe": "^17.5.0" + "stripe": "^17.6.0" }, "devDependencies": { "@eslint/eslintrc": "^3",