Skip to content

Commit a5c9de1

Browse files
authored
fix: plugins/vault-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 a5c9de1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/vault-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"postpack": "backstage-cli package postpack"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/backend-tasks": "workspace:^",
38-
"@backstage/config": "workspace:^",
39-
"@backstage/errors": "workspace:^",
36+
"@backstage/backend-common": "0.25.0",
37+
"@backstage/backend-tasks": "0.6.1",
38+
"@backstage/config": "0.1.1",
39+
"@backstage/errors": "0.1.1",
4040
"@types/express": "*",
4141
"compression": "^1.7.4",
4242
"cors": "^2.8.5",

0 commit comments

Comments
 (0)