diff --git a/subscription-example/package-lock.json b/subscription-example/package-lock.json index e583339..c62e09c 100644 --- a/subscription-example/package-lock.json +++ b/subscription-example/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@adyen/api-library": "^17.1.0", + "@adyen/api-library": "^18.0.0", "ansi-regex": "^6.0.1", "dotenv": "^16.4.5", "express": "^4.19.2", @@ -26,9 +26,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.1.0.tgz", - "integrity": "sha512-8k8onk/Bi/nIrs6YTz3tvH5fkrZVbiusEGWjfKBAKvGK3QTeEnuDms6UKaUB9q8vJM1w5t3QDYuHdVg5TGEM9g==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-18.0.0.tgz", + "integrity": "sha512-0aLixpkU61mYrcEF9E7nfJmxo1NYsJYJSbgBZtZUnp6cMQVfrJ/CHnxfUTBscN50gPSvzs3A5oQn+ZMqo4G59Q==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2567,9 +2567,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.1.0.tgz", - "integrity": "sha512-8k8onk/Bi/nIrs6YTz3tvH5fkrZVbiusEGWjfKBAKvGK3QTeEnuDms6UKaUB9q8vJM1w5t3QDYuHdVg5TGEM9g==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-18.0.0.tgz", + "integrity": "sha512-0aLixpkU61mYrcEF9E7nfJmxo1NYsJYJSbgBZtZUnp6cMQVfrJ/CHnxfUTBscN50gPSvzs3A5oQn+ZMqo4G59Q==", "requires": { "@types/node": "14.18.63", "https-proxy-agent": "5.0.1" diff --git a/subscription-example/package.json b/subscription-example/package.json index 6a0548a..8271a3c 100644 --- a/subscription-example/package.json +++ b/subscription-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^17.1.0", + "@adyen/api-library": "^18.0.0", "ansi-regex": "^6.0.1", "dotenv": "^16.4.5", "express": "^4.19.2",