Skip to content

Commit 64c8302

Browse files
Update vue monorepo to v3.5.13
1 parent dd391e9 commit 64c8302

File tree

1 file changed

+152
-31
lines changed

1 file changed

+152
-31
lines changed

yarn.lock

+152-31
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,21 @@
319319
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
320320
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
321321

322+
"@babel/helper-string-parser@^7.25.9":
323+
version "7.25.9"
324+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
325+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
326+
322327
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
323328
version "7.19.1"
324329
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
325330
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
326331

332+
"@babel/helper-validator-identifier@^7.25.9":
333+
version "7.25.9"
334+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
335+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
336+
327337
"@babel/helper-validator-option@^7.21.0":
328338
version "7.21.0"
329339
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -367,10 +377,12 @@
367377
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
368378
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
369379

370-
"@babel/parser@^7.23.5":
371-
version "7.23.6"
372-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b"
373-
integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==
380+
"@babel/parser@^7.23.5", "@babel/parser@^7.25.3":
381+
version "7.26.5"
382+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f"
383+
integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==
384+
dependencies:
385+
"@babel/types" "^7.26.5"
374386

375387
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
376388
version "7.18.6"
@@ -1111,6 +1123,14 @@
11111123
"@babel/helper-validator-identifier" "^7.19.1"
11121124
to-fast-properties "^2.0.0"
11131125

1126+
"@babel/types@^7.26.5":
1127+
version "7.26.5"
1128+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
1129+
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
1130+
dependencies:
1131+
"@babel/helper-string-parser" "^7.25.9"
1132+
"@babel/helper-validator-identifier" "^7.25.9"
1133+
11141134
"@discoveryjs/[email protected]":
11151135
version "0.5.7"
11161136
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
@@ -1189,11 +1209,16 @@
11891209
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
11901210
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
11911211

1192-
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.15":
1212+
"@jridgewell/sourcemap-codec@^1.4.10":
11931213
version "1.4.15"
11941214
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
11951215
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
11961216

1217+
"@jridgewell/sourcemap-codec@^1.5.0":
1218+
version "1.5.0"
1219+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1220+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1221+
11971222
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
11981223
version "0.3.18"
11991224
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6"
@@ -1728,6 +1753,17 @@
17281753
estree-walker "^2.0.2"
17291754
source-map-js "^1.0.2"
17301755

1756+
1757+
version "3.5.13"
1758+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz#b0ae6c4347f60c03e849a05d34e5bf747c9bda05"
1759+
integrity sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==
1760+
dependencies:
1761+
"@babel/parser" "^7.25.3"
1762+
"@vue/shared" "3.5.13"
1763+
entities "^4.5.0"
1764+
estree-walker "^2.0.2"
1765+
source-map-js "^1.2.0"
1766+
17311767
17321768
version "3.3.13"
17331769
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.3.13.tgz#d029e222e545e7ab00be35aafd3abed167f962bf"
@@ -1736,7 +1772,15 @@
17361772
"@vue/compiler-core" "3.3.13"
17371773
"@vue/shared" "3.3.13"
17381774

1739-
"@vue/[email protected]", "@vue/compiler-sfc@^3.0.3":
1775+
1776+
version "3.5.13"
1777+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz#bb1b8758dbc542b3658dda973b98a1c9311a8a58"
1778+
integrity sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==
1779+
dependencies:
1780+
"@vue/compiler-core" "3.5.13"
1781+
"@vue/shared" "3.5.13"
1782+
1783+
17401784
version "3.3.13"
17411785
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.3.13.tgz#7b397acefd5c0c3808701d2855be88c4be60155c"
17421786
integrity sha512-DQVmHEy/EKIgggvnGRLx21hSqnr1smUS9Aq8tfxiiot8UR0/pXKHN9k78/qQ7etyQTFj5em5nruODON7dBeumw==
@@ -1752,6 +1796,21 @@
17521796
postcss "^8.4.32"
17531797
source-map-js "^1.0.2"
17541798

