From 2beee59e29bd7c8914dda2769d351d0f23129e84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:17:26 +0000 Subject: [PATCH] fix(deps): update dependency @vueuse/core to v12.3.0 (#530) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55c0e6f3..5d16ca3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@mdi/font": "7.4.47", - "@vueuse/core": "12.2.0", + "@vueuse/core": "12.3.0", "core-js": "3.39.0", "roboto-fontface": "0.10.0", "v-clipboard": "^3.0.0-next.0", @@ -2119,14 +2119,14 @@ } }, "node_modules/@vueuse/core": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.2.0.tgz", - "integrity": "sha512-jksyNu+5EGwggNkRWd6xX+8qBkYbmrwdFQMgCABsz+wq8bKF6w3soPFLB8vocFp3wFIzn0OYkSPM9JP+AFKwsg==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.3.0.tgz", + "integrity": "sha512-cnV8QDKZrsyKC7tWjPbeEUz2cD9sa9faxF2YkR8QqNwfofgbOhmfIgvSYmkp+ttSvfOw4E6hLcQx15mRPr0yBA==", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "12.2.0", - "@vueuse/shared": "12.2.0", + "@vueuse/metadata": "12.3.0", + "@vueuse/shared": "12.3.0", "vue": "^3.5.13" }, "funding": { @@ -2134,18 +2134,18 @@ } }, "node_modules/@vueuse/metadata": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.2.0.tgz", - "integrity": "sha512-x6zynZtTh1l52m0y8d/EgzpshnMjg8cNZ2KWoncJ62Z5qPSGoc4FUunmMVrrRM/I/5542rTEY89CGftngZvrkQ==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.3.0.tgz", + "integrity": "sha512-M/iQHHjMffOv2npsw2ihlUx1CTiBwPEgb7DzByLq7zpg1+Ke8r7s9p5ybUWc5OIeGewtpY4Xy0R2cKqFqM8hFg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.2.0.tgz", - "integrity": "sha512-SRr4AZwv/giS+EmyA1ZIzn3/iALjjnWAGaBNmoDTMEob9JwQaevAocuaMDnPAvU7Z35Y5g3CFRusCWgp1gVJ3Q==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.3.0.tgz", + "integrity": "sha512-X3YD35GUeW0d5Gajcwv9jdLAJTV2Jdb/Ll6Ii2JIYcKLYZqv5wxyLeKtiQkqWmHg3v0J0ZWjDUMVOw2E7RCXfA==", "license": "MIT", "dependencies": { "vue": "^3.5.13" diff --git a/package.json b/package.json index f2200496..814b8ac8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@mdi/font": "7.4.47", - "@vueuse/core": "12.2.0", + "@vueuse/core": "12.3.0", "core-js": "3.39.0", "roboto-fontface": "0.10.0", "v-clipboard": "^3.0.0-next.0",