From 1432625146041193e048f420abe8fc225568d01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:28:10 +0000 Subject: [PATCH] build(deps): bump @sumup/sdk Bumps the sumup-sdk group with 1 update in the /backend/bun directory: [@sumup/sdk](https://github.com/sumup/sumup-ts). Updates `@sumup/sdk` from 0.0.11 to 0.1.5 - [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.1.5) --- 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..61a4f88 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.1.5" }, "devDependencies": { "@biomejs/biome": "^2.1.2"