diff --git a/paybylink-example/package-lock.json b/paybylink-example/package-lock.json index 6d77ebf..f4feb75 100644 --- a/paybylink-example/package-lock.json +++ b/paybylink-example/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@adyen/api-library": "^17.0.0", + "@adyen/api-library": "^17.1.0", "ansi-regex": "^6.0.1", "dot-prop": "^9.0.0", "dotenv": "^16.4.5", @@ -27,9 +27,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.0.0.tgz", - "integrity": "sha512-gh4dyjvRzhbBebzmAkyOR06Tu2XmolrCQOmIuzq/XweTT0HmpPhhSwlT4W6W2Cko6vmYIMTuBhWgQ/3Wg/GKOg==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.1.0.tgz", + "integrity": "sha512-8k8onk/Bi/nIrs6YTz3tvH5fkrZVbiusEGWjfKBAKvGK3QTeEnuDms6UKaUB9q8vJM1w5t3QDYuHdVg5TGEM9g==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2595,9 +2595,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.0.0.tgz", - "integrity": "sha512-gh4dyjvRzhbBebzmAkyOR06Tu2XmolrCQOmIuzq/XweTT0HmpPhhSwlT4W6W2Cko6vmYIMTuBhWgQ/3Wg/GKOg==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.1.0.tgz", + "integrity": "sha512-8k8onk/Bi/nIrs6YTz3tvH5fkrZVbiusEGWjfKBAKvGK3QTeEnuDms6UKaUB9q8vJM1w5t3QDYuHdVg5TGEM9g==", "requires": { "@types/node": "14.18.63", "https-proxy-agent": "5.0.1" diff --git a/paybylink-example/package.json b/paybylink-example/package.json index 8d42739..a2f1c36 100644 --- a/paybylink-example/package.json +++ b/paybylink-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^17.0.0", + "@adyen/api-library": "^17.1.0", "ansi-regex": "^6.0.1", "dotenv": "^16.4.5", "dot-prop": "^9.0.0",