From f94588b22ade7b1ebaa08b8760e7a55134e09ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:43:27 +0000 Subject: [PATCH] build(deps): bump @sumup/sdk in /backend/node in the sumup-sdk group Bumps the sumup-sdk group in /backend/node with 1 update: [@sumup/sdk](https://github.com/sumup/sumup-ts). Updates `@sumup/sdk` from 0.0.12 to 0.0.13 - [Release notes](https://github.com/sumup/sumup-ts/releases) - [Changelog](https://github.com/sumup/sumup-ts/blob/main/CHANGELOG.md) - [Commits](https://github.com/sumup/sumup-ts/compare/v0.0.12...v0.0.13) --- updated-dependencies: - dependency-name: "@sumup/sdk" dependency-version: 0.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sumup-sdk ... Signed-off-by: dependabot[bot] --- backend/node/package-lock.json | 8 ++++---- backend/node/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/node/package-lock.json b/backend/node/package-lock.json index 11700d7..e46e6b8 100644 --- a/backend/node/package-lock.json +++ b/backend/node/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "sumup-examples-node", "dependencies": { - "@sumup/sdk": "^0.0.12", + "@sumup/sdk": "^0.0.13", "express": "^5.2.1" }, "devDependencies": { @@ -177,9 +177,9 @@ } }, "node_modules/@sumup/sdk": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@sumup/sdk/-/sdk-0.0.12.tgz", - "integrity": "sha512-mdib9U6ADCilQc3pe+lpmNAWjyszNq8Sko5NBhyA65R6celkV+fjjZPYequxTgxqOtTg1S4yWyo74nW48NymGw==", + "version": "0.0.13", + "resolved": "https://registry.npmjs.org/@sumup/sdk/-/sdk-0.0.13.tgz", + "integrity": "sha512-6i6inHfK9WujPC2SOVEqIGIWP2+pCyouE5L1IFCzJwU/CY3eQUGb9pZQkE3u6PwA4YgfI7CZRxbP0i629jSnRw==", "license": "Apache-2.0", "engines": { "node": ">=18" diff --git a/backend/node/package.json b/backend/node/package.json index ca4c186..f815b5a 100644 --- a/backend/node/package.json +++ b/backend/node/package.json @@ -8,7 +8,7 @@ "lint:fix": "biome check --write" }, "dependencies": { - "@sumup/sdk": "^0.0.12", + "@sumup/sdk": "^0.0.13", "express": "^5.2.1" }, "devDependencies": {