chore(deps): Bump pinia from 2.3.0 to 2.3.1

Bumps [pinia](https://github.com/vuejs/pinia) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-20 16:18:06 +00:00 committed by GitHub
parent 94f19ad000
commit f8abc50c44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -34,7 +34,7 @@
"crypto-js": "^4.2.0",
"debounce": "^2.2.0",
"js-confetti": "^0.12.0",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"v-perfect-signature": "^1.4.0",
"vue": "^2.7.16",
"vue-advanced-cropper": "^1.11.7",
@ -13004,9 +13004,10 @@
}
},
"node_modules/pinia": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.0.tgz",
"integrity": "sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz",
"integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.10"

View file

@ -45,7 +45,7 @@
"crypto-js": "^4.2.0",
"debounce": "^2.2.0",
"js-confetti": "^0.12.0",
"pinia": "^2.3.0",
"pinia": "^2.3.1",
"v-perfect-signature": "^1.4.0",
"vue": "^2.7.16",
"vue-advanced-cropper": "^1.11.7",