summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-21 18:54:21 +0000
committerGitHub <noreply@github.com>2019-07-21 18:54:21 +0000
commit1f96e11d955947c0dd6b0b00cdc4a6490fce85a2 (patch)
tree7ea972e39011b6a5b26b5174f43a97895ee6d1d5
parent51703941beeb68471f1e4ac01b4f60b5455cefad (diff)
Bump webpack from 4.35.3 to 4.36.1
Bumps [webpack](https://github.com/webpack/webpack) from 4.35.3 to 4.36.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.35.3...v4.36.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 3644f8b7..f1f26c82 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14566,9 +14566,9 @@
"dev": true
},
"webpack": {
- "version": "4.35.3",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.35.3.tgz",
- "integrity": "sha512-xggQPwr9ILlXzz61lHzjvgoqGU08v5+Wnut19Uv3GaTtzN4xBTcwnobodrXE142EL1tOiS5WVEButooGzcQzTA==",
+ "version": "4.36.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.36.1.tgz",
+ "integrity": "sha512-Ej01/N9W8DVyhEpeQnbUdGvOECw0L46FxS12cCOs8gSK7bhUlrbHRnWkjiXckGlHjUrmL89kDpTRIkUk6Y+fKg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",
diff --git a/package.json b/package.json
index fb2b73fe..53ce7b00 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.6.10",
- "webpack": "^4.35.2",
+ "webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
},