Skip to content

Commit 7bafae7

Browse files
committed
fix: plugins/events-backend-module-azure/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 7bafae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/events-backend-module-azure/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)