From 267f68ec2f33c3b1668cad02a5c9409b59f36419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:22:25 +0000 Subject: [PATCH] Bump pinia from 2.2.3 to 2.2.4 in /dashboard Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.3...pinia@2.2.4) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- dashboard/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 78c026ab..ce0f674a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -11,7 +11,7 @@ "dependencies": { "@mdi/font": "7.4.47", "d3": "^7.9.0", - "pinia": "^2.2.3", + "pinia": "^2.2.4", "roboto-fontface": "*", "topojson-client": "^3.1.0", "vue": "^3.5.10", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 8496ceab..95916485 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -1738,10 +1738,10 @@ picomatch@^2.3.1: resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== -pinia@^2.2.3: - version "2.2.3" - resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.2.3.tgz#f71fb2ce00e134db4e0470ee00b313e5077313e7" - integrity sha512-t2X9y1FT0h5zHmi9PsVr0LMNC0DXdPiYxX6zM5IyZHoWFjLq/LGpM1OVpGhXTPHjUh0XaFlsQd3GvPvGGNLQnw== +pinia@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/pinia/-/pinia-2.2.4.tgz#79b63b231a3da80968ab58f7721f575fe2c509ac" + integrity sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ== dependencies: "@vue/devtools-api" "^6.6.3" vue-demi "^0.14.10"