Skip to content

Commit 2fd0179

Browse files
committed
fix: plugins/vault-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 2fd0179

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/vault-backend/package.json

Lines changed: 3 additions & 3 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:^",
36+
"@backstage/backend-common": "0.24.1",
37+
"@backstage/backend-tasks": "0.6.1",
3838
"@backstage/config": "workspace:^",
39-
"@backstage/errors": "workspace:^",
39+
"@backstage/errors": "0.1.1",
4040
"@types/express": "*",
4141
"compression": "^1.7.4",
4242
"cors": "^2.8.5",

0 commit comments

Comments
 (0)