From f059474b97b621ebcae8319b007f9609afd745da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 18:03:54 +0000 Subject: [PATCH] fix: plugins/catalog-backend-module-puppetdb/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- plugins/catalog-backend-module-puppetdb/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/catalog-backend-module-puppetdb/package.json b/plugins/catalog-backend-module-puppetdb/package.json index 8adbd65941109e..06034235412b8a 100644 --- a/plugins/catalog-backend-module-puppetdb/package.json +++ b/plugins/catalog-backend-module-puppetdb/package.json @@ -47,13 +47,13 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/backend-plugin-api": "workspace:^", "@backstage/backend-tasks": "workspace:^", - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/plugin-catalog-node": "workspace:^", + "@backstage/plugin-catalog-node": "1.0.0", "@backstage/types": "workspace:^", "lodash": "^4.17.21", "luxon": "^3.0.0",