Skip to content

Commit 443a3be

Browse files
authored
fix: plugins/events-node/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent c67ec7f commit 443a3be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/events-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"postpack": "backstage-cli package postpack"
3737
},
3838
"dependencies": {
39-
"@backstage/backend-plugin-api": "workspace:^"
39+
"@backstage/backend-plugin-api": "0.6.19"
4040
},
4141
"devDependencies": {
4242
"@backstage/cli": "workspace:^"

0 commit comments

Comments
 (0)