diff --git a/paybylink-example/package-lock.json b/paybylink-example/package-lock.json index c844b0b..85b05d1 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": "^19.2.0", + "@adyen/api-library": "^19.4.0", "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", "dotenv": "^16.4.5", @@ -27,9 +27,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": "19.4.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.4.0.tgz", + "integrity": "sha512-Fbg8WWg4VhLdPnX7nfYfWWefKcSS65bN3KWjkIBLiR9bP37Z2GKLnuYzGWsH67/Kb1USaMrsYm8Dh9Ea8hcNdw==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2691,9 +2691,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": "19.4.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.4.0.tgz", + "integrity": "sha512-Fbg8WWg4VhLdPnX7nfYfWWefKcSS65bN3KWjkIBLiR9bP37Z2GKLnuYzGWsH67/Kb1USaMrsYm8Dh9Ea8hcNdw==", "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 c767408..4a83f88 100644 --- a/paybylink-example/package.json +++ b/paybylink-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^19.2.0", + "@adyen/api-library": "^19.4.0", "ansi-regex": "^6.1.0", "dotenv": "^16.4.5", "dot-prop": "^9.0.0",