diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-05 12:41:33 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-05 14:52:35 +0100 |
commit | c282435c42eb65113813e6ae5d059cda98c4517f (patch) | |
tree | 0e15b07788af3de1b957c6242af793ad760b2f72 /package.json | |
parent | 9b7c8cac370aebf5e509afd96a4e8fbbacbc25bd (diff) | |
download | nextcloud-server-c282435c42eb65113813e6ae5d059cda98c4517f.tar.gz nextcloud-server-c282435c42eb65113813e6ae5d059cda98c4517f.zip |
Bump css-loader from 3.4.0 to 3.4.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.1.
- [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/v3.4.0...v3.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 e33b367a332..2411abe1e41 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", - "css-loader": "^3.4.0", + "css-loader": "^3.4.1", "eslint": "^5.16.0", "eslint-config-nextcloud": "0.1.1", "eslint-config-standard": "^12.0.0", |