|
124 | 124 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
|
125 | 125 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
|
126 | 126 |
|
| 127 | +"@babel/helper-string-parser@^7.27.1": |
| 128 | + version "7.27.1" |
| 129 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 130 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 131 | + |
127 | 132 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
128 | 133 | version "7.19.1"
|
129 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
134 | 139 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
|
135 | 140 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
136 | 141 |
|
| 142 | +"@babel/helper-validator-identifier@^7.27.1": |
| 143 | + version "7.27.1" |
| 144 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 145 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 146 | + |
137 | 147 | "@babel/helper-validator-option@^7.25.9":
|
138 | 148 | version "7.25.9"
|
139 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
|
156 | 166 | chalk "^2.0.0"
|
157 | 167 | js-tokens "^4.0.0"
|
158 | 168 |
|
159 |
| -"@babel/parser@^7.25.3", "@babel/parser@^7.25.9", "@babel/parser@^7.26.3": |
| 169 | +"@babel/parser@^7.25.9", "@babel/parser@^7.26.3": |
160 | 170 | version "7.26.3"
|
161 | 171 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.3.tgz#8c51c5db6ddf08134af1ddbacf16aaab48bac234"
|
162 | 172 | integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==
|
|
177 | 187 | dependencies:
|
178 | 188 | "@babel/types" "^7.26.9"
|
179 | 189 |
|
| 190 | +"@babel/parser@^7.27.5": |
| 191 | + version "7.28.0" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e" |
| 193 | + integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g== |
| 194 | + dependencies: |
| 195 | + "@babel/types" "^7.28.0" |
| 196 | + |
180 | 197 | "@babel/runtime-corejs3@^7.10.2":
|
181 | 198 | version "7.20.6"
|
182 | 199 | resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.6.tgz#63dae945963539ab0ad578efbf3eff271e7067ae"
|
|
269 | 286 | "@babel/helper-string-parser" "^7.25.9"
|
270 | 287 | "@babel/helper-validator-identifier" "^7.25.9"
|
271 | 288 |
|
| 289 | +"@babel/types@^7.28.0": |
| 290 | + version "7.28.0" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950" |
| 292 | + integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg== |
| 293 | + dependencies: |
| 294 | + "@babel/helper-string-parser" "^7.27.1" |
| 295 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 296 | + |
272 | 297 |
|
273 | 298 | version "1.5.0"
|
274 | 299 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
1207 | 1232 | loupe "^2.3.6"
|
1208 | 1233 | pretty-format "^29.5.0"
|
1209 | 1234 |
|
1210 |
| - |
1211 |
| - version "3.5.13" |
1212 |
| - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz#b0ae6c4347f60c03e849a05d34e5bf747c9bda05" |
1213 |
| - integrity sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q== |
| 1235 | + |
| 1236 | + version "3.5.17" |
| 1237 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz#23d291bd01b863da3ef2e26e7db84d8e01a9b4c5" |
| 1238 | + integrity sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA== |
1214 | 1239 | dependencies:
|
1215 |
| - "@babel/parser" "^7.25.3" |
1216 |
| - "@vue/shared" "3.5.13" |
| 1240 | + "@babel/parser" "^7.27.5" |
| 1241 | + "@vue/shared" "3.5.17" |
1217 | 1242 | entities "^4.5.0"
|
1218 | 1243 | estree-walker "^2.0.2"
|
1219 |
| - source-map-js "^1.2.0" |
1220 |
| - |
1221 |
| - |
1222 |
| - version "3.5.13" |
1223 |
| - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz#bb1b8758dbc542b3658dda973b98a1c9311a8a58" |
1224 |
| - integrity sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA== |
1225 |
| - dependencies: |
1226 |
| - "@vue/compiler-core" "3.5.13" |
1227 |
| - "@vue/shared" "3.5.13" |
1228 |
| - |
1229 |
| - |
1230 |
| - version "3.5.13" |
1231 |
| - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz#461f8bd343b5c06fac4189c4fef8af32dea82b46" |
1232 |
| - integrity sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ== |
1233 |
| - dependencies: |
1234 |
| - "@babel/parser" "^7.25.3" |
1235 |
| - "@vue/compiler-core" "3.5.13" |
1236 |
| - "@vue/compiler-dom" "3.5.13" |
1237 |
| - "@vue/compiler-ssr" "3.5.13" |
1238 |
| - "@vue/shared" "3.5.13" |
| 1244 | + source-map-js "^1.2.1" |
| 1245 | + |
| 1246 | + |
| 1247 | + version "3.5.17" |
| 1248 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz#7bc19a20e23b670243a64b47ce3a890239b870be" |
| 1249 | + integrity sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ== |
| 1250 | + dependencies: |
| 1251 | + "@vue/compiler-core" "3.5.17" |
| 1252 | + "@vue/shared" "3.5.17" |
| 1253 | + |
| 1254 | + |
| 1255 | + version "3.5.17" |
| 1256 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz#c518871276e26593612bdab36f3f5bcd053b13bf" |
| 1257 | + integrity sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww== |
| 1258 | + dependencies: |
| 1259 | + "@babel/parser" "^7.27.5" |
| 1260 | + "@vue/compiler-core" "3.5.17" |
| 1261 | + "@vue/compiler-dom" "3.5.17" |
| 1262 | + "@vue/compiler-ssr" "3.5.17" |
| 1263 | + "@vue/shared" "3.5.17" |
1239 | 1264 | estree-walker "^2.0.2"
|
1240 |
| - magic-string "^0.30.11" |
1241 |
| - postcss "^8.4.48" |
1242 |
| - source-map-js "^1.2.0" |
| 1265 | + magic-string "^0.30.17" |
| 1266 | + postcss "^8.5.6" |
| 1267 | + source-map-js "^1.2.1" |
1243 | 1268 |
|
1244 |
| - |
1245 |
| - version "3.5.13" |
1246 |
| - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz#e771adcca6d3d000f91a4277c972a996d07f43ba" |
1247 |
| - integrity sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA== |
| 1269 | + |
| 1270 | + version "3.5.17" |
| 1271 | + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz#14ba3b7bba6e0e1fd02002316263165a5d1046c7" |
| 1272 | + integrity sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ== |
1248 | 1273 | dependencies:
|
1249 |
| - "@vue/compiler-dom" "3.5.13" |
1250 |
| - "@vue/shared" "3.5.13" |
| 1274 | + "@vue/compiler-dom" "3.5.17" |
| 1275 | + "@vue/shared" "3.5.17" |
1251 | 1276 |
|
1252 | 1277 |
|
1253 | 1278 | version "9.0.0"
|
|
1266 | 1291 | "@typescript-eslint/parser" "^5.0.0"
|
1267 | 1292 | vue-eslint-parser "^8.0.0"
|
1268 | 1293 |
|
1269 |
| - |
1270 |
| - version "3.5.13" |
1271 |
| - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.13.tgz#b41ff2bb865e093899a22219f5b25f97b6fe155f" |
1272 |
| - integrity sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg== |
| 1294 | + |
| 1295 | + version "3.5.17" |
| 1296 | + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.17.tgz#169b5dcf96c7f23788e5ed9745ec8a7227f2125e" |
| 1297 | + integrity sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw== |
1273 | 1298 | dependencies:
|
1274 |
| - "@vue/shared" "3.5.13" |
| 1299 | + "@vue/shared" "3.5.17" |
1275 | 1300 |
|
1276 |
| - |
1277 |
| - version "3.5.13" |
1278 |
| - resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz#1fafa4bf0b97af0ebdd9dbfe98cd630da363a455" |
1279 |
| - integrity sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw== |
| 1301 | + |
| 1302 | + version "3.5.17" |
| 1303 | + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz#b17bd41e13011e85e9b1025545292d43f5512730" |
| 1304 | + integrity sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q== |
1280 | 1305 | dependencies:
|
1281 |
| - "@vue/reactivity" "3.5.13" |
1282 |
| - "@vue/shared" "3.5.13" |
| 1306 | + "@vue/reactivity" "3.5.17" |
| 1307 | + "@vue/shared" "3.5.17" |
1283 | 1308 |
|
1284 |
| - |
1285 |
| - version "3.5.13" |
1286 |
| - resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz#610fc795de9246300e8ae8865930d534e1246215" |
1287 |
| - integrity sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog== |
| 1309 | + |
| 1310 | + version "3.5.17" |
| 1311 | + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz#8e325e29cd03097fe179032fc8df384a426fc83a" |
| 1312 | + integrity sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g== |
1288 | 1313 | dependencies:
|
1289 |
| - "@vue/reactivity" "3.5.13" |
1290 |
| - "@vue/runtime-core" "3.5.13" |
1291 |
| - "@vue/shared" "3.5.13" |
| 1314 | + "@vue/reactivity" "3.5.17" |
| 1315 | + "@vue/runtime-core" "3.5.17" |
| 1316 | + "@vue/shared" "3.5.17" |
1292 | 1317 | csstype "^3.1.3"
|
1293 | 1318 |
|
1294 |
| - |
1295 |
| - version "3.5.13" |
1296 |
| - resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz#429ead62ee51de789646c22efe908e489aad46f7" |
1297 |
| - integrity sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA== |
| 1319 | + |
| 1320 | + version "3.5.17" |
| 1321 | + resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz#9b8fd6a40a3d55322509fafe78ac841ede649fbe" |
| 1322 | + integrity sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA== |
1298 | 1323 | dependencies:
|
1299 |
| - "@vue/compiler-ssr" "3.5.13" |
1300 |
| - "@vue/shared" "3.5.13" |
| 1324 | + "@vue/compiler-ssr" "3.5.17" |
| 1325 | + "@vue/shared" "3.5.17" |
1301 | 1326 |
|
1302 |
| - |
1303 |
| - version "3.5.13" |
1304 |
| - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f" |
1305 |
| - integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ== |
| 1327 | + |
| 1328 | + version "3.5.17" |
| 1329 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.17.tgz#e8b3a41f0be76499882a89e8ed40d86a70fa4b70" |
| 1330 | + integrity sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg== |
1306 | 1331 |
|
1307 | 1332 |
|
1308 | 1333 | version "2.4.6"
|
@@ -3810,7 +3835,7 @@ magic-string@^0.30.1, magic-string@^0.30.3:
|
3810 | 3835 | dependencies:
|
3811 | 3836 | "@jridgewell/sourcemap-codec" "^1.4.15"
|
3812 | 3837 |
|
3813 |
| -magic-string@^0.30.11, magic-string@~0.30.0: |
| 3838 | +magic-string@^0.30.17, magic-string@~0.30.0: |
3814 | 3839 | version "0.30.17"
|
3815 | 3840 | resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.17.tgz#450a449673d2460e5bbcfba9a61916a1714c7453"
|
3816 | 3841 | integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==
|
@@ -3946,6 +3971,11 @@ ms@^2.1.1:
|
3946 | 3971 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
3947 | 3972 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
3948 | 3973 |
|
| 3974 | +nanoid@^3.3.11: |
| 3975 | + version "3.3.11" |
| 3976 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" |
| 3977 | + integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== |
| 3978 | + |
3949 | 3979 | nanoid@^3.3.6:
|
3950 | 3980 | version "3.3.6"
|
3951 | 3981 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
|
@@ -4319,12 +4349,12 @@ postcss@^8.4.35:
|
4319 | 4349 | picocolors "^1.0.0"
|
4320 | 4350 | source-map-js "^1.0.2"
|
4321 | 4351 |
|
4322 |
| -postcss@^8.4.48: |
4323 |
| - version "8.4.49" |
4324 |
| - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19" |
4325 |
| - integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA== |
| 4352 | +postcss@^8.5.6: |
| 4353 | + version "8.5.6" |
| 4354 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c" |
| 4355 | + integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg== |
4326 | 4356 | dependencies:
|
4327 |
| - nanoid "^3.3.7" |
| 4357 | + nanoid "^3.3.11" |
4328 | 4358 | picocolors "^1.1.1"
|
4329 | 4359 | source-map-js "^1.2.1"
|
4330 | 4360 |
|
@@ -4861,11 +4891,6 @@ source-map-js@^1.0.2:
|
4861 | 4891 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
|
4862 | 4892 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
|
4863 | 4893 |
|
4864 |
| -source-map-js@^1.2.0: |
4865 |
| - version "1.2.0" |
4866 |
| - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" |
4867 |
| - integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== |
4868 |
| - |
4869 | 4894 | source-map-js@^1.2.1:
|
4870 | 4895 | version "1.2.1"
|
4871 | 4896 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
|
|
5488 | 5513 | de-indent "^1.0.2"
|
5489 | 5514 | he "^1.2.0"
|
5490 | 5515 |
|
5491 |
| - |
5492 |
| - version "3.5.13" |
5493 |
| - resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.13.tgz#9f760a1a982b09c0c04a867903fc339c9f29ec0a" |
5494 |
| - integrity sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ== |
| 5516 | + |
| 5517 | + version "3.5.17" |
| 5518 | + resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.17.tgz#ea8a6a45abb2b0620e7d479319ce8434b55650cf" |
| 5519 | + integrity sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g== |
5495 | 5520 | dependencies:
|
5496 |
| - "@vue/compiler-dom" "3.5.13" |
5497 |
| - "@vue/compiler-sfc" "3.5.13" |
5498 |
| - "@vue/runtime-dom" "3.5.13" |
5499 |
| - "@vue/server-renderer" "3.5.13" |
5500 |
| - "@vue/shared" "3.5.13" |
| 5521 | + "@vue/compiler-dom" "3.5.17" |
| 5522 | + "@vue/compiler-sfc" "3.5.17" |
| 5523 | + "@vue/runtime-dom" "3.5.17" |
| 5524 | + "@vue/server-renderer" "3.5.17" |
| 5525 | + "@vue/shared" "3.5.17" |
5501 | 5526 |
|
5502 | 5527 | w3c-xmlserializer@^4.0.0:
|
5503 | 5528 | version "4.0.0"
|
|
0 commit comments