From 97058f3c0b54d0a7b1f226b670d586c9f2afa5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <support@dependabot.com> Date: Tue, 18 Sep 2018 08:15:03 +0000 Subject: [PATCH] Bump webpack from 4.19.0 to 4.19.1 Bumps [webpack](https://github.com/webpack/webpack) from 4.19.0 to 4.19.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.19.0...v4.19.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 853282f..3d89027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5150,9 +5150,9 @@ } }, "webpack": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.19.0.tgz", - "integrity": "sha512-Ak3mMGtA8F1ar4ZP6VCLiICNIPoillROGYstnEd+LzI5Tkvz0qTITeTMcAFjxyYsaxu98F97yrCWdcxRUMPAYw==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.19.1.tgz", + "integrity": "sha512-j7Q/5QqZRqIFXJvC0E59ipLV5Hf6lAnS3ezC3I4HMUybwEDikQBVad5d+IpPtmaQPQArvgUZLXIN6lWijHBn4g==", "dev": true, "requires": { "@webassemblyjs/ast": "1.7.6", -- GitLab