From 0e8a52891903683f84b858fc815aff16a943fc8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 07:24:11 +0000 Subject: [PATCH] Bump file-loader from 1.1.11 to 6.0.0 in /ui Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 6.0.0. - [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/v1.1.11...v6.0.0) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index e10e87fe2..ddc449303 100644 --- a/ui/package.json +++ b/ui/package.json @@ -38,7 +38,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "7.20.6", "eslint-plugin-standard": "^4.0.1", - "file-loader": "^1.1.5", + "file-loader": "^6.0.0", "jest": "^26.4.1", "jest-cli": "^21.2.0", "react-test-renderer": "^16.13.1",