chore(deps): Bump pinia from 2.2.8 to 2.3.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-04 16:35:54 +00:00 committed by GitHub
parent 5ae03470ca
commit a5173f1905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 10 deletions

14
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.2.8",
"pinia": "^2.3.0",
"v-perfect-signature": "^1.4.0",
"vue": "^2.7.16",
"vue-advanced-cropper": "^1.11.7",
@ -13137,9 +13137,9 @@
}
},
"node_modules/pinia": {
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.8.tgz",
"integrity": "sha512-NRTYy2g+kju5tBRe0oNlriZIbMNvma8ZJrpHsp3qudyiMEA8jMmPPKQ2QMHg0Oc4BkUyQYWagACabrwriCK9HQ==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.0.tgz",
"integrity": "sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==",
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.10"
@ -13148,14 +13148,10 @@
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"typescript": ">=4.4.4",
"vue": "^2.6.14 || ^3.5.11"
"vue": "^2.7.0 || ^3.5.11"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
},
"typescript": {
"optional": true
}

View file

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