From fe77983e646c546ac5f8c87dbdf3202b176b78bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 01:14:39 +0000 Subject: [PATCH] Bump vuex from 3.1.3 to 3.3.0 Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.3 to 3.3.0. - [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.1.3...v3.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11b2fa3b..25365074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7244,9 +7244,9 @@ "dev": true }, "vuex": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.3.tgz", - "integrity": "sha512-k8vZqNMSNMgKelVZAPYw5MNb2xWSmVgCKtYKAptvm9YtZiOXnRXFWu//Y9zQNORTrm3dNj1n/WaZZI26tIX6Mw==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.3.0.tgz", + "integrity": "sha512-1MfcBt+YFd20DPwKe0ThhYm1UEXZya4gVKUvCy7AtS11YAOUR+9a6u4fsv1Rr6ePZCDNxW/M1zuIaswp6nNv8Q==" }, "watchpack": { "version": "1.6.1", diff --git a/package.json b/package.json index 4cefd3cf..f586290c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@nextcloud/axios": "^1.3.2", "nextcloud-server": "^0.15.10", "vue": "^2.6.11", - "vuex": "^3.1.3" + "vuex": "^3.3.0" }, "devDependencies": { "@babel/core": "^7.9.0",