From 1e0a61da9d2a17a787cc51ff0b1174c781327275 Mon Sep 17 00:00:00 2001 From: Andy Caruso Date: Tue, 29 Mar 2022 10:34:35 -0700 Subject: [PATCH] Update auth-node dependency on catalog-model Signed-off-by: Andy Caruso --- plugins/auth-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index 9a99506702..446e20ec9a 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -25,7 +25,7 @@ "dependencies": { "@backstage/backend-common": "^0.13.2-next.1", "@backstage/config": "^1.0.0", - "@backstage/catalog-model": "^0.13.0", + "@backstage/catalog-model": "^1.0.1-next.0", "@backstage/errors": "^1.0.0", "jose": "^4.6.0", "node-fetch": "^2.6.7",