diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-13 08:28:15 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-14 10:31:16 +0100 |
commit | 9345aff95723219d95f8a7febe047459d58ebbab (patch) | |
tree | f8d8b87a5b596c631ce74cbbde58c829e2571be5 /package.json | |
parent | 9adaa299a5baae39791c0ebf895832b787244afa (diff) | |
download | nextcloud-server-9345aff95723219d95f8a7febe047459d58ebbab.tar.gz nextcloud-server-9345aff95723219d95f8a7febe047459d58ebbab.zip |
Bump css-loader from 2.0.1 to 2.1.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.1...v2.1.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0e4e2cbfccb..e91136e4988 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.2.0", "babel-loader": "^8.0.5", - "css-loader": "^2.0.1", + "css-loader": "^2.1.0", "exports-loader": "^0.7.0", "style-loader": "^0.23.1", "url-loader": "^1.1.2", |