Skip to content

Commit cb99ae0

Browse files
committed
fix: packages/config/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit cb99ae0

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)