From d4dae037ba19c96a767a8366833291c914c37ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <support@dependabot.com> Date: Fri, 26 Oct 2018 08:15:08 +0000 Subject: [PATCH] Bump webpack from 4.23.0 to 4.23.1 Bumps [webpack](https://github.com/webpack/webpack) from 4.23.0 to 4.23.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.23.0...v4.23.1) Signed-off-by: dependabot[bot] <support@dependabot.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 426ee26..d06daa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4962,9 +4962,9 @@ } }, "webpack": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.23.0.tgz", - "integrity": "sha512-Osh/3U9y4swhEKDjy8fF48v2Qx5VC6VvdQ8bEm1HMaVVddiQBw4+mIyDrzVcVRCPT/+4uJFOcklPuoB+I3Zw0w==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.23.1.tgz", + "integrity": "sha512-iE5Cu4rGEDk7ONRjisTOjVHv3dDtcFfwitSxT7evtYj/rANJpt1OuC/Kozh1pBa99AUBr1L/LsaNB+D9Xz3CEg==", "dev": true, "requires": { "@webassemblyjs/ast": "1.7.10", -- GitLab