Skip to content

Commit 32d9208

Browse files
committed
fix: plugins/events-backend-module-github/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 32d9208

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/events-backend-module-github/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": "0.6.19",
39+
"@backstage/config": "0.1.1",
40+
"@backstage/plugin-events-node": "0.2.9",
4141
"@octokit/webhooks-methods": "^3.0.0",
4242
"winston": "^3.2.1"
4343
},

0 commit comments

Comments
 (0)