diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-29 02:16:23 +0000 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-12-30 16:40:17 +0100 |
commit | 55de6a12d5344aee44fef3f087dae8b9bc27bf09 (patch) | |
tree | 2ecfbb561fa8be024bcba076b7f9018406a35d28 /package.json | |
parent | 5d954fa9c39ba2195a657ce8ac4dac545a5acb7b (diff) | |
download | nextcloud-server-55de6a12d5344aee44fef3f087dae8b9bc27bf09.tar.gz nextcloud-server-55de6a12d5344aee44fef3f087dae8b9bc27bf09.zip |
Bump css-loader from 3.3.2 to 3.4.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.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/v3.3.2...v3.4.0)
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 63020e75236..92c48a2ff90 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.3.2", + "css-loader": "^3.4.0", "eslint": "^5.16.0", "eslint-config-nextcloud": "0.1.0", "eslint-config-standard": "^12.0.0", |