1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Bump webpack-cli from 3.2.2 to 3.2.3

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-05 03:16:11 +00:00 committed by dependabot[bot]
parent 3006a20d68
commit 10cd0a3008
2 changed files with 4 additions and 11 deletions

13
package-lock.json generated
View File

@ -13495,9 +13495,9 @@
}
},
"webpack-cli": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.2.2.tgz",
"integrity": "sha512-RMYcJeEjNgmCi5c3UwpdWjy+QIxuN8W/u/Dq+FUxWScCwXpOdfSEhqKVov3GFbsB4cS9/hdciJ4Y36vgTaHMWw==",
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.2.3.tgz",
"integrity": "sha512-Ik3SjV6uJtWIAN5jp5ZuBMWEAaP5E4V78XJ2nI+paFPh8v4HPSwo/myN0r29Xc/6ZKnd2IdrAlpSgNOu2CDQ6Q==",
"dev": true,
"requires": {
"chalk": "^2.4.1",
@ -13510,7 +13510,6 @@
"loader-utils": "^1.1.0",
"supports-color": "^5.5.0",
"v8-compile-cache": "^2.0.2",
"webpack-cli-scripts": "^1.0.2",
"yargs": "^12.0.4"
},
"dependencies": {
@ -13703,12 +13702,6 @@
}
}
},
"webpack-cli-scripts": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/webpack-cli-scripts/-/webpack-cli-scripts-1.0.2.tgz",
"integrity": "sha512-U/ggmuoxclQgwtot3saL/nfVioJZ3CIYrontvStCfksIE+j7O66LVd29hgPP6cUBVMOnqyaELCsqUf9arNCpMQ==",
"dev": true
},
"webpack-manifest-plugin": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.4.tgz",

View File

@ -77,7 +77,7 @@
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",
"webpack": "^4.29.1",
"webpack-cli": "^3.2.2",
"webpack-cli": "^3.2.3",
"webpack-manifest-plugin": "^2.0.4"
},
"engines": {