Skip to content

Commit 7befadf

Browse files
authored
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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 7befadf

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": "1.6.1",
39+
"@backstage/plugin-events-node": "0.4.0",
4040
"winston": "^3.2.1"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)