diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-01 02:28:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-01 02:28:30 +0000 |
commit | 82692ab01ae1bb887a8c688197ee02b7b05488c4 (patch) | |
tree | bb3d797b912a5a00093ba7dac680627037b1198d | |
parent | 92ba8fdcb5b0f6a8319c2b3050d54b5184d282df (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/vueuse/integrations-11.3.0.tar.gz nextcloud-server-dependabot/npm_and_yarn/vueuse/integrations-11.3.0.zip |
chore(deps): bump @vueuse/integrations from 11.1.0 to 11.3.0dependabot/npm_and_yarn/vueuse/integrations-11.3.0
Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 11.1.0 to 11.3.0.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v11.3.0/packages/integrations)
---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 49 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 44 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 8f5ff88a8fd..237942c3c20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@simplewebauthn/browser": "^12.0.0", "@vueuse/components": "^11.1.0", "@vueuse/core": "^11.0.1", - "@vueuse/integrations": "^11.1.0", + "@vueuse/integrations": "^11.3.0", "backbone": "^1.4.1", "blueimp-md5": "^2.19.0", "blurhash": "^2.0.5", @@ -6804,12 +6804,13 @@ } }, "node_modules/@vueuse/integrations": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-11.1.0.tgz", - "integrity": "sha512-O2ZgrAGPy0qAjpoI2YR3egNgyEqwG85fxfwmA9BshRIGjV4G6yu6CfOPpMHAOoCD+UfsIl7Vb1bXJ6ifrHYDDA==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-11.3.0.tgz", + "integrity": "sha512-5fzRl0apQWrDezmobchoiGTkGw238VWESxZHazfhP3RM7pDSiyXy18QbfYkILoYNTd23HPAfQTJpkUc5QbkwTw==", + "license": "MIT", "dependencies": { - "@vueuse/core": "11.1.0", - "@vueuse/shared": "11.1.0", + "@vueuse/core": "11.3.0", + "@vueuse/shared": "11.3.0", "vue-demi": ">=0.14.10" }, "funding": { @@ -6868,6 +6869,42 @@ } } }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/core": { + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.3.0.tgz", + "integrity": "sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==", + "license": "MIT", + "dependencies": { + "@types/web-bluetooth": "^0.0.20", + "@vueuse/metadata": "11.3.0", + "@vueuse/shared": "11.3.0", + "vue-demi": ">=0.14.10" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/metadata": { + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.3.0.tgz", + "integrity": "sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/shared": { + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.3.0.tgz", + "integrity": "sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==", + "license": "MIT", + "dependencies": { + "vue-demi": ">=0.14.10" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/@vueuse/integrations/node_modules/vue-demi": { "version": "0.14.10", "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", diff --git a/package.json b/package.json index 14bcd892fa4..49cbeb31e17 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@simplewebauthn/browser": "^12.0.0", "@vueuse/components": "^11.1.0", "@vueuse/core": "^11.0.1", - "@vueuse/integrations": "^11.1.0", + "@vueuse/integrations": "^11.3.0", "backbone": "^1.4.1", "blueimp-md5": "^2.19.0", "blurhash": "^2.0.5", |