From 5ab053ff747c41a86086387ff13a5f0f835e6fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:49:18 +0000 Subject: [PATCH] Bump @adyen/api-library from 19.2.0 to 19.3.0 in /giving-example Bumps [@adyen/api-library](https://github.com/Adyen/adyen-node-api-library) from 19.2.0 to 19.3.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...v19.3.0) --- updated-dependencies: - dependency-name: "@adyen/api-library" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- giving-example/package-lock.json | 14 +++++++------- giving-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/giving-example/package-lock.json b/giving-example/package-lock.json index ab17e5bc..95582b1c 100644 --- a/giving-example/package-lock.json +++ b/giving-example/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@adyen/api-library": "^19.2.0", + "@adyen/api-library": "^19.3.0", "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", "dotenv": "^16.4.5", @@ -28,9 +28,9 @@ } }, "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": "19.3.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.3.0.tgz", + "integrity": "sha512-TSSvDVvPamALa3dxzzACGH/Fws6DS/J4ZQcm2xFRyhTLtSea9yXxX6WeRmOI3s+H+jBuHDgE9hpKJrRFet1vjg==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -2734,9 +2734,9 @@ }, "dependencies": { "@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": "19.3.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.3.0.tgz", + "integrity": "sha512-TSSvDVvPamALa3dxzzACGH/Fws6DS/J4ZQcm2xFRyhTLtSea9yXxX6WeRmOI3s+H+jBuHDgE9hpKJrRFet1vjg==", "requires": { "@types/node": "14.18.63", "https-proxy-agent": "5.0.1" diff --git a/giving-example/package.json b/giving-example/package.json index 06351b11..b00579c3 100644 --- a/giving-example/package.json +++ b/giving-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "^19.2.0", + "@adyen/api-library": "^19.3.0", "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", "dotenv": "^16.4.5",