Skip to content

Commit

Permalink
fix(package.json): update commitizen to secure version
Browse files Browse the repository at this point in the history
  • Loading branch information
saisilinus committed May 21, 2022
1 parent 2b3097d commit 12c263c
Show file tree
Hide file tree
Showing 3 changed files with 543 additions and 480 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![Node.js CI](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/actions/workflows/node.js.yml/badge.svg)](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/actions/workflows/node.js.yml)
[![codecov](https://codecov.io/gh/saisilinus/node-express-mongoose-typescript-boilerplate/branch/master/graph/badge.svg?token=UYJAL9KTMD)](https://codecov.io/gh/saisilinus/node-express-mongoose-typescript-boilerplate)

This project pairs well with this [React Template](https://github.com/saisilinus/react-redux-typescript-boilerplate)

## Manual Installation

Clone the repo:
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@
"@types/validator": "^13.7.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"commitizen": "^4.2.4",
"concurrently": "^7.1.0",
"coveralls": "^3.1.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
Expand All @@ -98,7 +96,9 @@
"standard-version": "^9.3.2",
"supertest": "^6.1.6",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
"typescript": "^4.5.4",
"@ryansonshine/commitizen": "^4.2.8",
"@ryansonshine/cz-conventional-changelog": "^3.3.4"
},
"dependencies": {
"bcryptjs": "^2.4.3",
Expand Down Expand Up @@ -128,10 +128,7 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
}
},
"resolutions": {
"commitizen/minimist": "1.2.6"
}
}

0 comments on commit 12c263c

Please sign in to comment.