chore(deps): bump pinia from 2.0.28 to 2.0.35

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

---
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-05-01 18:00:15 +00:00 committed by GitHub
parent 54818a1995
commit fb242cdcee
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

@ -19,7 +19,7 @@
"electron-window-state": "~5.0.3",
"encoding": "~0.1.13",
"moment": "~2.29.4",
"pinia": "~2.0.28",
"pinia": "~2.0.35",
"source-map-support": "~0.5.20",
"vue": "~3.2.45",
"vue-i18n": "~9.2.2"
@ -2684,8 +2684,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",
@ -9643,10 +9644,11 @@
}
},
"node_modules/pinia": {
"version": "2.0.28",
"license": "MIT",
"version": "2.0.35",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.35.tgz",
"integrity": "sha512-P1IKKQWhxGXiiZ3atOaNI75bYlFUbRxtJdhPLX059Z7+b9Z04rnTZdSY8Aph1LA+/4QEMAYHsTQ638Wfe+6K5g==",
"dependencies": {
"@vue/devtools-api": "^6.4.5",
"@vue/devtools-api": "^6.5.0",
"vue-demi": "*"
},
"funding": {
@ -15340,7 +15342,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",
@ -19788,9 +19792,11 @@
"dev": true
},
"pinia": {
"version": "2.0.28",
"version": "2.0.35",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.35.tgz",
"integrity": "sha512-P1IKKQWhxGXiiZ3atOaNI75bYlFUbRxtJdhPLX059Z7+b9Z04rnTZdSY8Aph1LA+/4QEMAYHsTQ638Wfe+6K5g==",
"requires": {
"@vue/devtools-api": "^6.4.5",
"@vue/devtools-api": "^6.5.0",
"vue-demi": "*"
},
"dependencies": {

View File

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