Skip to content

Commit b98fbeb

Browse files
tschmidtb51jantimon
authored andcommitted
Fix security vulnerabilities
- 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"
1 parent 25cdfc7 commit b98fbeb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@
2929
},
3030
"devDependencies": {
3131
"@types/node": "11.13.9",
32-
"commitizen": "4.2.1",
32+
"commitizen": "^4.2.4",
3333
"css-loader": "5.0.1",
3434
"cz-conventional-changelog": "2.1.0",
3535
"dir-compare": "1.7.2",
3636
"html-loader": "2.1.1",
3737
"jest": "26.5.3",
38-
"mini-css-extract-plugin": "1.0.0",
38+
"mini-css-extract-plugin": "^1.6.0",
3939
"pug": "3.0.2",
4040
"pug-loader": "2.4.0",
4141
"raw-loader": "4.0.2",
4242
"rimraf": "2.6.3",
4343
"semistandard": "^13.0.1",
44-
"standard-version": "9.1.0",
44+
"standard-version": "^9.3.0",
4545
"style-loader": "2.0.0",
4646
"typescript": "4.1.3",
4747
"webpack": "5.24.3",
48-
"webpack-recompilation-simulator": "3.2.0",
49-
"webpack-cli": "4.5.0"
48+
"webpack-cli": "4.5.0",
49+
"webpack-recompilation-simulator": "3.2.0"
5050
},
5151
"dependencies": {
5252
"@types/html-minifier-terser": "^5.0.0",
5353
"html-minifier-terser": "^5.0.1",
5454
"lodash": "^4.17.20",
55-
"pretty-error": "^2.1.1",
55+
"pretty-error": "^3.0.4",
5656
"tapable": "^2.0.0"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)