Skip to content

Commit 376dcc5

Browse files
committed
fix: plugins/kubernetes-common/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959
1 parent c67ec7f commit 376dcc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/kubernetes-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@backstage/catalog-model": "workspace:^",
42-
"@backstage/plugin-permission-common": "workspace:^",
42+
"@backstage/plugin-permission-common": "0.1.0",
4343
"@kubernetes/client-node": "0.18.1"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)