Skip to content

Commit 17d168b

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-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 17d168b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/permission-backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
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": "1.6.1",
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.5.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",
5050
"express-promise-router": "^4.1.0",
51-
"lodash": "^4.17.21",
51+
"lodash": "^4.17.23",
5252
"node-fetch": "^2.6.7",
5353
"winston": "^3.2.1",
5454
"yn": "^4.0.0",

0 commit comments

Comments
 (0)