Skip to content

Commit 1f8cceb

Browse files
authored
fix: plugins/events-backend-module-gitlab/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
1 parent c67ec7f commit 1f8cceb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"postpack": "backstage-cli package postpack"
3636
},
3737
"dependencies": {
38-
"@backstage/backend-plugin-api": "workspace:^",
39-
"@backstage/config": "workspace:^",
40-
"@backstage/plugin-events-node": "workspace:^",
38+
"@backstage/backend-plugin-api": "1.6.1",
39+
"@backstage/config": "0.1.1",
40+
"@backstage/plugin-events-node": "0.4.0",
4141
"winston": "^3.2.1"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)