From d32c5df1739420cf153abde833ec5503d7348556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:18:49 +0000 Subject: [PATCH] build(deps): bump @sumup/sdk in /backend/bun in the sumup-sdk group Bumps the sumup-sdk group in /backend/bun with 1 update: [@sumup/sdk](https://github.com/sumup/sumup-ts). Updates `@sumup/sdk` from 0.0.11 to 0.0.12 - [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.11...v0.0.12) --- updated-dependencies: - dependency-name: "@sumup/sdk" dependency-version: 0.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sumup-sdk ... Signed-off-by: dependabot[bot] --- backend/bun/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/bun/package.json b/backend/bun/package.json index d1eefc9..782946d 100644 --- a/backend/bun/package.json +++ b/backend/bun/package.json @@ -8,7 +8,7 @@ "lint:fix": "biome check --write" }, "dependencies": { - "@sumup/sdk": "^0.0.11" + "@sumup/sdk": "^0.0.12" }, "devDependencies": { "@biomejs/biome": "^2.1.2"