summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-05-25 12:55:49 -0500
committerMike Greiling <mike@pixelcog.com>2017-05-25 12:55:49 -0500
commit643a10fcc890293d70f18188125c2e59d4d64d6d (patch)
tree034a0e21f80934b7a3b5ca4c4d6dc3df2a799bf4
parentde451a8cdc6f01648d58cb6f9dd0ee982f865c72 (diff)
downloadgitlab-ce-32737-audit-long-term-cacheability-of-webpack-assets.tar.gz
update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error32737-audit-long-term-cacheability-of-webpack-assets
-rw-r--r--package.json2
-rw-r--r--yarn.lock12
2 files changed, 5 insertions, 9 deletions
diff --git a/package.json b/package.json
index 4ab12dab946..8e280e77d67 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"vue-loader": "^11.3.4",
"vue-resource": "^0.9.3",
"vue-template-compiler": "^2.2.6",
- "webpack": "^2.6.0",
+ "webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.8.2"
},
"devDependencies": {
diff --git a/yarn.lock b/yarn.lock
index 14be7a5e211..8221711960d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -25,7 +25,7 @@ acorn-jsx@^3.0.0:
dependencies:
acorn "^3.0.4"
-acorn@4.0.4:
+acorn@4.0.4, acorn@^4.0.3:
version "4.0.4"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
@@ -33,10 +33,6 @@ acorn@^3.0.4:
version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
-acorn@^4.0.3:
- version "4.0.11"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.11.tgz#edcda3bd937e7556410d42ed5860f67399c794c0"
-
acorn@^5.0.0, acorn@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"
@@ -5839,9 +5835,9 @@ webpack-sources@^0.2.3:
source-list-map "^1.1.1"
source-map "~0.5.3"
-webpack@^2.6.0:
- version "2.6.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.6.0.tgz#7e650a92816abff5db5f43316b0b8b19b13d76c1"
+webpack@^2.6.1:
+ version "2.6.1"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.6.1.tgz#2e0457f0abb1ac5df3ab106c69c672f236785f07"
dependencies:
acorn "^5.0.0"
acorn-dynamic-import "^2.0.0"