From 8fa4c1327652f493b136dfd3d99caf5ca8c7775e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:15:48 +0000 Subject: [PATCH] Bump @adyen/api-library from 20.0.0 to 22.0.0 in /subscription-example Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 20.0.0 to 22.0.0. - [Release notes](https://github.com/Adyen/adyen-node-api-library/releases) - [Commits](https://github.com/Adyen/adyen-node-api-library/compare/v20.0.0...v22.0.0) --- updated-dependencies: - dependency-name: "@adyen/api-library" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- subscription-example/package-lock.json | 14 +++++++------- subscription-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/subscription-example/package-lock.json b/subscription-example/package-lock.json index d121533..e5a969b 100644 --- a/subscription-example/package-lock.json +++ b/subscription-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", "dotenv": "^16.4.5", "express": "^4.21.1", @@ -26,9 +26,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" }, @@ -2665,9 +2665,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/subscription-example/package.json b/subscription-example/package.json index 19ccdf8..cef9969 100644 --- a/subscription-example/package.json +++ b/subscription-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", "dotenv": "^16.4.5", "express": "^4.21.1",