From 014bc14019358a59e4341f2cde25f5737d6f47fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:37:44 +0000 Subject: [PATCH] Bump @adyen/api-library from 19.2.0 to 22.0.0 Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 19.2.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/v19.2.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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eba35fd..f6b4a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@adyen/adyen-web": "5.68.0", - "@adyen/api-library": "^19.2.0", + "@adyen/api-library": "^22.0.0", "@reduxjs/toolkit": "^2.0.1", "dotenv": "^16.4.5", "dotenv-cli": "^7.3.0", @@ -52,9 +52,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": "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" }, @@ -19402,9 +19402,9 @@ } }, "@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": "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/package.json b/package.json index 6f84b76..c986e38 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@adyen/adyen-web": "5.68.0", - "@adyen/api-library": "^19.2.0", + "@adyen/api-library": "^22.0.0", "@reduxjs/toolkit": "^2.0.1", "dotenv": "^16.4.5", "dotenv-cli": "^7.3.0",