From f1c4a337e4b4efa97c030ec0919ade6df7c5c0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:53:19 +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.4 - [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.4) --- 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..d15d5c5 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.4" }, "devDependencies": { "@biomejs/biome": "^2.1.2"