From 580bff46434910e8b8541bcac9c2195f7d4c2abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 6 Nov 2018 16:49:27 +0000 Subject: [PATCH] Bump webpack from 4.24.0 to 4.25.1 in /js Bumps [webpack](https://github.com/webpack/webpack) from 4.24.0 to 4.25.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.24.0...v4.25.1) Signed-off-by: dependabot[bot] --- js/package-lock.json | 16 ++++++++-------- js/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index eb607d95d..8db4c9df0 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1876,7 +1876,7 @@ }, "cacache": { "version": "10.0.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz", + "resolved": "http://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz", "integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==", "dev": true, "requires": { @@ -6907,12 +6907,12 @@ } }, "through2": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz", - "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.4.tgz", + "integrity": "sha512-q030OX7royN1Bo549nYMOpKwiGJIzUppv10IgB6ALN6DiJ/XgsRIehiz18x5RWCA3+s4G6ovKqtzgU+pYhjvvg==", "dev": true, "requires": { - "readable-stream": "^2.1.5", + "readable-stream": "2 || 3", "xtend": "~4.0.1" } }, @@ -7426,9 +7426,9 @@ } }, "webpack": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.24.0.tgz", - "integrity": "sha512-Xur0l8nBETnW+DjpFqSGME1jNXxEPVETl30k1lWAsbnukVJdq330/i3PDOLPUtVl/E/cciiOp5uW098hFfQLQA==", + "version": "4.25.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.25.1.tgz", + "integrity": "sha512-T0GU/3NRtO4tMfNzsvpdhUr8HnzA4LTdP2zd+e5zd6CdOH5vNKHnAlO+DvzccfhPdzqRrALOFcjYxx7K5DWmvA==", "dev": true, "requires": { "@webassemblyjs/ast": "1.7.11", diff --git a/js/package.json b/js/package.json index 16a950aa9..5044168c5 100644 --- a/js/package.json +++ b/js/package.json @@ -30,7 +30,7 @@ "karma": "^3.1.1", "mini-css-extract-plugin": "^0.4.4", "node-sass": "^4.10.0", - "webpack": "^4.24.0", + "webpack": "^4.25.1", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.4" },