Merge branch 'security' into 'master'
Fix vulnerabilities with npm audit fix See merge request csar9407/gitsearch!3
This diff is collapsed.
... | ... | @@ -52,7 +52,7 @@ |
"@typescript-eslint/eslint-plugin-tslint": "2.30.0", | ||
"@typescript-eslint/parser": "2.30.0", | ||
"autoprefixer": "9.8.4", | ||
"browser-sync": "2.26.7", | ||
"browser-sync": "^2.26.13", | ||
"browser-sync-webpack-plugin": "2.2.2", | ||
"chai": "4.2.0", | ||
"chai-as-promised": "7.1.1", | ||
... | ... | @@ -66,7 +66,7 @@ |
"eslint-loader": "4.0.2", | ||
"file-loader": "6.0.0", | ||
"friendly-errors-webpack-plugin": "1.7.0", | ||
"generator-jhipster": "6.10.0", | ||
"generator-jhipster": "^6.10.5", | ||
"html-loader": "1.1.0", | ||
"html-webpack-plugin": "4.3.0", | ||
"husky": "4.2.5", | ||
... | ... | @@ -78,7 +78,7 @@ |
"lint-staged": "8.2.1", | ||
"merge-jsons-webpack-plugin": "1.0.21", | ||
"mini-css-extract-plugin": "0.9.0", | ||
"mocha": "8.0.1", | ||
"mocha": "^8.2.1", | ||
"moment-locales-webpack-plugin": "1.2.0", | ||
"optimize-css-assets-webpack-plugin": "5.0.3", | ||
"postcss-loader": "3.0.0", | ||
... | ... |
Please register or sign in to comment