Skip to content

Commit 0cd4ef4

Browse files
committed
fix: plugins/catalog-backend-module-gerrit/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
1 parent c67ec7f commit 0cd4ef4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/catalog-backend-module-gerrit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"clean": "backstage-cli package clean"
4242
},
4343
"dependencies": {
44-
"@backstage/backend-common": "workspace:^",
44+
"@backstage/backend-common": "0.24.1",
4545
"@backstage/backend-plugin-api": "workspace:^",
4646
"@backstage/backend-tasks": "workspace:^",
47-
"@backstage/catalog-model": "workspace:^",
47+
"@backstage/catalog-model": "0.1.1",
4848
"@backstage/config": "workspace:^",
4949
"@backstage/errors": "workspace:^",
5050
"@backstage/integration": "workspace:^",
51-
"@backstage/plugin-catalog-node": "workspace:^",
51+
"@backstage/plugin-catalog-node": "1.0.0",
5252
"fs-extra": "10.1.0",
5353
"node-fetch": "^2.6.7",
5454
"uuid": "^8.0.0",

0 commit comments

Comments
 (0)