From 272a002ee9c6e430ce3f5cec40227b5d4719b39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 07:23:35 +0000 Subject: [PATCH] chore(deps): bump @adyen/api-library from 21.0.0 to 22.0.0 in /processor Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 21.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/v21.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] --- processor/package-lock.json | 14 +++++++------- processor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/processor/package-lock.json b/processor/package-lock.json index f85db6d..fb83784 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -9,7 +9,7 @@ "version": "5.3.0", "license": "ISC", "dependencies": { - "@adyen/api-library": "21.0.0", + "@adyen/api-library": "22.0.0", "@commercetools-backend/loggers": "22.35.0", "@commercetools/connect-payments-sdk": "0.11.0", "@fastify/autoload": "6.0.2", @@ -55,9 +55,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-21.0.0.tgz", - "integrity": "sha512-ZjXHCH6NIof9j11tzYX4jFC78PH35Bs2xvj4wE1Rb5Cxf3rt2bVFU1AdN8vKQVnjWgSExCYiBohpGcyxdFJOkg==", + "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" }, @@ -8052,9 +8052,9 @@ "dev": true }, "@adyen/api-library": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-21.0.0.tgz", - "integrity": "sha512-ZjXHCH6NIof9j11tzYX4jFC78PH35Bs2xvj4wE1Rb5Cxf3rt2bVFU1AdN8vKQVnjWgSExCYiBohpGcyxdFJOkg==", + "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/processor/package.json b/processor/package.json index 7ff3855..6799ea3 100644 --- a/processor/package.json +++ b/processor/package.json @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "@adyen/api-library": "21.0.0", + "@adyen/api-library": "22.0.0", "@commercetools-backend/loggers": "22.35.0", "@commercetools/connect-payments-sdk": "0.11.0", "@fastify/autoload": "6.0.2",