chore(deps): bump pinia from 2.0.28 to 2.0.34

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

---
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] 2023-04-07 16:03:27 +00:00 committed by GitHub
parent a8eef65a96
commit f8b53f1dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 10 deletions

24
package-lock.json generated
View File

@ -18,7 +18,7 @@
"electron-window-state": "~5.0.3",
"encoding": "~0.1.13",
"moment": "~2.29.4",
"pinia": "~2.0.28",
"pinia": "~2.0.34",
"source-map-support": "~0.5.20",
"vue": "~3.2.45",
"vue-i18n": "~9.2.2"
@ -2678,8 +2678,9 @@
}
},
"node_modules/@vue/devtools-api": {
"version": "6.4.5",
"license": "MIT"
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz",
"integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q=="
},
"node_modules/@vue/reactivity": {
"version": "3.2.45",
@ -9637,10 +9638,11 @@
}
},
"node_modules/pinia": {
"version": "2.0.28",
"license": "MIT",
"version": "2.0.34",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.34.tgz",
"integrity": "sha512-cgOoGUiyqX0SSgX8XelK9+Ri4XA2/YyNtgjogwfzIx1g7iZTaZPxm7/bZYMCLU2qHRiHhxG7SuQO0eBacFNc2Q==",
"dependencies": {
"@vue/devtools-api": "^6.4.5",
"@vue/devtools-api": "^6.5.0",
"vue-demi": "*"
},
"funding": {
@ -15329,7 +15331,9 @@
}
},
"@vue/devtools-api": {
"version": "6.4.5"
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz",
"integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q=="
},
"@vue/reactivity": {
"version": "3.2.45",
@ -19777,9 +19781,11 @@
"dev": true
},
"pinia": {
"version": "2.0.28",
"version": "2.0.34",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.34.tgz",
"integrity": "sha512-cgOoGUiyqX0SSgX8XelK9+Ri4XA2/YyNtgjogwfzIx1g7iZTaZPxm7/bZYMCLU2qHRiHhxG7SuQO0eBacFNc2Q==",
"requires": {
"@vue/devtools-api": "^6.4.5",
"@vue/devtools-api": "^6.5.0",
"vue-demi": "*"
},
"dependencies": {

View File

@ -104,7 +104,7 @@
"electron-window-state": "~5.0.3",
"encoding": "~0.1.13",
"moment": "~2.29.4",
"pinia": "~2.0.28",
"pinia": "~2.0.34",
"source-map-support": "~0.5.20",
"vue": "~3.2.45",
"vue-i18n": "~9.2.2"