Skip to content

Commit 1ce3ccc

Browse files
authored
fix: plugins/kubernetes-common/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 1ce3ccc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/kubernetes-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"url": "https://github.com/backstage/backstage/issues"
3939
},
4040
"dependencies": {
41-
"@backstage/catalog-model": "workspace:^",
42-
"@backstage/plugin-permission-common": "workspace:^",
41+
"@backstage/catalog-model": "0.1.1",
42+
"@backstage/plugin-permission-common": "0.1.0",
4343
"@kubernetes/client-node": "0.18.1"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)