diff --git a/subscription-example/package-lock.json b/subscription-example/package-lock.json index 041318c..d121533 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": "^19.2.0", + "@adyen/api-library": "^20.0.0", "ansi-regex": "^6.1.0", "dotenv": "^16.4.5", "express": "^4.21.1", @@ -26,9 +26,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.2.0.tgz", - "integrity": "sha512-eIitVPBo+9ppquERgG8xCNne85mXDFQx28nS7SmSR7/xJDV1cg0XYHsZwi163ZGwxwqi7x9wVc933IuJUTq/Yg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-20.0.0.tgz", + "integrity": "sha512-C+jj5XBTCNs7AFwufOkPLhuqn9bdgSDcqLB6b/Ppi9Fujwt613vWmA1hxeG76RX49vzHZIDJLq6N/v0o2SY1sA==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2665,9 +2665,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.2.0.tgz", - "integrity": "sha512-eIitVPBo+9ppquERgG8xCNne85mXDFQx28nS7SmSR7/xJDV1cg0XYHsZwi163ZGwxwqi7x9wVc933IuJUTq/Yg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-20.0.0.tgz", + "integrity": "sha512-C+jj5XBTCNs7AFwufOkPLhuqn9bdgSDcqLB6b/Ppi9Fujwt613vWmA1hxeG76RX49vzHZIDJLq6N/v0o2SY1sA==", "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 f1d06ae..19ccdf8 100644 --- a/subscription-example/package.json +++ b/subscription-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^19.2.0", + "@adyen/api-library": "^20.0.0", "ansi-regex": "^6.1.0", "dotenv": "^16.4.5", "express": "^4.21.1",