Skip to content

Commit

Permalink
feat(cli): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Jan 3, 2023
1 parent 3917cac commit 101a3b2
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@
"yarn": ">= 1.6.0"
},
"dependencies": {
"async": "^3.2.3",
"ci-info": "^3.3.0",
"async": "^3.2.4",
"ci-info": "^3.7.1",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"consolidate": "0.16.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"download-git-repo": "^3.0.2",
"express": "^4.17.3",
"express": "^4.18.2",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"http-proxy-middleware": "^2.0.3",
"http-proxy-middleware": "^2.0.6",
"inquirer": "^8.2.0",
"kolorist": "^1.5.1",
"metalsmith": "^2.4.2",
"kolorist": "^1.6.0",
"metalsmith": "^2.5.1",
"minimatch": "^3.0.4",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"multimatch": "^5.0.0",
"open": "7.0.4",
"ora": "5.4.0",
Expand All @@ -71,9 +71,6 @@
"update-notifier": "^5.1.0",
"validate-npm-package-name": "^3.0.0"
},
"resolutions": {
"minimist": "^1.2.6"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 101a3b2

Please sign in to comment.