From 2536237d3604c409d4582c5452fee1886579cc17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:05:59 +0000 Subject: [PATCH] Bump @vue/cli-plugin-vuex from 4.5.14 to 4.5.15 Bumps [@vue/cli-plugin-vuex](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-vuex) from 4.5.14 to 4.5.15. - [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.15/packages/@vue/cli-plugin-vuex) --- updated-dependencies: - dependency-name: "@vue/cli-plugin-vuex" dependency-type: direct:development update-type: version-update:semver-patch ... 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 c3ab5cb2..5e9578d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3621,9 +3621,9 @@ } }, "@vue/cli-plugin-vuex": { - "version": "4.5.14", - "resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.14.tgz", - "integrity": "sha512-gZNAQzYSzTHshOrwBdqY54U7H5FlyhC5a6sXioWXBuwShOW+FVrywVl90vlimC0OPju0Q5tL7rPMLp4EgmNvUw==", + "version": "4.5.15", + "resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.15.tgz", + "integrity": "sha512-fqap+4HN+w+InDxlA3hZTOGE0tzBTgXhKLoDydhywqgmhQ1D9JA6Feh94ze6tG8DsWX58/ujYUqA8jAz17FJtg==", "dev": true }, "@vue/cli-service": { diff --git a/package.json b/package.json index 00b45e89..fb5d524e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@vue/cli-plugin-babel": "^4.5.14", "@vue/cli-plugin-eslint": "^4.5.14", "@vue/cli-plugin-router": "^4.5.14", - "@vue/cli-plugin-vuex": "^4.5.14", + "@vue/cli-plugin-vuex": "^4.5.15", "@vue/cli-service": "^4.5.14", "@vue/eslint-config-airbnb": "^5.3.0", "babel-eslint": "^10.1.0",