chore(deps): Bump pinia from 2.2.4 to 2.2.5

Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.5)

---
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] 2024-10-29 16:08:24 +00:00 committed by GitHub
parent 1ffdb1336b
commit 0bcb44fdf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -30,7 +30,7 @@
"js-confetti": "^0.12.0",
"linkify-string": "^4.1.3",
"lodash-es": "^4.17.21",
"pinia": "^2.2.4",
"pinia": "^2.2.5",
"style-loader": "^3.3.4",
"v-perfect-signature": "^1.4.0",
"vue": "^2.7.16",
@ -13098,9 +13098,9 @@
}
},
"node_modules/pinia": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz",
"integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.5.tgz",
"integrity": "sha512-T4PEQ4uFv2KIRC8A1Y3k1ceQGTDtxtd7nngYGu1IJUUSpuQoYfGq7w7rOc+f5YN1vx3mEs2NjjtN2IFbNS7jqA==",
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.10"
@ -13111,7 +13111,7 @@
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"typescript": ">=4.4.4",
"vue": "^2.6.14 || ^3.3.0"
"vue": "^2.6.14 || ^3.5.11"
},
"peerDependenciesMeta": {
"@vue/composition-api": {

View file

@ -41,7 +41,7 @@
"js-confetti": "^0.12.0",
"linkify-string": "^4.1.3",
"lodash-es": "^4.17.21",
"pinia": "^2.2.4",
"pinia": "^2.2.5",
"style-loader": "^3.3.4",
"v-perfect-signature": "^1.4.0",
"vue": "^2.7.16",