diff --git a/paybylink-example/package-lock.json b/paybylink-example/package-lock.json index ffb1191..b6960cb 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": "^15.1.0", + "@adyen/api-library": "^16.0.0", "ansi-regex": "^6.0.1", "dot-prop": "^8.0.2", "dotenv": "^16.3.1", @@ -26,9 +26,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-15.1.0.tgz", - "integrity": "sha512-XlRFzEFPsEF5rsXfKt23LdLHXlVs5nKDcfAINBb9YogW6yNo8wx6/JhtsyU1KZkWgh6Hir3lk/iMtfDUReS/0Q==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.0.0.tgz", + "integrity": "sha512-ipYFGqZjJ0H+2AgO3Kuw8G5RqdVYGnk9ct9o9ipAGz2NYTlZaiNZyxHTRjck7BDzlEPs4EtKoipO3R5jyJiYmQ==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2333,9 +2333,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-15.1.0.tgz", - "integrity": "sha512-XlRFzEFPsEF5rsXfKt23LdLHXlVs5nKDcfAINBb9YogW6yNo8wx6/JhtsyU1KZkWgh6Hir3lk/iMtfDUReS/0Q==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.0.0.tgz", + "integrity": "sha512-ipYFGqZjJ0H+2AgO3Kuw8G5RqdVYGnk9ct9o9ipAGz2NYTlZaiNZyxHTRjck7BDzlEPs4EtKoipO3R5jyJiYmQ==", "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 ff8d35e..a0517a3 100644 --- a/paybylink-example/package.json +++ b/paybylink-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^15.1.0", + "@adyen/api-library": "^16.0.0", "ansi-regex": "^6.0.1", "dotenv": "^16.3.1", "dot-prop": "^8.0.2",