Skip to content

Commit

Permalink
fix: packages/create-app/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
  • Loading branch information
snyk-bot committed Sep 5, 2024
1 parent 0e9fef8 commit 5aa6990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"commander": "^6.1.0",
"fs-extra": "9.1.0",
"handlebars": "^4.7.3",
"inquirer": "^7.0.4",
"ora": "^5.3.0",
"inquirer": "^9.0.0",
"ora": "^6.0.1",
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5aa6990

Please sign in to comment.