From d284dc1d21bdbc2f219d16aecd52f00dc4441d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:58:01 +0000 Subject: [PATCH] Bump @adyen/api-library from 19.2.0 to 30.0.0 Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 19.2.0 to 30.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...v30.0.0) --- updated-dependencies: - dependency-name: "@adyen/api-library" dependency-version: 30.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a858ad..fd9e622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@adyen/adyen-web": "^6.6.0", - "@adyen/api-library": "v19.2.0", + "@adyen/api-library": "v30.0.0", "nuxt": "^3.13.2", "uuid": "^10.0.0", "vue": "^3.5.13" @@ -35,9 +35,10 @@ } }, "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": "30.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-30.0.0.tgz", + "integrity": "sha512-yVjRIYsqJbSe16nS/lOWs/nxBsR4EhUMW95jyMZd7qRiSv73rzdlXSG8DqUJ+st/o8e1GoJjgrHnx/8pl4FyEQ==", + "license": "MIT", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -45,13 +46,24 @@ "node": ">=18" }, "optionalDependencies": { - "@types/node": "14.18.63" + "@types/node": "18.19.69" } }, "node_modules/@adyen/api-library/node_modules/@types/node": { - "version": "14.18.63", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", - "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", + "version": "18.19.69", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.69.tgz", + "integrity": "sha512-ECPdY1nlaiO/Y6GUnwgtAAhLNaQ53AyIVz+eILxpEo5OvuqE6yWkqWBIb5dU0DqhKQtMeny+FBD3PK6lm7L5xQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@adyen/api-library/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "license": "MIT", "optional": true }, "node_modules/@adyen/bento-design-tokens": { diff --git a/package.json b/package.json index b0b22f8..4182dc8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@adyen/adyen-web": "^6.6.0", - "@adyen/api-library": "v19.2.0", + "@adyen/api-library": "v30.0.0", "nuxt": "^3.13.2", "uuid": "^10.0.0", "vue": "^3.5.13"