From 393f6c8fc3337b36e72464274f059059837d2cd4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 13:25:42 +0000 Subject: [PATCH] build(deps-dev): Bump file-loader from 4.3.0 to 5.0.1 in /frontend Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.3.0 to 5.0.1. - [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/v4.3.0...v5.0.1) Signed-off-by: dependabot-preview[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 754ad7d61..1b4ff4a50 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "eslint-plugin-mozilla": "^2.1.0", "eslint-plugin-no-unsanitized": "^3.0.2", "eslint-plugin-prettier": "^3.1.0", - "file-loader": "^4.2.0", + "file-loader": "^5.0.1", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.12.0",