Skip to content

Commit 2e1aa52

Browse files
authored
fix: plugins/permission-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent c67ec7f commit 2e1aa52

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/permission-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"clean": "backstage-cli package clean"
3838
},
3939
"dependencies": {
40-
"@backstage/backend-common": "workspace:^",
41-
"@backstage/backend-plugin-api": "workspace:^",
40+
"@backstage/backend-common": "0.24.1",
41+
"@backstage/backend-plugin-api": "0.6.19",
4242
"@backstage/config": "workspace:^",
4343
"@backstage/errors": "workspace:^",
44-
"@backstage/plugin-auth-node": "workspace:^",
45-
"@backstage/plugin-permission-common": "workspace:^",
46-
"@backstage/plugin-permission-node": "workspace:^",
44+
"@backstage/plugin-auth-node": "0.6.0",
45+
"@backstage/plugin-permission-common": "0.1.0",
46+
"@backstage/plugin-permission-node": "0.1.0",
4747
"@types/express": "*",
4848
"dataloader": "^2.0.0",
4949
"express": "^4.17.1",

0 commit comments

Comments
 (0)