Skip to content

Commit

Permalink
fix(minimist deps): temporary fix until new commitizen version is rel…
Browse files Browse the repository at this point in the history
…eased
  • Loading branch information
KhomsiAdam committed May 4, 2022
1 parent 6ce6263 commit 772b7cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"mailgen": "^2.0.19",
"minimist": "^1.2.6",
"mongoose": "^6.2.4",
"morgan": "^1.10.0",
"nodemailer": "^6.7.2",
Expand Down Expand Up @@ -93,6 +92,11 @@
"tsconfig-paths": "^3.14.1",
"typescript": "^4.6.2"
},
"overrides": {
"commitizen": {
"minimist": "1.2.6"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/KhomsiAdam/create-express-ts-rest-api.git"
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ commitizen@^4.0.3, commitizen@^4.2.4:
inquirer "6.5.2"
is-utf8 "^0.2.1"
lodash "^4.17.20"
minimist "1.2.5"
minimist "^1.2.6"
strip-bom "4.0.0"
strip-json-comments "3.0.1"

Expand Down Expand Up @@ -4880,11 +4880,6 @@ minimatch@^5.0.1:
dependencies:
brace-expansion "^2.0.1"

minimist@1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==

minimist@^1.2.6:
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
Expand Down

0 comments on commit 772b7cd

Please sign in to comment.