Skip to content

Commit e0aa5d7

Browse files
authored
fix: packages/config/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 e0aa5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"clean": "backstage-cli package clean"
3333
},
3434
"dependencies": {
35-
"@backstage/types": "workspace:^",
35+
"@backstage/types": "0.1.1",
3636
"lodash": "^4.17.21"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)