diff --git a/package-lock.json b/package-lock.json index 774b6e4c9..eaaed75d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "request": "^2.88.2", "simple-vdf": "^1.1.1", "steam-user": "^5.0.4", - "stripe": "^9.12.0", + "stripe": "^15.9.0", "uuid": "^9.0.1", "ws": "^8.16.0" }, @@ -7654,14 +7654,15 @@ } }, "node_modules/stripe": { - "version": "9.16.0", - "license": "MIT", + "version": "15.9.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-15.9.0.tgz", + "integrity": "sha512-C7NAK17wGr6DOybxThO0n1zVcqSShWno7kx/UcJorQ/nWZ5KnfHQ38DUTb9NgizC8TCII3BPIhqq6Zc/1aUkrg==", "dependencies": { "@types/node": ">=8.1.0", - "qs": "^6.10.3" + "qs": "^6.11.0" }, "engines": { - "node": "^8.1 || >=10.*" + "node": ">=12.*" } }, "node_modules/strnum": { diff --git a/package.json b/package.json index 16a407b66..4480d2396 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "request": "^2.88.2", "simple-vdf": "^1.1.1", "steam-user": "^5.0.4", - "stripe": "^9.12.0", + "stripe": "^15.9.0", "uuid": "^9.0.1", "ws": "^8.16.0" },