diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-05-25 12:55:49 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-05-25 12:55:49 -0500 |
commit | 643a10fcc890293d70f18188125c2e59d4d64d6d (patch) | |
tree | 034a0e21f80934b7a3b5ca4c4d6dc3df2a799bf4 /package.json | |
parent | de451a8cdc6f01648d58cb6f9dd0ee982f865c72 (diff) | |
download | gitlab-ce-643a10fcc890293d70f18188125c2e59d4d64d6d.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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 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": { |