diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-18 08:08:59 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-11-18 08:37:26 +0000 |
commit | b20e9c2e35a50822f3db1070a003f1b82e767fa6 (patch) | |
tree | 94877ee984f3191d4c9bcbe92c260886c3797a96 /package.json | |
parent | 911763aad50e27f5d8c667fead8e9a7f6d852a9a (diff) | |
download | nextcloud-server-b20e9c2e35a50822f3db1070a003f1b82e767fa6.tar.gz nextcloud-server-b20e9c2e35a50822f3db1070a003f1b82e767fa6.zip |
Bump vuex from 3.1.1 to 3.1.2
Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Commits](https://github.com/vuejs/vuex/compare/v3.1.1...v3.1.2)
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 04f3ccc34d2..1ab03487a3e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "vue-localstorage": "^0.6.2", "vue-multiselect": "^2.1.6", "vue-router": "^3.1.3", - "vuex": "^3.1.1", + "vuex": "^3.1.2", "vuex-router-sync": "^5.0.0" }, "devDependencies": { |