diff --git a/checkout-example/package-lock.json b/checkout-example/package-lock.json index 6e075d6..c7d3d49 100644 --- a/checkout-example/package-lock.json +++ b/checkout-example/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@adyen/api-library": "^20.0.0", + "@adyen/api-library": "^22.0.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": "20.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-20.0.0.tgz", - "integrity": "sha512-C+jj5XBTCNs7AFwufOkPLhuqn9bdgSDcqLB6b/Ppi9Fujwt613vWmA1hxeG76RX49vzHZIDJLq6N/v0o2SY1sA==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-22.0.0.tgz", + "integrity": "sha512-RQ2qoT8lkdBO79LQHXQpl4cmaG+RACQFZt/3mqVOtg/iq+vSbb/JfR9QKENy8PFe7a1tD7aYVBjoXG6p00aubg==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2691,9 +2691,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-20.0.0.tgz", - "integrity": "sha512-C+jj5XBTCNs7AFwufOkPLhuqn9bdgSDcqLB6b/Ppi9Fujwt613vWmA1hxeG76RX49vzHZIDJLq6N/v0o2SY1sA==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-22.0.0.tgz", + "integrity": "sha512-RQ2qoT8lkdBO79LQHXQpl4cmaG+RACQFZt/3mqVOtg/iq+vSbb/JfR9QKENy8PFe7a1tD7aYVBjoXG6p00aubg==", "requires": { "@types/node": "14.18.63", "https-proxy-agent": "5.0.1" diff --git a/checkout-example/package.json b/checkout-example/package.json index 28de5e0..b94ea1c 100644 --- a/checkout-example/package.json +++ b/checkout-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^20.0.0", + "@adyen/api-library": "^22.0.0", "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", "dotenv": "^16.4.5",