Skip to content

Commit 6d6ac96

Browse files
authored
fix: packages/create-app/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 6d6ac96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"start": "yarn nodemon --"
3333
},
3434
"dependencies": {
35-
"@backstage/cli-common": "workspace:^",
35+
"@backstage/cli-common": "0.1.1",
3636
"chalk": "^4.0.0",
3737
"commander": "^9.1.0",
3838
"fs-extra": "10.1.0",

0 commit comments

Comments
 (0)