mirror of
https://github.com/nextcloud/tasks.git
synced 2025-07-22 18:28:18 +00:00
Merge pull request #2889 from nextcloud/dependabot/npm_and_yarn/vueuse/components-13.4.0
This commit is contained in:
38
package-lock.json
generated
38
package-lock.json
generated
@ -20,7 +20,7 @@
|
||||
"@nextcloud/moment": "^1.3.4",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/vue": "9.0.0-rc.2",
|
||||
"@vueuse/components": "^13.3.0",
|
||||
"@vueuse/components": "^13.4.0",
|
||||
"color-convert": "^3.1.0",
|
||||
"debounce": "^2.2.0",
|
||||
"ical.js": "^2.1.0",
|
||||
@ -4913,25 +4913,27 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@vueuse/components": {
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/components/-/components-13.3.0.tgz",
|
||||
"integrity": "sha512-ZnJiVknPtlWyeE4qwIXkDOlHM3W4bgMCxgeXj1Dec/aF/+8N+yAj+7rRdRUWUnqr8uKRin368RjG1FPKsF2erA==",
|
||||
"version": "13.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/components/-/components-13.4.0.tgz",
|
||||
"integrity": "sha512-tWw1BZgKp+9kD+qiCy2uA2N7v27WUUUFHKX3lcFaefGIt/7J1CKczYO/rbZNRobRr7OidoOZuG2NZ2Ym5R2uRw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@vueuse/core": "13.3.0",
|
||||
"@vueuse/shared": "13.3.0"
|
||||
"@vueuse/core": "13.4.0",
|
||||
"@vueuse/shared": "13.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.5.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@vueuse/core": {
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.3.0.tgz",
|
||||
"integrity": "sha512-uYRz5oEfebHCoRhK4moXFM3NSCd5vu2XMLOq/Riz5FdqZMy2RvBtazdtL3gEcmDyqkztDe9ZP/zymObMIbiYSg==",
|
||||
"version": "13.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-13.4.0.tgz",
|
||||
"integrity": "sha512-OnK7zW3bTq/QclEk17+vDFN3tuAm8ONb9zQUIHrYQkkFesu3WeGUx/3YzpEp+ly53IfDAT9rsYXgGW6piNZC5w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/web-bluetooth": "^0.0.21",
|
||||
"@vueuse/metadata": "13.3.0",
|
||||
"@vueuse/shared": "13.3.0"
|
||||
"@vueuse/metadata": "13.4.0",
|
||||
"@vueuse/shared": "13.4.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
@ -4941,17 +4943,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@vueuse/metadata": {
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.3.0.tgz",
|
||||
"integrity": "sha512-42IzJIOYCKIb0Yjv1JfaKpx8JlCiTmtCWrPxt7Ja6Wzoq0h79+YVXmBV03N966KEmDEESTbp5R/qO3AB5BDnGw==",
|
||||
"version": "13.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-13.4.0.tgz",
|
||||
"integrity": "sha512-CPDQ/IgOeWbqItg1c/pS+Ulum63MNbpJ4eecjFJqgD/JUCJ822zLfpw6M9HzSvL6wbzMieOtIAW/H8deQASKHg==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
}
|
||||
},
|
||||
"node_modules/@vueuse/shared": {
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.3.0.tgz",
|
||||
"integrity": "sha512-L1QKsF0Eg9tiZSFXTgodYnu0Rsa2P0En2LuLrIs/jgrkyiDuJSsPZK+tx+wU0mMsYHUYEjNsuE41uqqkuR8VhA==",
|
||||
"version": "13.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-13.4.0.tgz",
|
||||
"integrity": "sha512-+AxuKbw8R1gYy5T21V5yhadeNM7rJqb4cPaRI9DdGnnNl3uqXh+unvQ3uCaA2DjYLbNr1+l7ht/B4qEsRegX6A==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/antfu"
|
||||
},
|
||||
|
@ -38,7 +38,7 @@
|
||||
"@nextcloud/moment": "^1.3.4",
|
||||
"@nextcloud/router": "^3.0.1",
|
||||
"@nextcloud/vue": "9.0.0-rc.2",
|
||||
"@vueuse/components": "^13.3.0",
|
||||
"@vueuse/components": "^13.4.0",
|
||||
"color-convert": "^3.1.0",
|
||||
"debounce": "^2.2.0",
|
||||
"ical.js": "^2.1.0",
|
||||
|
Reference in New Issue
Block a user