package.json: Bump css-loader to current version

This also updates to a newer js-yaml, which addresses the current two
`npm audit` issues:

  - https://npmjs.com/advisories/788
  - https://npmjs.com/advisories/813

That also gets rid of a deprecated module:

    deprecated flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
This commit is contained in:
Martin Pitt 2019-09-11 14:26:34 +02:00 committed by Martin Pitt
parent b5913e283d
commit 28417e4bdb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
"chrome-remote-interface": "^0.28.0",
"clean-css": "~3.4.20",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.10",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.1.0",