Skip to content

Commit

Permalink
Fix security vulnerabilities
Browse files Browse the repository at this point in the history
- update "commitizen" to "^4.2.4"
- update "mini-css-extract-plugin" to "^1.6.0"
- update "standard-version" to "^9.3.0"
- update "pretty-error" to "^3.0.4"
  • Loading branch information
tschmidtb51 authored and jantimon committed Jun 22, 2021
1 parent 25cdfc7 commit b98fbeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -29,30 +29,30 @@
},
"devDependencies": {
"@types/node": "11.13.9",
"commitizen": "4.2.1",
"commitizen": "^4.2.4",
"css-loader": "5.0.1",
"cz-conventional-changelog": "2.1.0",
"dir-compare": "1.7.2",
"html-loader": "2.1.1",
"jest": "26.5.3",
"mini-css-extract-plugin": "1.0.0",
"mini-css-extract-plugin": "^1.6.0",
"pug": "3.0.2",
"pug-loader": "2.4.0",
"raw-loader": "4.0.2",
"rimraf": "2.6.3",
"semistandard": "^13.0.1",
"standard-version": "9.1.0",
"standard-version": "^9.3.0",
"style-loader": "2.0.0",
"typescript": "4.1.3",
"webpack": "5.24.3",
"webpack-recompilation-simulator": "3.2.0",
"webpack-cli": "4.5.0"
"webpack-cli": "4.5.0",
"webpack-recompilation-simulator": "3.2.0"
},
"dependencies": {
"@types/html-minifier-terser": "^5.0.0",
"html-minifier-terser": "^5.0.1",
"lodash": "^4.17.20",
"pretty-error": "^2.1.1",
"pretty-error": "^3.0.4",
"tapable": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit b98fbeb

Please sign in to comment.