Skip to content

Commit 6bc72bf

Browse files
authored
fix: plugins/permission-node/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 6bc72bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/permission-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"start": "backstage-cli package start"
4949
},
5050
"dependencies": {
51-
"@backstage/backend-common": "workspace:^",
52-
"@backstage/backend-plugin-api": "workspace:^",
51+
"@backstage/backend-common": "0.24.1",
52+
"@backstage/backend-plugin-api": "0.6.19",
5353
"@backstage/config": "workspace:^",
5454
"@backstage/errors": "workspace:^",
55-
"@backstage/plugin-auth-node": "workspace:^",
55+
"@backstage/plugin-auth-node": "0.5.0",
5656
"@backstage/plugin-permission-common": "workspace:^",
5757
"@types/express": "^4.17.6",
5858
"express": "^4.17.1",

0 commit comments

Comments
 (0)