diff --git a/package.json b/package.json index ae6ce989..2db5eb90 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "typescript": "^6.0.2", "vite": "^8.0.8", "vitest": "^4.1.4", - "vue-tsc": "^3.2.6" + "vue-tsc": "^3.2.7" }, "categories": [ "Other" diff --git a/yarn.lock b/yarn.lock index 3b25547a..8c50316b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -863,18 +863,18 @@ typescript-eslint "^8.56.0" vue-eslint-parser "^10.4.0" -"@vue/language-core@3.2.6": - version "3.2.6" - resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-3.2.6.tgz#afe49fe5f2009eb0adaf80af72b01e09de2ba0fc" - integrity sha512-xYYYX3/aVup576tP/23sEUpgiEnujrENaoNRbaozC1/MA9I6EGFQRJb4xrt/MmUCAGlxTKL2RmT8JLTPqagCkg== +"@vue/language-core@3.2.7": + version "3.2.7" + resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-3.2.7.tgz#06507ace715e0c22cf686ca2231f2a40f51befe2" + integrity sha512-Gn4q/tRxbpVGLEuARQ43p3YELlNAFgRUVCgW9U5Cr+5q4vfD2bWDWpl3ABbJMXUt5xlE1dF8dkigg2aUq7JYYw== dependencies: "@volar/language-core" "2.4.28" "@vue/compiler-dom" "^3.5.0" "@vue/shared" "^3.5.0" - alien-signals "^3.0.0" + alien-signals "^3.1.2" muggle-string "^0.4.1" path-browserify "^1.0.1" - picomatch "^4.0.2" + picomatch "^4.0.4" "@vue/reactivity@3.5.32": version "3.5.32" @@ -955,7 +955,7 @@ ajv@^6.14.0: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -alien-signals@^3.0.0: +alien-signals@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/alien-signals/-/alien-signals-3.1.2.tgz#26e623e3ed81e401df1a7c503f726e2288a4fa02" integrity sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw== @@ -3310,7 +3310,7 @@ picomatch@^2.3.1: resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601" integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA== -picomatch@^4.0.2, picomatch@^4.0.3, picomatch@^4.0.4: +picomatch@^4.0.3, picomatch@^4.0.4: version "4.0.4" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589" integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A== @@ -4232,13 +4232,13 @@ vue-router@^5.0.4: unplugin-utils "^0.3.1" yaml "^2.8.2" -vue-tsc@^3.2.6: - version "3.2.6" - resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-3.2.6.tgz#efeb12a6166d531304d2e1602b550254309be15d" - integrity sha512-gYW/kWI0XrwGzd0PKc7tVB/qpdeAkIZLNZb10/InizkQjHjnT8weZ/vBarZoj4kHKbUTZT/bAVgoOr8x4NsQ/Q== +vue-tsc@^3.2.7: + version "3.2.7" + resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-3.2.7.tgz#3e9a3a759f3e8fe4681ae628c3746aee00a5d1ff" + integrity sha512-zc1tL3HoQni1zGTGrwBVRQb7rGP5SWdu/m4rGB6JcnAC5MT5LFZIxF7Y+EJEnt4hGF23d60rXH7gRjHGb5KQQQ== dependencies: "@volar/typescript" "2.4.28" - "@vue/language-core" "3.2.6" + "@vue/language-core" "3.2.7" vue@^3.5.32: version "3.5.32"