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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-25 19:56:46 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-06-25 20:08:23 +0300
commite9976f28b652bf5c771674a2ea69e39391834d88 (patch)
tree1b722b078e8afa811ff06d94503352227c95516c /package.json
parent22d2f058414876b37f2e110ff65ebe561f4e7d5e (diff)
Bump vuex from 3.6.0 to 3.6.2
Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.6.0...v3.6.2) --- updated-dependencies: - dependency-name: vuex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2f45a0f63a5..74f68e13ca5 100644
--- a/package.json
+++ b/package.json
@@ -85,7 +85,7 @@
"vue-multiselect": "^2.1.6",
"vue-router": "^3.4.9",
"vuedraggable": "^2.24.3",
- "vuex": "^3.6.0",
+ "vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^3.6.2"
},