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-08-25 04:15:09 +0300
committerGitHub <noreply@github.com>2019-08-25 04:15:09 +0300
commita0b0af836f19ec3a9a2f46e33d81079bd3ccfd17 (patch)
tree82c464ccdea185dbb0cf9511bda96059562f79c6 /vue
parentc63217dfbe05cc729b29d843baae70c975e3aa3c (diff)
Bump webpack-cli from 3.3.6 to 3.3.7 in /vue
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.6 to 3.3.7. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.7/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.6...v3.3.7) 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 42303443b..ec79a9726 100644
--- a/vue/package-lock.json
+++ b/vue/package-lock.json
@@ -10194,9 +10194,9 @@
}
},
"webpack-cli": {
- "version": "3.3.6",
- "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.6.tgz",
- "integrity": "sha512-0vEa83M7kJtxK/jUhlpZ27WHIOndz5mghWL2O53kiDoA9DIxSKnfqB92LoqEn77cT4f3H2cZm1BMEat/6AZz3A==",
+ "version": "3.3.7",
+ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.7.tgz",
+ "integrity": "sha512-OhTUCttAsr+IZSMVwGROGRHvT+QAs8H6/mHIl4SvhAwYywjiylYjpwybGx7WQ9Hkb45FhjtsymkwiRRbGJ1SZQ==",
"dev": true,
"requires": {
"chalk": "2.4.2",
diff --git a/vue/package.json b/vue/package.json
index 699d5d1ef..f3bb17935 100644
--- a/vue/package.json
+++ b/vue/package.json
@@ -48,7 +48,7 @@
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.2",
- "webpack-cli": "^3.3.6",
+ "webpack-cli": "^3.3.7",
"webpack-merge": "^4.2.1"
}
}