1799+
"@vue/[email protected]", "@vue/compiler-sfc@^3.0.3":
1800+
version "3.5.13"
1801+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz#461f8bd343b5c06fac4189c4fef8af32dea82b46"
1802+
integrity sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==
1803+
dependencies:
1804+
"@babel/parser" "^7.25.3"
1805+
"@vue/compiler-core" "3.5.13"
1806+
"@vue/compiler-dom" "3.5.13"
1807+
"@vue/compiler-ssr" "3.5.13"
1808+
"@vue/shared" "3.5.13"
1809+
estree-walker "^2.0.2"
1810+
magic-string "^0.30.11"
1811+
postcss "^8.4.48"
1812+
source-map-js "^1.2.0"
1813+
17551814
17561815
version "3.3.13"
17571816
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.3.13.tgz#ad8748abff8d738ac9c6a3c47be42020f0fbaa63"
@@ -1760,6 +1819,14 @@
17601819
"@vue/compiler-dom" "3.3.13"
17611820
"@vue/shared" "3.3.13"
17621821

1822+
1823+
version "3.5.13"
1824+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz#e771adcca6d3d000f91a4277c972a996d07f43ba"
1825+
integrity sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==
1826+
dependencies:
1827+
"@vue/compiler-dom" "3.5.13"
1828+
"@vue/shared" "3.5.13"
1829+
17631830
"@vue/component-compiler-utils@^3.1.0":
17641831
version "3.2.0"
17651832
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
@@ -1810,6 +1877,13 @@
18101877
dependencies:
18111878
"@vue/shared" "3.3.13"
18121879

1880+
1881+
version "3.5.13"
1882+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.13.tgz#b41ff2bb865e093899a22219f5b25f97b6fe155f"
1883+
integrity sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==
1884+
dependencies:
1885+
"@vue/shared" "3.5.13"
1886+
18131887
18141888
version "3.3.13"
18151889
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.3.13.tgz#e8414218e8c7db94acfcec6fd12044704adda9cf"
@@ -1818,6 +1892,14 @@
18181892
"@vue/reactivity" "3.3.13"
18191893
"@vue/shared" "3.3.13"
18201894

1895+
1896+
version "3.5.13"
1897+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz#1fafa4bf0b97af0ebdd9dbfe98cd630da363a455"
1898+
integrity sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==
1899+
dependencies:
1900+
"@vue/reactivity" "3.5.13"
1901+
"@vue/shared" "3.5.13"
1902+
18211903
18221904
version "3.3.13"
18231905
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.3.13.tgz#36b42b479d5a394972f305ca8e95c5f648bf55ef"
@@ -1827,6 +1909,16 @@
18271909
"@vue/shared" "3.3.13"
18281910
csstype "^3.1.3"
18291911

1912+
1913+
version "3.5.13"
1914+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz#610fc795de9246300e8ae8865930d534e1246215"
1915+
integrity sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==
1916+
dependencies:
1917+
"@vue/reactivity" "3.5.13"
1918+
"@vue/runtime-core" "3.5.13"
1919+
"@vue/shared" "3.5.13"
1920+
csstype "^3.1.3"
1921+
18301922
18311923
version "3.3.13"
18321924
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.3.13.tgz#fccdd0787798173be8929f40f23161c17b60ed36"
@@ -1835,11 +1927,24 @@
18351927
"@vue/compiler-ssr" "3.3.13"
18361928
"@vue/shared" "3.3.13"
18371929

1930+
1931+
version "3.5.13"
1932+
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz#429ead62ee51de789646c22efe908e489aad46f7"
1933+
integrity sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==
1934+
dependencies:
1935+
"@vue/compiler-ssr" "3.5.13"
1936+
"@vue/shared" "3.5.13"
1937+
18381938
18391939
version "3.3.13"
18401940
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.13.tgz#4cb73cda958d77ffd389c8640cf7d93a10ac676f"
18411941
integrity sha512-/zYUwiHD8j7gKx2argXEMCUXVST6q/21DFU0sTfNX0URJroCe3b1UF6vLJ3lQDfLNIiiRl2ONp7Nh5UVWS6QnA==
18421942

1943+
1944+
version "3.5.13"
1945+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f"
1946+
integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==
1947+
18431948
"@vue/vue-loader-v15@npm:vue-loader@^15.9.7":
18441949
version "15.10.1"
18451950
resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.10.1.tgz#c451c4cd05a911aae7b5dbbbc09fb913fb3cca18"
@@ -3125,6 +3230,11 @@ entities@^2.0.0:
31253230
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
31263231
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
31273232

