Merge pull request #47295 from nextcloud/dependabot/npm_and_yarn/stable30/pinia-2.2.2

chore(deps): bump pinia from 2.2.0 to 2.2.2
This commit is contained in:
John Molakvoæ 2024-08-17 12:10:57 +02:00 committed by GitHub
commit b99c088dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 20 additions and 21 deletions

View file

@ -289,7 +289,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -289,7 +289,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -289,7 +289,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -202,7 +202,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -289,7 +289,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -241,7 +241,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.0
- license: ISC
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -578,7 +578,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

File diff suppressed because one or more lines are too long

View file

@ -446,7 +446,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.1.5
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -245,7 +245,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -292,7 +292,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -251,7 +251,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -238,7 +238,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

View file

@ -222,7 +222,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- pinia
- version: 2.2.0
- version: 2.2.2
- license: MIT
- possible-typed-array-names
- version: 1.0.0

11
package-lock.json generated
View file

@ -63,7 +63,7 @@
"p-limit": "^6.1.0",
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"pinia": "^2.2.2",
"query-string": "^9.1.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",
@ -23108,13 +23108,12 @@
}
},
"node_modules/pinia": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.0.tgz",
"integrity": "sha512-iPrIh26GMqfpUlMOGyxuDowGmYousTecbTHFwT0xZ1zJvh23oQ+Cj99ZoPQA1TnUPhU6AuRPv6/drkTCJ0VHQA==",
"license": "MIT",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.2.tgz",
"integrity": "sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==",
"dependencies": {
"@vue/devtools-api": "^6.6.3",
"vue-demi": "^0.14.8"
"vue-demi": "^0.14.10"
},
"funding": {
"url": "https://github.com/sponsors/posva"

View file

@ -91,7 +91,7 @@
"p-limit": "^6.1.0",
"p-queue": "^7.4.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"pinia": "^2.2.2",
"query-string": "^9.1.0",
"regenerator-runtime": "^0.14.1",
"select2": "3.5.1",