summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-10 02:13:35 +0000
committerGitHub <noreply@github.com>2019-11-10 02:13:35 +0000
commitd543a66267edaf54ef12cf2ff6452ad0e6d3a2ad (patch)
tree2370b29afcd4cfe31a5bd15cf0196fb6a2efeb28
parent0917c1dc95bf9f70e4a99daedd7652ac878973b6 (diff)
Bump webpack-cli from 3.3.9 to 3.3.10
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.9 to 3.3.10. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.10/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...v3.3.10) 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 cf34111e..d0d10ba8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12189,9 +12189,9 @@
}
},
"webpack-cli": {
- "version": "3.3.9",
- "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.9.tgz",
- "integrity": "sha512-xwnSxWl8nZtBl/AFJCOn9pG7s5CYUYdZxmmukv+fAHLcBIHM36dImfpQg3WfShZXeArkWlf6QRw24Klcsv8a5A==",
+ "version": "3.3.10",
+ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.10.tgz",
+ "integrity": "sha512-u1dgND9+MXaEt74sJR4PR7qkPxXUSQ0RXYq8x1L6Jg1MYVEmGPrH6Ah6C4arD4r0J1P5HKjRqpab36k0eIzPqg==",
"dev": true,
"requires": {
"chalk": "2.4.2",
diff --git a/package.json b/package.json
index 35b3312e..db604803 100644
--- a/package.json
+++ b/package.json
@@ -101,7 +101,7 @@
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
- "webpack-cli": "^3.3.9",
+ "webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},