From 14c31ea70d849f90e9cf70592400bb5fb753fdd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:24:19 +0200 Subject: [PATCH] Bump @adyen/api-library from 17.0.0 to 17.1.0 in /subscription-example (#469) Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 17.0.0 to 17.1.0. - [Release notes](https://github.com/Adyen/adyen-node-api-library/releases) - [Commits](https://github.com/Adyen/adyen-node-api-library/compare/v17.0.0...v17.1.0) --- updated-dependencies: - dependency-name: "@adyen/api-library" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 187e7b5..58dcc74 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": "^17.0.0", + "@adyen/api-library": "^17.1.0", "ansi-regex": "^6.0.1", "dotenv": "^16.4.5", "express": "^4.19.2", @@ -26,9 +26,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.0.0.tgz", - "integrity": "sha512-gh4dyjvRzhbBebzmAkyOR06Tu2XmolrCQOmIuzq/XweTT0HmpPhhSwlT4W6W2Cko6vmYIMTuBhWgQ/3Wg/GKOg==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.1.0.tgz", + "integrity": "sha512-8k8onk/Bi/nIrs6YTz3tvH5fkrZVbiusEGWjfKBAKvGK3QTeEnuDms6UKaUB9q8vJM1w5t3QDYuHdVg5TGEM9g==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2569,9 +2569,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.0.0.tgz", - "integrity": "sha512-gh4dyjvRzhbBebzmAkyOR06Tu2XmolrCQOmIuzq/XweTT0HmpPhhSwlT4W6W2Cko6vmYIMTuBhWgQ/3Wg/GKOg==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-17.1.0.tgz", + "integrity": "sha512-8k8onk/Bi/nIrs6YTz3tvH5fkrZVbiusEGWjfKBAKvGK3QTeEnuDms6UKaUB9q8vJM1w5t3QDYuHdVg5TGEM9g==", "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 c5ac995..f9b9463 100644 --- a/subscription-example/package.json +++ b/subscription-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^17.0.0", + "@adyen/api-library": "^17.1.0", "ansi-regex": "^6.0.1", "dotenv": "^16.4.5", "express": "^4.19.2",