From f0aad04bba899b9b902c61be258c2dc93c2c27c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 04:39:22 +0000 Subject: [PATCH] Update webpack-sources requirement from ^0.1.2 to ^1.4.3 Updates the requirements on [webpack-sources](https://github.com/webpack/webpack-sources) to permit the latest version. - [Release notes](https://github.com/webpack/webpack-sources/releases) - [Commits](https://github.com/webpack/webpack-sources/compare/v0.1.2...v1.4.3) 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 dadc622..61d2ef1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "optimize-js": "^1.0.0", - "webpack-sources": "^0.1.2" + "webpack-sources": "^1.4.3" }, "devDependencies": { "babel-cli": "^6.14.0",