3233+
entities@^4.5.0:
3234+
version "4.5.0"
3235+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
3236+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
3237+
31283238
error-ex@^1.3.1:
31293239
version "1.3.2"
31303240
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -4416,12 +4526,12 @@ lru-cache@^6.0.0:
44164526
dependencies:
44174527
yallist "^4.0.0"
44184528

4419-
magic-string@^0.30.5:
4420-
version "0.30.5"
4421-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9"
4422-
integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==
4529+
magic-string@^0.30.11, magic-string@^0.30.5:
4530+
version "0.30.17"
4531+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.17.tgz#450a449673d2460e5bbcfba9a61916a1714c7453"
4532+
integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==
44234533
dependencies:
4424-
"@jridgewell/sourcemap-codec" "^1.4.15"
4534+
"@jridgewell/sourcemap-codec" "^1.5.0"
44254535

44264536
make-dir@^3.0.2, make-dir@^3.1.0:
44274537
version "3.1.0"
@@ -4611,10 +4721,10 @@ nanoid@^3.3.4:
46114721
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
46124722
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
46134723

4614-
nanoid@^3.3.7:
4615-
version "3.3.7"
4616-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
4617-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
4724+
nanoid@^3.3.8:
4725+
version "3.3.8"
4726+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
4727+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
46184728

46194729
natural-compare@^1.4.0:
46204730
version "1.4.0"
@@ -4966,10 +5076,10 @@ picocolors@^0.2.1:
49665076
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
49675077
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
49685078

4969-
picocolors@^1.0.0:
4970-
version "1.0.0"
4971-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
4972-
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
5079+
picocolors@^1.0.0, picocolors@^1.1.1:
5080+
version "1.1.1"
5081+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
5082+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
49735083

49745084
picomatch@^2.0.4, picomatch@^2.2.1:
49755085
version "2.2.2"
@@ -5302,14 +5412,14 @@ postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.19:
53025412
picocolors "^1.0.0"
53035413
source-map-js "^1.0.2"
53045414

5305-
postcss@^8.4.32:
5306-
version "8.4.32"
5307-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
5308-
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
5415+
postcss@^8.4.32, postcss@^8.4.48:
5416+
version "8.5.1"
5417+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
5418+
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
53095419
dependencies:
5310-
nanoid "^3.3.7"
5311-
picocolors "^1.0.0"
5312-
source-map-js "^1.0.2"
5420+
nanoid "^3.3.8"
5421+
picocolors "^1.1.1"
5422+
source-map-js "^1.2.1"
53135423

53145424
prelude-ls@^1.2.1:
53155425
version "1.2.1"
@@ -5880,10 +5990,10 @@ sockjs@^0.3.24:
58805990
uuid "^8.3.2"
58815991
websocket-driver "^0.7.4"
58825992

5883-
source-map-js@^1.0.2:
5884-
version "1.0.2"
5885-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
5886-
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
5993+
source-map-js@^1.0.2, source-map-js@^1.2.0, source-map-js@^1.2.1:
5994+
version "1.2.1"
5995+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
5996+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
58875997

58885998
source-map-support@~0.5.20:
58895999
version "0.5.21"
@@ -6441,7 +6551,18 @@ vue-template-es2015-compiler@^1.9.0:
64416551
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
64426552
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
64436553

6444-
vue@^3.0.3, vue@^3.3.4:
6554+
vue@^3.0.3:
6555+
version "3.5.13"
6556+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.13.tgz#9f760a1a982b09c0c04a867903fc339c9f29ec0a"
6557+
integrity sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==
6558+
dependencies:
6559+
"@vue/compiler-dom" "3.5.13"
6560+
"@vue/compiler-sfc" "3.5.13"
6561+
"@vue/runtime-dom" "3.5.13"
6562+
"@vue/server-renderer" "3.5.13"
6563+
"@vue/shared" "3.5.13"
6564+
6565+
vue@^3.3.4:
64456566
version "3.3.13"
64466567
resolved "https://registry.yarnpkg.com/vue/-/vue-3.3.13.tgz#f03098fa1b4e7cc88c133bef92260b55e3767002"
64476568
integrity sha512-LDnUpQvDgsfc0u/YgtAgTMXJlJQqjkxW1PVcOnJA5cshPleULDjHi7U45pl2VJYazSSvLH8UKcid/kzH8I0a0Q==

0 commit comments

Comments
 (0)