From a9b66da87724a9867a1ed00e4f9a36c788b4915b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 06:12:24 +0000 Subject: [PATCH] build(deps): bump pinia from 2.0.35 to 2.0.36 Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.35 to 2.0.36. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.35...pinia@2.0.36) --- 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 edc27e35..1f401a87 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "echarts": "^5.4.2", "favico.js": "^0.3.10", "humanize-duration": "^3.28.0", - "pinia": "^2.0.35", + "pinia": "^2.0.36", "pinia-plugin-persistedstate": "^3.1.0", "sortablejs": "^1.15.0", "vue": "^3.2.47", diff --git a/yarn.lock b/yarn.lock index 0e811b62..2e02e9a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2872,10 +2872,10 @@ pinia-plugin-persistedstate@^3.1.0: resolved "https://registry.yarnpkg.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-3.1.0.tgz#eada2b61ecd478fce88e490a685210415cd7a1b4" integrity sha512-8UN+vYMEPBdgNLwceY08mi5olI0wkYaEb8b6hD6xW7SnBRuPydWHlEhZvUWgNb/ibuf4PvufpvtS+dmhYjJQOw== -pinia@^2.0.35: - version "2.0.35" - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.35.tgz#aa2597038bb55ea14ad689f83065d2814ebb8c10" - integrity sha512-P1IKKQWhxGXiiZ3atOaNI75bYlFUbRxtJdhPLX059Z7+b9Z04rnTZdSY8Aph1LA+/4QEMAYHsTQ638Wfe+6K5g== +pinia@^2.0.36: + version "2.0.36" + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.0.36.tgz#65130f3b94cc7fe25156308634010fab893dff24" + integrity sha512-4UKApwjlmJH+VuHKgA+zQMddcCb3ezYnyewQ9NVrsDqZ/j9dMv5+rh+1r48whKNdpFkZAWVxhBp5ewYaYX9JcQ== dependencies: "@vue/devtools-api" "^6.5.0" vue-demi "*"