From a42c851b379a2ceb6d44d6542310cb28500571ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 09:21:12 +0000 Subject: [PATCH] Bump @vue/cli-plugin-vuex from 4.5.3 to 4.5.4 Bumps [@vue/cli-plugin-vuex](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-vuex) from 4.5.3 to 4.5.4. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.4/packages/@vue/cli-plugin-vuex) Signed-off-by: dependabot[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 4f1674e2..cb2f3d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1893,9 +1893,9 @@ } }, "@vue/cli-plugin-vuex": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.3.tgz", - "integrity": "sha512-23AAuaVbng6OUc5l7VHEGqCNiL1g1BsZL99X1rvKRttjDpdIYHtQAFsXjcTFitGpHRWoA9dgeujj/MkBPa1TcA==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.4.tgz", + "integrity": "sha512-X/F4E/dIRdiogKCdO4VGjUy5f4Fbxs7mu/gSi6Ubltle0eNE+tbBgLPH4r2g7GmHKNph4k39ikvfOMpXZcTFZg==", "dev": true }, "@vue/cli-service": { diff --git a/package.json b/package.json index 4550fb77..f26c1fb0 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vue/cli-plugin-babel": "^4.5.4", "@vue/cli-plugin-eslint": "^4.5.4", "@vue/cli-plugin-router": "^4.5.4", - "@vue/cli-plugin-vuex": "^4.5.3", + "@vue/cli-plugin-vuex": "^4.5.4", "@vue/cli-service": "^4.5.4", "@vue/eslint-config-airbnb": "^5.1.0", "babel-eslint": "^10.1.0",