From b56ae0bfaaad68adc04419576212f4438b6d77d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 07:58:15 +0000 Subject: [PATCH] chore(deps-dev): bump webpack-dev-server Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 1.16.5 to 3.8.2. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v1.16.5...v3.8.2) Signed-off-by: dependabot[bot] --- app/lib/react-foundation-apps/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/react-foundation-apps/package.json b/app/lib/react-foundation-apps/package.json index aa83b130..f4ab9767 100644 --- a/app/lib/react-foundation-apps/package.json +++ b/app/lib/react-foundation-apps/package.json @@ -60,7 +60,7 @@ "run-sequence": "^1.0.2", "style-loader": "^0.8.2", "webpack": "^1.4.13", - "webpack-dev-server": "^1.6.6" + "webpack-dev-server": "^3.8.2" }, "peerDependencies": { "react": ">=0.14.x",