Skip to content

Commit 1f7abae

Browse files
authored
Merge pull request #20 from qmk/dependabot/npm_and_yarn/unplugin-vue-router-0.10.8
Bump unplugin-vue-router from 0.8.8 to 0.10.8
2 parents abb323b + b23b095 commit 1f7abae

File tree

4 files changed

+101
-89
lines changed

4 files changed

+101
-89
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "^5.4.2",
3636
"unplugin-fonts": "^1.1.1",
3737
"unplugin-vue-components": "^0.26.0",
38-
"unplugin-vue-router": "^0.8.4",
38+
"unplugin-vue-router": "^0.10.8",
3939
"vite": "^5.4.8",
4040
"vite-plugin-vuetify": "^2.0.4",
4141
"vue-router": "^4.4.5",

src/router/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { createRouter, createWebHashHistory } from 'vue-router/auto'
2+
import { routes } from 'vue-router/auto-routes'
23

34
const router = createRouter({
4-
history: createWebHashHistory(import.meta.env.BASE_URL)
5+
history: createWebHashHistory(import.meta.env.BASE_URL),
6+
routes,
57
})
68

79
export default router

typed-router.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module 'vue-router/auto-routes' {
1212
ParamValueOneOrMore,
1313
ParamValueZeroOrMore,
1414
ParamValueZeroOrOne,
15-
} from 'unplugin-vue-router/types'
15+
} from 'vue-router'
1616

