You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/08/27 23:59:07 UTC

[incubator-superset] branch master updated: update webpack (#5744)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 46a048b  update webpack (#5744)
46a048b is described below

commit 46a048b30005c464ea2f024ad78a88d1d4dd1c9c
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Mon Aug 27 16:59:05 2018 -0700

    update webpack (#5744)
---
 superset/assets/package.json | 2 +-
 superset/assets/yarn.lock    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/superset/assets/package.json b/superset/assets/package.json
index 743ea1f..afc983b 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -168,7 +168,7 @@
     "transform-loader": "^0.2.3",
     "uglifyjs-webpack-plugin": "^1.1.0",
     "url-loader": "^1.0.1",
-    "webpack": "^4.6.0",
+    "webpack": "^4.17.1",
     "webpack-assets-manifest": "^3.0.1",
     "webpack-cli": "^2.0.10",
     "webpack-sources": "^1.1.0"
diff --git a/superset/assets/yarn.lock b/superset/assets/yarn.lock
index 2f941b9..e0b611d 100644
--- a/superset/assets/yarn.lock
+++ b/superset/assets/yarn.lock
@@ -10675,9 +10675,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
     source-list-map "^2.0.0"
     source-map "~0.6.1"
 
-webpack@^4.6.0:
-  version "4.16.1"
-  resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.16.1.tgz#2c4b89ea648125c3e67bcca6adf49ce2c14b2d31"
+webpack@^4.17.1:
+  version "4.17.1"
+  resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.17.1.tgz#0f026e3d823f3fc604f811ed3ea8f0d9b267fb1e"
   dependencies:
     "@webassemblyjs/ast" "1.5.13"
     "@webassemblyjs/helper-module-context" "1.5.13"