From 6b5a42e49ef6b898b6ab26b136a7319c0ffb6c0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:04:18 +0000 Subject: [PATCH] fix(deps): update dependency @adyen/api-library to v20 --- notification/package-lock.json | 8 ++++---- notification/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/notification/package-lock.json b/notification/package-lock.json index 05b1b11d8..52e45518c 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -8,7 +8,7 @@ "name": "commercetools-adyen-integration-notification", "version": "11.5.8", "dependencies": { - "@adyen/api-library": "19.3.0", + "@adyen/api-library": "20.0.0", "@commercetools/api-request-builder": "6.0.0", "@commercetools/sdk-client": "3.0.0", "@commercetools/sdk-middleware-auth": "7.0.1", @@ -49,9 +49,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.3.0.tgz", - "integrity": "sha512-TSSvDVvPamALa3dxzzACGH/Fws6DS/J4ZQcm2xFRyhTLtSea9yXxX6WeRmOI3s+H+jBuHDgE9hpKJrRFet1vjg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-20.0.0.tgz", + "integrity": "sha512-C+jj5XBTCNs7AFwufOkPLhuqn9bdgSDcqLB6b/Ppi9Fujwt613vWmA1hxeG76RX49vzHZIDJLq6N/v0o2SY1sA==", "license": "MIT", "dependencies": { "https-proxy-agent": "5.0.1" diff --git a/notification/package.json b/notification/package.json index 3e5368862..07b2c3338 100644 --- a/notification/package.json +++ b/notification/package.json @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/commercetools/commercetools-adyen-integration", "dependencies": { - "@adyen/api-library": "19.3.0", + "@adyen/api-library": "20.0.0", "@commercetools/api-request-builder": "6.0.0", "@commercetools/sdk-client": "3.0.0", "@commercetools/sdk-middleware-auth": "7.0.1",