Skip to content

Commit 3471251

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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 3471251

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)