From 50fb6297579f1b7de74ca63ab4dfed90c907033e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 03:37:01 +0000 Subject: [PATCH] build(deps): bump pinia from 3.0.1 to 3.0.2 Bumps [pinia](https://github.com/vuejs/pinia) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/commits/v3.0.2) --- updated-dependencies: - dependency-name: pinia dependency-version: 3.0.2 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 157392e..198d91a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/vue-query": "^5.71.10", "axios": "^1.8.4", - "pinia": "^3.0.1", + "pinia": "^3.0.2", "vue": "^3.5.13", "vue-router": "^4.5.0" }, diff --git a/yarn.lock b/yarn.lock index b62ccb1..b015877 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1220,10 +1220,10 @@ pidtree@^0.6.0: resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c" integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g== -pinia@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/pinia/-/pinia-3.0.1.tgz#d19f79a04b2b55fd63f78f1395a8c4a714d96941" - integrity sha512-WXglsDzztOTH6IfcJ99ltYZin2mY8XZCXujkYWVIJlBjqsP6ST7zw+Aarh63E1cDVYeyUcPCxPHzJpEOmzB6Wg== +pinia@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/pinia/-/pinia-3.0.2.tgz#0616c2e1b39915f253c7626db3c81b7cdad695da" + integrity sha512-sH2JK3wNY809JOeiiURUR0wehJ9/gd9qFN2Y828jCbxEzKEmEt0pzCXwqiSTfuRsK9vQsOflSdnbdBOGrhtn+g== dependencies: "@vue/devtools-api" "^7.7.2"