Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vue
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-22 09:54:51 +0300
committerGitHub <noreply@github.com>2019-07-22 09:54:51 +0300
commitb8ef8548bc8907f7d5dd62f3ed5b405a225d7616 (patch)
tree538576c2de60aff8501640f17baed727da01996c /vue
parent5a5c44aeb2c22afb0bacebe24a881db02ce5231e (diff)
Bump webpack-cli from 3.3.5 to 3.3.6 in /vue
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'vue')
-rw-r--r--vue/package-lock.json6
-rw-r--r--vue/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/vue/package-lock.json b/vue/package-lock.json
index 9f59b0930..d4e2d6cf7 100644
--- a/vue/package-lock.json
+++ b/vue/package-lock.json
@@ -10024,9 +10024,9 @@
}
},
"webpack-cli": {
- "version": "3.3.5",
- "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.5.tgz",
- "integrity": "sha512-w0j/s42c5UhchwTmV/45MLQnTVwRoaUTu9fM5LuyOd/8lFoCNCELDogFoecx5NzRUndO0yD/gF2b02XKMnmAWQ==",
+ "version": "3.3.6",
+ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.6.tgz",
+ "integrity": "sha512-0vEa83M7kJtxK/jUhlpZ27WHIOndz5mghWL2O53kiDoA9DIxSKnfqB92LoqEn77cT4f3H2cZm1BMEat/6AZz3A==",
"dev": true,
"requires": {
"chalk": "2.4.2",
diff --git a/vue/package.json b/vue/package.json
index 9e42c15ed..18a114453 100644
--- a/vue/package.json
+++ b/vue/package.json
@@ -48,7 +48,7 @@
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.36.1",
- "webpack-cli": "^3.3.5",
+ "webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
}
}