Skip to content

Commit

Permalink
[BUGFIX] Update vulnerable npm development modules
Browse files Browse the repository at this point in the history
Executed commands:
```
yarn audit
yarn add -D "autoprefixer@^10.2.5" \
  "css-loader@^5.2.4" \
  "mini-css-extract-plugin@^1.5.0" \
  "node-sass@^5.0.0" \
  "postcss-loader@^5.2.0" \
  "sass-loader@^11.0.1" \
  "terser-webpack-plugin@^5.1.1" \
  "webpack@^5.35.00" \
  "webpack-cli@^4.6.0" \
  "webpack-fix-style-only-entries@^0.6.1"
npx yarn-audit-fix
```

Releases: master, 10
  • Loading branch information
andreaskienast committed Apr 23, 2021
1 parent ef72282 commit 60aef51
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 3,286 deletions.
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Datatables.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/MassUpdate.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/SetupWizard.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"last 2 versions"
],
"devDependencies": {
"autoprefixer": "^10.0.0",
"css-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "^4.14.1",
"autoprefixer": "^10.2.5",
"css-loader": "^5.2.4",
"mini-css-extract-plugin": "^1.5.0",
"node-sass": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.0.2",
"sass-loader": "^10.0.2",
"terser-webpack-plugin": "^4.2.2",
"webpack": "^4.44.2",
"webpack-command": "^0.5.0",
"webpack-fix-style-only-entries": "^0.5.1"
"postcss-loader": "^5.2.0",
"sass-loader": "^11.0.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"webpack-fix-style-only-entries": "^0.6.1"

This comment has been minimized.

Copy link
@webdiscus

webdiscus Feb 22, 2022

The plugin webpack-fix-style-only-entries is incompatible with Webpack 5.
See official recommendation to use the plugin compatible with Webpack 5.
Webpack 5 deprecation warnings see by the issue

},
"dependencies": {
"datatables.net": "^1.10.22",
Expand Down
Loading

0 comments on commit 60aef51

Please sign in to comment.