Skip to content

Commit 2f4e73e

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-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit 2f4e73e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/permission-node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
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:^",
56-
"@backstage/plugin-permission-common": "workspace:^",
55+
"@backstage/plugin-auth-node": "0.5.0",
56+
"@backstage/plugin-permission-common": "0.1.0",
5757
"@types/express": "^4.17.6",
5858
"express": "^4.17.1",
5959
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)