From b1f80981fbdf7e7bf5264040eb3eaff1566040b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:26:01 +0000 Subject: [PATCH] Bump @adyen/api-library from 15.1.0 to 16.0.2 in /paybylink-example Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 15.1.0 to 16.0.2. - [Release notes](https://github.com/Adyen/adyen-node-api-library/releases) - [Commits](https://github.com/Adyen/adyen-node-api-library/compare/v15.1.0...v16.0.2) --- updated-dependencies: - dependency-name: "@adyen/api-library" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- paybylink-example/package-lock.json | 14 +++++++------- paybylink-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/paybylink-example/package-lock.json b/paybylink-example/package-lock.json index baf4b0b..065d142 100644 --- a/paybylink-example/package-lock.json +++ b/paybylink-example/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@adyen/api-library": "^15.1.0", + "@adyen/api-library": "^16.0.2", "ansi-regex": "^6.0.1", "dot-prop": "^8.0.2", "dotenv": "^16.4.5", @@ -26,9 +26,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-15.1.0.tgz", - "integrity": "sha512-XlRFzEFPsEF5rsXfKt23LdLHXlVs5nKDcfAINBb9YogW6yNo8wx6/JhtsyU1KZkWgh6Hir3lk/iMtfDUReS/0Q==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.0.2.tgz", + "integrity": "sha512-07Tdqd2q5dt4LeHXn0YLH9hfxvr8GKidmaswebXm1U+PuJOofzStrnrc7jhlxrBeQMh9wIZJI5VnbIzIHHs0Qw==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2435,9 +2435,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-15.1.0.tgz", - "integrity": "sha512-XlRFzEFPsEF5rsXfKt23LdLHXlVs5nKDcfAINBb9YogW6yNo8wx6/JhtsyU1KZkWgh6Hir3lk/iMtfDUReS/0Q==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.0.2.tgz", + "integrity": "sha512-07Tdqd2q5dt4LeHXn0YLH9hfxvr8GKidmaswebXm1U+PuJOofzStrnrc7jhlxrBeQMh9wIZJI5VnbIzIHHs0Qw==", "requires": { "@types/node": "14.18.63", "https-proxy-agent": "5.0.1" diff --git a/paybylink-example/package.json b/paybylink-example/package.json index 6fa6613..86112d3 100644 --- a/paybylink-example/package.json +++ b/paybylink-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^15.1.0", + "@adyen/api-library": "^16.0.2", "ansi-regex": "^6.0.1", "dotenv": "^16.4.5", "dot-prop": "^8.0.2",