Merge pull request #41282 from nextcloud/dependabot/npm_and_yarn/pinia-2.1.7

chore(deps): Bump pinia from 2.1.6 to 2.1.7
This commit is contained in:
Ferdinand Thiessen 2023-11-04 21:45:37 +01:00 committed by GitHub
commit a7e9044a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
*/
/*!
* pinia v2.1.6
* pinia v2.1.7
* (c) 2023 Eduardo San Martin Morote
* @license MIT
*/

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View file

@ -63,7 +63,7 @@
"p-limit": "^4.0.0",
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.0.30",
"pinia": "^2.1.7",
"query-string": "^8.1.0",
"regenerator-runtime": "^0.13.9",
"select2": "3.5.1",
@ -21220,9 +21220,9 @@
}
},
"node_modules/pinia": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.6.tgz",
"integrity": "sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==",
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.7.tgz",
"integrity": "sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==",
"dependencies": {
"@vue/devtools-api": "^6.5.0",
"vue-demi": ">=0.14.5"

View file

@ -90,7 +90,7 @@
"p-limit": "^4.0.0",
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.0.30",
"pinia": "^2.1.7",
"query-string": "^8.1.0",
"regenerator-runtime": "^0.13.9",
"select2": "3.5.1",