Skip to content

Commit 4019c12

Browse files
committed
fix: plugins/events-backend/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 4019c12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/events-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
},
3737
"dependencies": {
3838
"@backstage/backend-common": "workspace:^",
39-
"@backstage/backend-plugin-api": "workspace:^",
40-
"@backstage/config": "workspace:^",
41-
"@backstage/plugin-events-node": "workspace:^",
39+
"@backstage/backend-plugin-api": "0.6.19",
40+
"@backstage/config": "0.1.1",
41+
"@backstage/plugin-events-node": "0.2.9",
4242
"@types/express": "^4.17.6",
4343
"express": "^4.17.1",
4444
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)