Skip to content

Commit

Permalink
fix: update dependencies to fix vulnerabilities (#429)
Browse files Browse the repository at this point in the history
* chore(deps): update Jest-related packages

* chore(deps): remove commit-related packages
  • Loading branch information
arthurdenner committed Jan 28, 2021
1 parent fc8baeb commit 801c5ac
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 1,843 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package-lock=false
save-exact=true
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,12 @@
"git add"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/jest": "26.0.20",
"@types/node": "14.14.22",
"commitizen": "4.2.3",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"husky": "4.3.8",
"jest": "25.5.4",
"jest": "26.6.3",
"jest-config": "26.6.3",
"lint-staged": "10.5.3",
"prettier": "2.2.1",
Expand All @@ -79,7 +65,7 @@
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.29.0",
"ts-jest": "25.5.1",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
Expand Down
Loading

0 comments on commit 801c5ac

Please sign in to comment.