From d28f9eaaff5a3b46575f5f87d06af9c537ba0129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:42:59 +0100 Subject: [PATCH] Bump @adyen/api-library from 19.2.0 to 20.0.0 in /checkout-example (#665) Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 19.2.0 to 20.0.0. - [Release notes](https://github.com/Adyen/adyen-node-api-library/releases) - [Commits](https://github.com/Adyen/adyen-node-api-library/compare/v19.2.0...v20.0.0) --- updated-dependencies: - dependency-name: "@adyen/api-library" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- checkout-example/package-lock.json | 14 +++++++------- checkout-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/checkout-example/package-lock.json b/checkout-example/package-lock.json index b25ac0b..6e075d6 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": "^19.2.0", + "@adyen/api-library": "^20.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": "19.2.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.2.0.tgz", - "integrity": "sha512-eIitVPBo+9ppquERgG8xCNne85mXDFQx28nS7SmSR7/xJDV1cg0XYHsZwi163ZGwxwqi7x9wVc933IuJUTq/Yg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-20.0.0.tgz", + "integrity": "sha512-C+jj5XBTCNs7AFwufOkPLhuqn9bdgSDcqLB6b/Ppi9Fujwt613vWmA1hxeG76RX49vzHZIDJLq6N/v0o2SY1sA==", "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": "20.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-20.0.0.tgz", + "integrity": "sha512-C+jj5XBTCNs7AFwufOkPLhuqn9bdgSDcqLB6b/Ppi9Fujwt613vWmA1hxeG76RX49vzHZIDJLq6N/v0o2SY1sA==", "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 c8ded24..28de5e0 100644 --- a/checkout-example/package.json +++ b/checkout-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^19.2.0", + "@adyen/api-library": "^20.0.0", "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", "dotenv": "^16.4.5",