From f9adfaf75eebf762e0b45f82d0132fe8fec6a6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 05:12:33 +0000 Subject: [PATCH] build(deps): bump pinia-plugin-persistedstate from 2.2.0 to 2.3.0 Bumps [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases) - [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md) - [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: pinia-plugin-persistedstate dependency-type: direct:production update-type: version-update:semver-minor ... 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 9ff8532b..7749238b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "favico.js": "^0.3.10", "humanize-duration": "^3.27.3", "pinia": "^2.0.22", - "pinia-plugin-persistedstate": "^2.2.0", + "pinia-plugin-persistedstate": "^2.3.0", "vue": "^2.7.10", "vue-class-component": "^7.2.5", "vue-demi": "0.13.11", diff --git a/yarn.lock b/yarn.lock index 5c0d57f8..e764cc32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4227,10 +4227,10 @@ pify@^2.2.0: resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= -pinia-plugin-persistedstate@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-2.2.0.tgz#46b203e9ba3b9f6fbc4929eec4fb567d61f38e99" - integrity sha512-j3CknBg4H17MXDwG+X6JT50wmGkxG5cWshVb5pdV8o/ivMxiVsML9ADwe7SEchas1myIWd6/sYeVv0/IGT5YrQ== +pinia-plugin-persistedstate@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-2.3.0.tgz#12fc1452ac0fe1a4730f162a1e458d339d340b03" + integrity sha512-K7vzt68Z3lbMDjb23Ki2vgHVBP2QFvjl7WNwzIwqY/DAkhSt8mi/z6bN/cXTst7fJjXWF0lC9NyxFKHfxWehuw== pinia@^2.0.22: version "2.0.22"