From a45c32ea2b9818d962b3b8b063341ba01878cb05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 06:12:12 +0000 Subject: [PATCH] Bump @adyen/api-library from 16.1.0 to 18.1.0 Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 16.1.0 to 18.1.0. - [Release notes](https://github.com/Adyen/adyen-node-api-library/releases) - [Commits](https://github.com/Adyen/adyen-node-api-library/compare/v16.1.0...v18.1.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 1ea0927..388fb2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@adyen/adyen-web": "5.60.0", - "@adyen/api-library": "^16.1.0", + "@adyen/api-library": "^18.1.0", "@reduxjs/toolkit": "^2.0.1", "dotenv": "^16.0.3", "dotenv-cli": "^7.3.0", @@ -52,9 +52,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.1.0.tgz", - "integrity": "sha512-LLjsOXGR6ZTGcuZLJ5N9YpszGqXX7lH+jGlrlZbVMYvogZ9aqbHiQRozzb7gnZi65USp00Z102HFFXf2sftDxw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-18.1.0.tgz", + "integrity": "sha512-p9yVIQqq5ZO/1KxoR3YtIdxK5wYe5mN3ABe/8n0ZRL+5fW45EJTvUpUGkGo9Rp0fZ2tlTl+1vSVz/pVH6s7iDA==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -19252,9 +19252,9 @@ } }, "@adyen/api-library": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.1.0.tgz", - "integrity": "sha512-LLjsOXGR6ZTGcuZLJ5N9YpszGqXX7lH+jGlrlZbVMYvogZ9aqbHiQRozzb7gnZi65USp00Z102HFFXf2sftDxw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-18.1.0.tgz", + "integrity": "sha512-p9yVIQqq5ZO/1KxoR3YtIdxK5wYe5mN3ABe/8n0ZRL+5fW45EJTvUpUGkGo9Rp0fZ2tlTl+1vSVz/pVH6s7iDA==", "requires": { "@types/node": "14.18.63", "https-proxy-agent": "5.0.1" diff --git a/package.json b/package.json index c44fe70..136b249 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@adyen/adyen-web": "5.60.0", - "@adyen/api-library": "^16.1.0", + "@adyen/api-library": "^18.1.0", "@reduxjs/toolkit": "^2.0.1", "dotenv": "^16.0.3", "dotenv-cli": "^7.3.0",