Browse Source

Bump webpack-cli from 3.3.3 to 3.3.4

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.3 to 3.3.4.
- [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/compare/3.3.3...v3.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
tags/v17.0.0beta1
dependabot-preview[bot] 5 years ago
parent
commit
f074b6eaa7
No account linked to committer's email address
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      package-lock.json
  2. 1
    1
      package.json

+ 4
- 4
package-lock.json View File

@@ -4784,7 +4784,7 @@
},
"minimist": {
"version": "0.0.8",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
},
"mississippi": {
@@ -7515,9 +7515,9 @@
}
},
"webpack-cli": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.3.tgz",
"integrity": "sha512-/qBxTvsxZ7bIFQtSa08QRY5BZuiJb27cbJM/nzmgXg9NEaudP20D7BruKKIuWfABqWoMEJQcNYYq/OxxSbPHlg==",
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.4.tgz",
"integrity": "sha512-ubJGQEKMtBSpT+LiL5hXvn2GIOWiRWItR1DGUqJRhwRBeGhpRXjvF5f0erqdRJLErkfqS5/Ldkkedh4AL5Q1ZQ==",
"dev": true,
"requires": {
"chalk": "^2.4.1",

+ 1
- 1
package.json View File

@@ -79,7 +79,7 @@
"vue-loader": "^15.6.4",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.3",
"webpack-cli": "^3.3.4",
"webpack-merge": "^4.2.1"
},
"browserslist": [

Loading…
Cancel
Save