Skip to content

Commit 05096fc

Browse files
committed
fix: plugins/permission-node/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 05096fc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/permission-node/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
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.6.0",
56+
"@backstage/plugin-permission-common": "0.1.0",
5757
"@types/express": "^4.17.6",
58-
"express": "^4.17.1",
58+
"express": "^4.22.0",
5959
"express-promise-router": "^4.1.0",
6060
"zod": "^3.21.4",
6161
"zod-to-json-schema": "^3.20.4"

0 commit comments

Comments
 (0)