From a2467a5ea3b2718d13cbcf0e949782c8d7f2a874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 05:03:49 +0000 Subject: [PATCH] build(deps): bump pinia from 2.0.21 to 2.0.22 Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.21 to 2.0.22. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.21...pinia@2.0.22) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a95b005..1d53032d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "echarts": "^5.3.3", "favico.js": "^0.3.10", "humanize-duration": "^3.27.3", - "pinia": "^2.0.21", + "pinia": "^2.0.22", "pinia-plugin-persistedstate": "^2.1.1", "vue": "^2.7.10", "vue-class-component": "^7.2.5", diff --git a/yarn.lock b/yarn.lock index e86c1228..598aeecb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4232,10 +4232,10 @@ pinia-plugin-persistedstate@^2.1.1: resolved "https://registry.yarnpkg.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-2.1.1.tgz#584c416cdc278689ae9d49483621ec96dcb7d6ef" integrity sha512-HUgsU5IRtM75eAQiIqzT3p1oPEuYH1/B2ipTMU++yE+FV0LkHaBswdKXs0RMWYCmugO8s62oxLTh/N1dLNp+5A== -pinia@^2.0.21: - version "2.0.21" - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.21.tgz#2a6599ad3736fa71866f4b053ffb0073cd482270" - integrity sha512-6ol04PtL29O0Z6JHI47O3JUSoyOJ7Og0rstXrHVMZSP4zAldsQBXJCNF0i/H7m8vp/Hjd/CSmuPl7C5QAwpeWQ== +pinia@^2.0.22: + version "2.0.22" + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.22.tgz#435468e8e6d6aa6f319cb727b23bd51db0844c4a" + integrity sha512-u+b8/BC+tmvo3ACbYO2w5NfxHWFOjvvw9DQnyT0dW8aUMCPRQT5QnfZ5R5W2MzZBMTeZRMQI7V/QFbafmM9QHw== dependencies: "@vue/devtools-api" "^6.2.1" vue-demi "*"