From d4d67b43aea061afb8a3ac21c7a930453a98187e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 03:59:52 +0000 Subject: [PATCH] fix: plugins/gocd/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/gocd/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json index bd34adf50a09cb..ddef79867dfc46 100644 --- a/plugins/gocd/package.json +++ b/plugins/gocd/package.json @@ -29,18 +29,18 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-catalog-react": "1.0.0", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", "lodash": "^4.17.21", "luxon": "^3.0.0", - "qs": "^6.10.1", + "qs": "^6.14.2", "react-use": "^17.2.4" }, "peerDependencies": {