1717
/**
1818
* Route name map generated by unplugin-vue-router

yarn.lock

+96-86
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,24 @@
77
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.10.tgz#ae829f170158e297a9b6a28f161a8e487d00814d"
88
integrity sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==
99

10-
"@babel/helper-string-parser@^7.24.8":
11-
version "7.24.8"
12-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
13-
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
14-
1510
"@babel/helper-string-parser@^7.25.7":
1611
version "7.25.7"
1712
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
1813
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
1914

20-
"@babel/helper-validator-identifier@^7.24.7":
21-
version "7.24.7"
22-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
23-
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
24-
2515
"@babel/helper-validator-identifier@^7.25.7":
2616
version "7.25.7"
2717
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
2818
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
2919

30-
"@babel/parser@^7.24.0", "@babel/parser@^7.24.6":
31-
version "7.24.8"
32-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
33-
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
34-
35-
"@babel/parser@^7.25.3":
20+
"@babel/parser@^7.25.3", "@babel/parser@^7.25.6":
3621
version "7.25.7"
3722
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590"
3823
integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==
3924
dependencies:
4025
"@babel/types" "^7.25.7"
4126

42-
"@babel/types@^7.24.0", "@babel/types@^7.24.5":
43-
version "7.24.8"
44-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
45-
integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
46-
dependencies:
47-
"@babel/helper-string-parser" "^7.24.8"
48-
"@babel/helper-validator-identifier" "^7.24.7"
49-
to-fast-properties "^2.0.0"
50-
51-
"@babel/types@^7.25.7":
27+
"@babel/types@^7.24.0", "@babel/types@^7.25.4", "@babel/types@^7.25.6", "@babel/types@^7.25.7":
5228
version "7.25.7"
5329
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
5430
integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==
@@ -228,7 +204,7 @@
228204
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
229205
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
230206

231-
"@jridgewell/sourcemap-codec@^1.4.15", "@jridgewell/sourcemap-codec@^1.5.0":
207+
"@jridgewell/sourcemap-codec@^1.5.0":
232208
version "1.5.0"
233209
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
234210
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
@@ -482,17 +458,17 @@
482458
path-browserify "^1.0.1"
483459
vscode-uri "^3.0.8"
484460

485-
"@vue-macros/common@^1.10.3":
486-
version "1.10.4"
487-
resolved "https://registry.yarnpkg.com/@vue-macros/common/-/common-1.10.4.tgz#cfe8a24026a1f239d1942d720063993c019250d0"
488-
integrity sha512-akO6Bd6U4jP0+ZKbHq6mbYkw1coOrJpLeVmkuMlUsT5wZRi11BjauGcZHusBSzUjgCBsa1kZTyipxrxrWB54Hw==
461+
"@vue-macros/common@^1.12.2":
462+
version "1.14.0"
463+
resolved "https://registry.yarnpkg.com/@vue-macros/common/-/common-1.14.0.tgz#c4b94fdb49aaacc72885989f2d739734476d1296"
464+
integrity sha512-xwQhDoEXRNXobNQmdqOD20yUGdVLVLZe4zhDlT9q/E+z+mvT3wukaAoJG80XRnv/BcgOOCVpxqpkQZ3sNTgjWA==
489465
dependencies:
490-
"@babel/types" "^7.24.5"
466+
"@babel/types" "^7.25.6"
491467
"@rollup/pluginutils" "^5.1.0"
492-
"@vue/compiler-sfc" "^3.4.27"
493-
ast-kit "^0.12.1"
468+
"@vue/compiler-sfc" "^3.5.4"
469+
ast-kit "^1.1.0"
494470
local-pkg "^0.5.0"
495-
magic-string-ast "^0.6.0"
471+
magic-string-ast "^0.6.2"
496472

497473
498474
version "3.5.10"
@@ -505,6 +481,17 @@
505481
estree-walker "^2.0.2"
506482
source-map-js "^1.2.0"
507483

484+
485+
version "3.5.11"
486+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.11.tgz#3dcd0c1bab10732f44ab1790735afb03a4b69edc"
487+
integrity sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==
488+
dependencies:
489+
"@babel/parser" "^7.25.3"
490+
"@vue/shared" "3.5.11"
491+
entities "^4.5.0"
492+
estree-walker "^2.0.2"
493+
source-map-js "^1.2.0"
494+
508495
"@vue/[email protected]", "@vue/compiler-dom@^3.4.0":
509496
version "3.5.10"
510497
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.10.tgz#233c660289ce289a48e8fe759b07b95f607cd98e"
@@ -513,7 +500,15 @@
513500
"@vue/compiler-core" "3.5.10"
514501
"@vue/shared" "3.5.10"
515502

516-
"@vue/[email protected]", "@vue/compiler-sfc@^3.4.27":
503+
504+
version "3.5.11"
505+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.11.tgz#950f8fc610e26326fed008b8d102cc8ee78a6ce5"
506+
integrity sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==
507+
dependencies:
508+
"@vue/compiler-core" "3.5.11"
509+
"@vue/shared" "3.5.11"
510+
511+
517512
version "3.5.10"
518513
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.10.tgz#95e262a5ed836521a5aeee9492cc265ad3f1c787"
519514
integrity sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==
@@ -528,6 +523,21 @@
528523
postcss "^8.4.47"
529524
source-map-js "^1.2.0"
530525

526+
"@vue/compiler-sfc@^3.5.4":
527+
version "3.5.11"
528+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.11.tgz#68ba7bc6fed4fec6892aed118cb3ee8e4b180d06"
529+
integrity sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==
530+
dependencies:
531+
"@babel/parser" "^7.25.3"
532+
"@vue/compiler-core" "3.5.11"
533+
"@vue/compiler-dom" "3.5.11"
534+
"@vue/compiler-ssr" "3.5.11"
535+
"@vue/shared" "3.5.11"
536+
estree-walker "^2.0.2"
537+
magic-string "^0.30.11"
538+
postcss "^8.4.47"
539+
source-map-js "^1.2.0"
540+
531541
532542
version "3.5.10"
533543
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.10.tgz#195f83ae7c52174be37fd7a4a0217132c1c0ed11"
@@ -536,6 +546,14 @@
536546
"@vue/compiler-dom" "3.5.10"
537547
"@vue/shared" "3.5.10"
538548

549+
550+
version "3.5.11"
551+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.11.tgz#02d9891c7a649bbf06490ecd8d24dd1575d53e60"
552+
integrity sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==
553+
dependencies:
554+
"@vue/compiler-dom" "3.5.11"
555+
"@vue/shared" "3.5.11"
556+
539557
"@vue/devtools-api@^6.6.4":
540558
version "6.6.4"
541559
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343"
@@ -602,6 +620,11 @@
602620
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.10.tgz#066f7dde31e09d700123e92e63eaa126cda21a17"
603621
integrity sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==
604622

623+
624+
version "3.5.11"
625+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.11.tgz#464b840afc89be9373addff9eeb9dfc98bf3fe2e"
626+
integrity sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==
627+
605628
"@vuetify/loader-shared@^2.0.3":
606629
version "2.0.3"
607630
resolved "https://registry.yarnpkg.com/@vuetify/loader-shared/-/loader-shared-2.0.3.tgz#11451c717e4a352ec311da52a79c857cd256c92f"
@@ -636,7 +659,7 @@ acorn-jsx@^5.3.2:
636659
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
637660
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
638661

639-
acorn@^8.11.3, acorn@^8.9.0:
662+
acorn@^8.11.3, acorn@^8.12.1, acorn@^8.9.0:
640663
version "8.12.1"
641664
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
642665
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
@@ -747,21 +770,21 @@ arraybuffer.prototype.slice@^1.0.3:
747770
is-array-buffer "^3.0.4"
748771
is-shared-array-buffer "^1.0.2"
749772

750-
ast-kit@^0.12.1:
751-
version "0.12.2"
752-
resolved "https://registry.yarnpkg.com/ast-kit/-/ast-kit-0.12.2.tgz#88e2f3af01841dd480516e36ec7cc402bf57d08c"
753-
integrity sha512-es1zHFsnZ4Y4efz412nnrU3KvVAhgqy90a7Yt9Wpi5vQ3l4aYMOX0Qx4FD0elKr5ITEhiUGCSFcgGYf4YTuACg==
773+
ast-kit@^1.0.1, ast-kit@^1.1.0:
774+
version "1.2.1"
775+
resolved "https://registry.yarnpkg.com/ast-kit/-/ast-kit-1.2.1.tgz#28c46544bd85cddd0c0253fd7d62811e96f12a42"
776+
integrity sha512-h31wotR7rkFLrlmGPn0kGqOZ/n5EQFvp7dBs400chpHDhHc8BK3gpvyHDluRujuGgeoTAv3dSIMz9BI3JxAWyQ==
754777
dependencies:
755-
"@babel/parser" "^7.24.6"
778+
"@babel/parser" "^7.25.6"
756779
pathe "^1.1.2"
757780

758-
ast-walker-scope@^0.6.1:
759-
version "0.6.1"
760-
resolved "https://registry.yarnpkg.com/ast-walker-scope/-/ast-walker-scope-0.6.1.tgz#e074c60b31d33de094f76661029b10162dbcca89"
761-
integrity sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==
781+
ast-walker-scope@^0.6.2:
782+
version "0.6.2"
783+
resolved "https://registry.yarnpkg.com/ast-walker-scope/-/ast-walker-scope-0.6.2.tgz#b827e8949c129802f76fe0f142e95fd7efda57dc"
784+
integrity sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==
762785
dependencies:
763-
"@babel/parser" "^7.24.0"
764-
ast-kit "^0.12.1"
786+
"@babel/parser" "^7.25.3"
787+
ast-kit "^1.0.1"
765788

766789
available-typed-arrays@^1.0.7:
767790
version "1.0.7"
@@ -1885,21 +1908,14 @@ lodash@^4.17.21:
18851908
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
18861909
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
18871910

1888-
magic-string-ast@^0.6.0:
1911+
magic-string-ast@^0.6.2:
18891912
version "0.6.2"
18901913
resolved "https://registry.yarnpkg.com/magic-string-ast/-/magic-string-ast-0.6.2.tgz#180679c584bdea9de1dbb6c755fd3e4bf1b0b509"
18911914
integrity sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==
18921915
dependencies:
18931916
magic-string "^0.30.10"
18941917

1895-
magic-string@^0.30.10, magic-string@^0.30.3:
1896-
version "0.30.10"
1897-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
1898-
integrity sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==
1899-
dependencies:
1900-
"@jridgewell/sourcemap-codec" "^1.4.15"
1901-
1902-
magic-string@^0.30.11:
1918+
magic-string@^0.30.10, magic-string@^0.30.11, magic-string@^0.30.3:
19031919
version "0.30.11"
19041920
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954"
19051921
integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==
@@ -1938,7 +1954,7 @@ minimist@^1.2.0, minimist@^1.2.6:
19381954
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
19391955
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
19401956

1941-
mlly@^1.4.2, mlly@^1.7.0, mlly@^1.7.1:
1957+
mlly@^1.4.2, mlly@^1.7.1:
19421958
version "1.7.1"
19431959
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.7.1.tgz#e0336429bb0731b6a8e887b438cbdae522c8f32f"
19441960
integrity sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==
@@ -2550,34 +2566,33 @@ unplugin-vue-components@^0.26.0:
25502566
resolve "^1.22.4"
25512567
unplugin "^1.4.0"
25522568

2553-
unplugin-vue-router@^0.8.4:
2554-
version "0.8.8"
2555-
resolved "https://registry.yarnpkg.com/unplugin-vue-router/-/unplugin-vue-router-0.8.8.tgz#f848ca7e11c30c9edee81b1ee9c135a6e21f7b46"
2556-
integrity sha512-8fKHzIF8+Suc1DhoBHmGxLhXUjhzIKvdTwngAybJ+3UrhNLv7KsGrNjaBVnQmlS9VNpxlwHRJzZ2Vc7IDlDm+A==
2569+
unplugin-vue-router@^0.10.8:
2570+
version "0.10.8"
2571+
resolved "https://registry.yarnpkg.com/unplugin-vue-router/-/unplugin-vue-router-0.10.8.tgz#a868cb64e3c27aba98b312aa757e8cb48830b891"
2572+
integrity sha512-xi+eLweYAqolIoTRSmumbi6Yx0z5M0PLvl+NFNVWHJgmE2ByJG1SZbrn+TqyuDtIyln20KKgq8tqmL7aLoiFjw==
25572573
dependencies:
2558-
"@babel/types" "^7.24.5"
2574+
"@babel/types" "^7.25.4"
25592575
"@rollup/pluginutils" "^5.1.0"
2560-
"@vue-macros/common" "^1.10.3"
2561-
ast-walker-scope "^0.6.1"
2576+
"@vue-macros/common" "^1.12.2"
2577+
ast-walker-scope "^0.6.2"
25622578
chokidar "^3.6.0"
25632579
fast-glob "^3.3.2"
25642580
json5 "^2.2.3"
25652581
local-pkg "^0.5.0"
2566-
mlly "^1.7.0"
2582+
magic-string "^0.30.11"
2583+
mlly "^1.7.1"
25672584
pathe "^1.1.2"
25682585
scule "^1.3.0"
2569-
unplugin "^1.10.1"
2570-
yaml "^2.4.2"
2586+
unplugin "^1.12.2"
2587+
yaml "^2.5.0"
25712588

2572-
unplugin@^1.10.1, unplugin@^1.3.1, unplugin@^1.4.0:
2573-
version "1.11.0"
2574-
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.11.0.tgz#09237b4011075e65c8f4d0ae06e221dee12750e3"
2575-
integrity sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==
2589+
unplugin@^1.12.2, unplugin@^1.3.1, unplugin@^1.4.0:
2590+
version "1.14.1"
2591+
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.14.1.tgz#c76d6155a661e43e6a897bce6b767a1ecc344c1a"
2592+
integrity sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==
25762593
dependencies:
2577-
acorn "^8.11.3"
2578-
chokidar "^3.6.0"
2579-
webpack-sources "^3.2.3"
2580-
webpack-virtual-modules "^0.6.1"
2594+
acorn "^8.12.1"
2595+
webpack-virtual-modules "^0.6.2"
25812596

25822597
upath@^2.0.1:
25832598
version "2.0.1"
@@ -2687,12 +2702,7 @@ vuetify@^3.7.2:
26872702
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.7.2.tgz#e37fa4c191ea00144de5943315cbf77ddb80448d"
26882703
integrity sha512-q0WTcRG977+a9Dqhb8TOaPm+Xmvj0oVhnBJhAdHWFSov3HhHTTxlH2nXP/GBTXZuuMHDbBeIWFuUR2/1Fx0PPw==
26892704

2690-
webpack-sources@^3.2.3:
2691-
version "3.2.3"
2692-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
2693-
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
2694-
2695-
webpack-virtual-modules@^0.6.1:
2705+
webpack-virtual-modules@^0.6.2:
26962706
version "0.6.2"
26972707
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
26982708
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
@@ -2741,10 +2751,10 @@ xml-name-validator@^4.0.0:
27412751
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
27422752
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==
27432753

2744-
yaml@^2.4.2:
2745-
version "2.4.5"
2746-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
2747-
integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==
2754+
yaml@^2.5.0:
2755+
version "2.5.1"
2756+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.1.tgz#c9772aacf62cb7494a95b0c4f1fb065b563db130"
2757+
integrity sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==
27482758

27492759
yocto-queue@^0.1.0:
27502760
version "0.1.0"

0 commit comments

Comments
 (0)