Skip to content

Commit cb4f0c7

Browse files
authored
fix: plugins/permission-react/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777
1 parent dcd7e16 commit cb4f0c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/permission-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"start": "backstage-cli package start"
3232
},
3333
"dependencies": {
34-
"@backstage/config": "workspace:^",
34+
"@backstage/config": "0.1.1",
3535
"@backstage/core-plugin-api": "workspace:^",
36-
"@backstage/plugin-permission-common": "workspace:^",
36+
"@backstage/plugin-permission-common": "0.1.0",
3737
"@types/react": "^16.13.1 || ^17.0.0",
3838
"cross-fetch": "^3.1.5",
3939
"react-use": "^17.2.4",

0 commit comments

Comments
 (0)