Skip to content

Commit 20d7077

Browse files
committed
fix: plugins/events-backend-module-gerrit/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 20d7077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"postpack": "backstage-cli package postpack"
3636
},
3737
"dependencies": {
38-
"@backstage/backend-plugin-api": "workspace:^",
39-
"@backstage/plugin-events-node": "workspace:^",
38+
"@backstage/backend-plugin-api": "0.6.19",
39+
"@backstage/plugin-events-node": "0.2.9",
4040
"winston": "^3.2.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)