From e03d4d13d697abb16a84ed07129c9fc892f9cf78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 11:09:05 -0700 Subject: [PATCH] Bump @backstage/backend-common from 0.20.0 to 0.20.2 (#53) Bumps [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) from 0.20.0 to 0.20.2. - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-common/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-common) --- updated-dependencies: - dependency-name: "@backstage/backend-common" dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> --- packages/backend/package.json | 2 +- plugins/plugin-radius-backend/package.json | 2 +- yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/backend/package.json b/packages/backend/package.json index 9833958..3e3ff95 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -16,7 +16,7 @@ "build-image": "docker build ../.. -f Dockerfile -t ghcr.io/radius-project/dashboard" }, "dependencies": { - "@backstage/backend-common": "^0.20.0", + "@backstage/backend-common": "^0.20.2", "@backstage/backend-tasks": "^0.5.13", "@backstage/catalog-client": "^1.5.1", "@backstage/catalog-model": "^1.4.3", diff --git a/plugins/plugin-radius-backend/package.json b/plugins/plugin-radius-backend/package.json index 2925b59..edd3d68 100644 --- a/plugins/plugin-radius-backend/package.json +++ b/plugins/plugin-radius-backend/package.json @@ -24,7 +24,7 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "^0.20.0", + "@backstage/backend-common": "^0.20.2", "@backstage/config": "^1.1.1", "@types/express": "*", "express": "^4.19.2", diff --git a/yarn.lock b/yarn.lock index a64c49f..9413afd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5262,7 +5262,7 @@ __metadata: version: 0.0.0-use.local resolution: "@internal/backend@workspace:packages/backend" dependencies: - "@backstage/backend-common": "npm:^0.20.0" + "@backstage/backend-common": "npm:^0.20.2" "@backstage/backend-tasks": "npm:^0.5.13" "@backstage/catalog-client": "npm:^1.5.1" "@backstage/catalog-model": "npm:^1.4.3" @@ -5297,7 +5297,7 @@ __metadata: version: 0.0.0-use.local resolution: "@internal/plugin-radius-backend@workspace:plugins/plugin-radius-backend" dependencies: - "@backstage/backend-common": "npm:^0.20.0" + "@backstage/backend-common": "npm:^0.20.2" "@backstage/cli": "npm:^0.25.0" "@backstage/config": "npm:^1.1.1" "@types/express": "npm:*"