From edf971985f2e81a3354adaf410a0506d119c8802 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 11 Jun 2019 21:36:18 +0000 Subject: [PATCH] Update file-loader requirement from ^2.0.0 to ^4.0.0 Updates the requirements on [file-loader](https://github.com/webpack-contrib/file-loader) to permit the latest version. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v2.0.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7b054..1db2962 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-react": "^7.11.1", "fastclick": "~1.0.6", - "file-loader": "^2.0.0", + "file-loader": "^4.0.0", "filesize": "^3.6.1", "fs-extra": "^7.0.1", "gh-pages": "^2.0.1",