diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-15 02:18:05 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-03-15 12:28:56 +0000 |
commit | 00405ea7fb7884e8387283777537d0ac702fc7ca (patch) | |
tree | 219dc7c10654ce4fcfef2947ae4a67f09030c844 /package.json | |
parent | d1a5490b2db8da9f2159a34eecd6a3bba041d0f5 (diff) | |
download | nextcloud-server-00405ea7fb7884e8387283777537d0ac702fc7ca.tar.gz nextcloud-server-00405ea7fb7884e8387283777537d0ac702fc7ca.zip |
Bump vuex from 3.1.2 to 3.1.3
Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Commits](https://github.com/vuejs/vuex/compare/v3.1.2...v3.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 91124475ab6..bcf6cd2aba0 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "vue-localstorage": "^0.6.2", "vue-multiselect": "^2.1.6", "vue-router": "^3.1.6", - "vuex": "^3.1.2", + "vuex": "^3.1.3", "vuex-router-sync": "^5.0.0" }, "devDependencies": { |