mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
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:
commit
a7e9044a12
5 changed files with 9 additions and 9 deletions
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.LICENSE.txt
vendored
2
dist/files-main.js.LICENSE.txt
vendored
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
* pinia v2.1.6
|
||||
* pinia v2.1.7
|
||||
* (c) 2023 Eduardo San Martin Morote
|
||||
* @license MIT
|
||||
*/
|
||||
|
|
|
|||
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue