Merge pull request 'chore(deps): update dependency pinia to ^2.2.8' (#211) from renovate/pinia-2.x into main
All checks were successful
repod / xml (push) Successful in 10s
repod / php (push) Successful in 1m7s
repod / nodejs (push) Successful in 1m5s
repod / release (push) Has been skipped

Reviewed-on: #211
This commit is contained in:
Michel Roux 2024-11-29 08:38:31 +00:00
commit 637e051370
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@nextcloud/vue": "9.0.0-alpha.5",
"dompurify": "^3.2.1",
"linkify-html": "^4.1.4",
"pinia": "^2.2.7",
"pinia": "^2.2.8",
"toastify-js": "^1.12.0",
"vite": "^5",
"vue": "^3.5.13",
@ -9198,9 +9198,9 @@
}
},
"node_modules/pinia": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.7.tgz",
"integrity": "sha512-M+X9Eh9V5De+8wyj0rD1cgB0zy1mPN/aBEpCI9y+DgVmzXV2dIwjYBluJ5cMQd/jAoHs0VW+EyUSHMZv/Wtcnw==",
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.8.tgz",
"integrity": "sha512-NRTYy2g+kju5tBRe0oNlriZIbMNvma8ZJrpHsp3qudyiMEA8jMmPPKQ2QMHg0Oc4BkUyQYWagACabrwriCK9HQ==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.3",

View File

@ -25,7 +25,7 @@
"@nextcloud/vue": "9.0.0-alpha.5",
"dompurify": "^3.2.1",
"linkify-html": "^4.1.4",
"pinia": "^2.2.7",
"pinia": "^2.2.8",
"toastify-js": "^1.12.0",
"vite": "^5",
"vue": "^3.5.13",