Skip to content

Commit 4b49256

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 4b49256

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/nomad-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
26-
"@backstage/config": "workspace:^",
27-
"@backstage/errors": "workspace:^",
25+
"@backstage/backend-common": "0.25.0",
26+
"@backstage/config": "0.1.1",
27+
"@backstage/errors": "0.1.1",
2828
"@types/express": "*",
2929
"express": "^4.17.1",
3030
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)