diff --git a/giving-example/package-lock.json b/giving-example/package-lock.json index ab17e5b..e1458a8 100644 --- a/giving-example/package-lock.json +++ b/giving-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", @@ -28,9 +28,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" }, @@ -2734,9 +2734,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/giving-example/package.json b/giving-example/package.json index 06351b1..beb7f49 100644 --- a/giving-example/package.json +++ b/giving-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", "dot-prop": "^9.0.0", "dotenv": "^16.4.5",