Skip to content

Commit 50e30b5

Browse files
authored
fix: plugins/nomad-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660
1 parent c67ec7f commit 50e30b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/nomad-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
2626
"@backstage/config": "workspace:^",
2727
"@backstage/errors": "workspace:^",
2828
"@types/express": "*",

0 commit comments

Comments
 (0)