From 46ed5154417563305eb34badf62eae3bd83b11ea Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Thu, 1 Sep 2022 10:58:14 +0100 Subject: [PATCH] fix yarn lock after merge Signed-off-by: Brian Fletcher --- plugins/auth-node/package.json | 2 +- yarn.lock | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index f512f961c6..360426d7bd 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -25,8 +25,8 @@ "@backstage/backend-common": "^0.15.1-next.1", "@backstage/config": "^1.0.1", "@backstage/errors": "^1.1.0", - "express": "^4.17.1", "@types/express": "*", + "express": "^4.17.1", "jose": "^4.6.0", "node-fetch": "^2.6.7", "winston": "^3.2.1" diff --git a/yarn.lock b/yarn.lock index 2445084328..6a2b6fc817 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4006,6 +4006,8 @@ __metadata: "@backstage/cli": ^0.19.0-next.1 "@backstage/config": ^1.0.1 "@backstage/errors": ^1.1.0 + "@types/express": "*" + express: ^4.17.1 jose: ^4.6.0 lodash: ^4.17.21 msw: ^0.46.0 @@ -6392,6 +6394,7 @@ __metadata: "@backstage/config": ^1.0.1 "@backstage/errors": ^1.1.0 "@backstage/integration": ^1.3.1-next.0 + "@backstage/plugin-auth-node": ^0.2.5-next.1 "@backstage/plugin-catalog-backend": ^1.4.0-next.1 "@backstage/plugin-catalog-node": ^1.0.2-next.0 "@backstage/plugin-scaffolder-common": ^1.2.0-next.0