From 656a89cc61588e9b0d67b7a447389e1a4872c76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:09:38 +0000 Subject: [PATCH] chore(deps): bump @backstage/plugin-auth-backend in /packages/backend Bumps [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) from 0.29.1 to 0.29.2. - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-backend/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/v0.29.2/plugins/auth-backend) --- updated-dependencies: - dependency-name: "@backstage/plugin-auth-backend" dependency-version: 0.29.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/package.json b/packages/backend/package.json index 95852b6e15..7349b38d02 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -33,7 +33,7 @@ "@backstage/cli-node": "0.3.3", "@backstage/config": "1.3.8", "@backstage/plugin-app-backend": "0.5.15", - "@backstage/plugin-auth-backend": "0.29.1", + "@backstage/plugin-auth-backend": "0.29.2", "@backstage/plugin-auth-backend-module-atlassian-provider": "0.4.16", "@backstage/plugin-auth-backend-module-auth0-provider": "0.4.2", "@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.21",