Skip to content

Commit 826d329

Browse files
authored
fix: plugins/codescene/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 826d329

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/codescene/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/config": "workspace:^",
26-
"@backstage/core-components": "workspace:^",
25+
"@backstage/config": "0.1.1",
26+
"@backstage/core-components": "0.1.0",
2727
"@backstage/core-plugin-api": "workspace:^",
2828
"@backstage/errors": "workspace:^",
2929
"@backstage/theme": "workspace:^",

0 commit comments

Comments
 (0)