Skip to content

Commit be63274

Browse files
Update dependency vue to v3.5.17 (#130)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`3.5.16` -> `3.5.17`](https://renovatebot.com/diffs/npm/vue/3.5.16/3.5.17) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue/3.5.16/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue/3.5.16/3.5.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.17`](https://redirect.github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3517-2025-06-18) [Compare Source](https://redirect.github.com/vuejs/core/compare/v3.5.16...v3.5.17) ##### Bug Fixes - **compat:** allow v-model built in modifiers on component ([#&#8203;12654](https://redirect.github.com/vuejs/core/issues/12654)) ([cb14b86](https://redirect.github.com/vuejs/core/commit/cb14b860f150c4a83bcd52cd26096b7a5aa3a2bf)), closes [#&#8203;12652](https://redirect.github.com/vuejs/core/issues/12652) - **compile-sfc:** handle mapped types work with omit and pick ([#&#8203;12648](https://redirect.github.com/vuejs/core/issues/12648)) ([4eb46e4](https://redirect.github.com/vuejs/core/commit/4eb46e443f1878199755cb73d481d318a9714392)), closes [#&#8203;12647](https://redirect.github.com/vuejs/core/issues/12647) - **compiler-core:** do not increase newlines in `InEntity` state ([#&#8203;13362](https://redirect.github.com/vuejs/core/issues/13362)) ([f05a8d6](https://redirect.github.com/vuejs/core/commit/f05a8d613bd873b811cfdb9979ccac8382dba322)) - **compiler-core:** ignore whitespace when matching adjacent v-if ([#&#8203;12321](https://redirect.github.com/vuejs/core/issues/12321)) ([10ebcef](https://redirect.github.com/vuejs/core/commit/10ebcef8c870dbc042b0ea49b1424b2e8f692145)), closes [#&#8203;9173](https://redirect.github.com/vuejs/core/issues/9173) - **compiler-core:** prevent comments from blocking static node hoisting ([#&#8203;13345](https://redirect.github.com/vuejs/core/issues/13345)) ([55dad62](https://redirect.github.com/vuejs/core/commit/55dad625acd9e9ddd5a933d5e323ecfdec1a612f)), closes [#&#8203;13344](https://redirect.github.com/vuejs/core/issues/13344) - **compiler-sfc:** improved type resolution for function type aliases ([#&#8203;13452](https://redirect.github.com/vuejs/core/issues/13452)) ([f3479aa](https://redirect.github.com/vuejs/core/commit/f3479aac9625f4459e650d1c0a70e73863147903)), closes [#&#8203;13444](https://redirect.github.com/vuejs/core/issues/13444) - **custom-element:** ensure configureApp is applied to async component ([#&#8203;12607](https://redirect.github.com/vuejs/core/issues/12607)) ([5ba1afb](https://redirect.github.com/vuejs/core/commit/5ba1afba09c3ea56c1c17484f5d8aeae210ce52a)), closes [#&#8203;12448](https://redirect.github.com/vuejs/core/issues/12448) - **custom-element:** prevent injecting child styles if shadowRoot is false ([#&#8203;12769](https://redirect.github.com/vuejs/core/issues/12769)) ([73055d8](https://redirect.github.com/vuejs/core/commit/73055d8d9578d485e3fe846726b50666e1aa56f5)), closes [#&#8203;12630](https://redirect.github.com/vuejs/core/issues/12630) - **reactivity:** add `__v_skip` flag to `Dep` to prevent reactive conversion ([#&#8203;12804](https://redirect.github.com/vuejs/core/issues/12804)) ([e8d8f5f](https://redirect.github.com/vuejs/core/commit/e8d8f5f604e821acc46b4200d5b06979c05af1c2)), closes [#&#8203;12803](https://redirect.github.com/vuejs/core/issues/12803) - **runtime-core:** unset old ref during patching when new ref is absent ([#&#8203;12900](https://redirect.github.com/vuejs/core/issues/12900)) ([47ddf98](https://redirect.github.com/vuejs/core/commit/47ddf986021dff8de68b0da72787e53a6c19de4c)), closes [#&#8203;12898](https://redirect.github.com/vuejs/core/issues/12898) - **slots:** make cache indexes marker non-enumerable ([#&#8203;13469](https://redirect.github.com/vuejs/core/issues/13469)) ([919c447](https://redirect.github.com/vuejs/core/commit/919c44744bba1f0c661c87d2059c3b429611aa7e)), closes [#&#8203;13468](https://redirect.github.com/vuejs/core/issues/13468) - **ssr:** handle initial selected state for select with v-model + v-for/v-if option ([#&#8203;13487](https://redirect.github.com/vuejs/core/issues/13487)) ([1552095](https://redirect.github.com/vuejs/core/commit/15520954f9f1c7f834175938a50dba5d4be0e6c4)), closes [#&#8203;13486](https://redirect.github.com/vuejs/core/issues/13486) - **types:** typo of `vOnce` and `vSlot` ([#&#8203;13343](https://redirect.github.com/vuejs/core/issues/13343)) ([762fae4](https://redirect.github.com/vuejs/core/commit/762fae4b57ad60602e5c84465a3bff562785b314)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/madcodelife/prerender-demo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78b1caf commit be63274

File tree

1 file changed

+82
-82
lines changed

1 file changed

+82
-82
lines changed

yarn.lock

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@
253253
dependencies:
254254
"@babel/types" "^7.26.0"
255255

256-
"@babel/parser@^7.27.2":
257-
version "7.27.3"
258-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
259-
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
256+
"@babel/parser@^7.27.5":
257+
version "7.27.5"
258+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
259+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
260260
dependencies:
261261
"@babel/types" "^7.27.3"
262262

@@ -887,9 +887,9 @@
887887
"@babel/helper-validator-identifier" "^7.25.9"
888888

889889
"@babel/types@^7.27.3":
890-
version "7.27.3"
891-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
892-
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
890+
version "7.27.6"
891+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
892+
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
893893
dependencies:
894894
"@babel/helper-string-parser" "^7.27.1"
895895
"@babel/helper-validator-identifier" "^7.27.1"
@@ -1937,13 +1937,13 @@
19371937
estree-walker "^2.0.2"
19381938
source-map-js "^1.2.0"
19391939

1940-
1941-
version "3.5.16"
1942-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.16.tgz#2f95f4f17c16c09c57bbf64399075b921506630b"
1943-
integrity sha512-AOQS2eaQOaaZQoL1u+2rCJIKDruNXVBZSiUD3chnUrsoX5ZTQMaCvXlWNIfxBJuU15r1o7+mpo5223KVtIhAgQ==
1940+
1941+
version "3.5.17"
1942+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz#23d291bd01b863da3ef2e26e7db84d8e01a9b4c5"
1943+
integrity sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==
19441944
dependencies:
1945-
"@babel/parser" "^7.27.2"
1946-
"@vue/shared" "3.5.16"
1945+
"@babel/parser" "^7.27.5"
1946+
"@vue/shared" "3.5.17"
19471947
entities "^4.5.0"
19481948
estree-walker "^2.0.2"
19491949
source-map-js "^1.2.1"
@@ -1956,27 +1956,27 @@
19561956
"@vue/compiler-core" "3.5.12"
19571957
"@vue/shared" "3.5.12"
19581958

1959-
1960-
version "3.5.16"
1961-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.16.tgz#151d8390252975c0b1a773029220fdfcfaa2d743"
1962-
integrity sha512-SSJIhBr/teipXiXjmWOVWLnxjNGo65Oj/8wTEQz0nqwQeP75jWZ0n4sF24Zxoht1cuJoWopwj0J0exYwCJ0dCQ==
1959+
1960+
version "3.5.17"
1961+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz#7bc19a20e23b670243a64b47ce3a890239b870be"
1962+
integrity sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==
19631963
dependencies:
1964-
"@vue/compiler-core" "3.5.16"
1965-
"@vue/shared" "3.5.16"
1964+
"@vue/compiler-core" "3.5.17"
1965+
"@vue/shared" "3.5.17"
19661966

1967-
1968-
version "3.5.16"
1969-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.16.tgz#577f7fd42a46fac8357ffed46e8fb34d32698419"
1970-
integrity sha512-rQR6VSFNpiinDy/DVUE0vHoIDUF++6p910cgcZoaAUm3POxgNOOdS/xgoll3rNdKYTYPnnbARDCZOyZ+QSe6Pw==
1967+
1968+
version "3.5.17"
1969+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz#c518871276e26593612bdab36f3f5bcd053b13bf"
1970+
integrity sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==
19711971
dependencies:
1972-
"@babel/parser" "^7.27.2"
1973-
"@vue/compiler-core" "3.5.16"
1974-
"@vue/compiler-dom" "3.5.16"
1975-
"@vue/compiler-ssr" "3.5.16"
1976-
"@vue/shared" "3.5.16"
1972+
"@babel/parser" "^7.27.5"
1973+
"@vue/compiler-core" "3.5.17"
1974+
"@vue/compiler-dom" "3.5.17"
1975+
"@vue/compiler-ssr" "3.5.17"
1976+
"@vue/shared" "3.5.17"
19771977
estree-walker "^2.0.2"
19781978
magic-string "^0.30.17"
1979-
postcss "^8.5.3"
1979+
postcss "^8.5.6"
19801980
source-map-js "^1.2.1"
19811981

19821982
"@vue/compiler-sfc@^3.5.3":
@@ -2002,13 +2002,13 @@
20022002
"@vue/compiler-dom" "3.5.12"
20032003
"@vue/shared" "3.5.12"
20042004

2005-
2006-
version "3.5.16"
2007-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.16.tgz#3b7874dff771ab2f85fb09be71f6c76a75fcc5ac"
2008-
integrity sha512-d2V7kfxbdsjrDSGlJE7my1ZzCXViEcqN6w14DOsDrUCHEA6vbnVCpRFfrc4ryCP/lCKzX2eS1YtnLE/BuC9f/A==
2005+
2006+
version "3.5.17"
2007+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz#14ba3b7bba6e0e1fd02002316263165a5d1046c7"
2008+
integrity sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==
20092009
dependencies:
2010-
"@vue/compiler-dom" "3.5.16"
2011-
"@vue/shared" "3.5.16"
2010+
"@vue/compiler-dom" "3.5.17"
2011+
"@vue/shared" "3.5.17"
20122012

20132013
"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.3.0":
20142014
version "3.3.0"
@@ -2043,48 +2043,48 @@
20432043
eslint-plugin-promise "^7.2.1"
20442044
globals "^16.0.0"
20452045

2046-
2047-
version "3.5.16"
2048-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.16.tgz#528c535a088b3c1b67f285f1f2211be79425b962"
2049-
integrity sha512-FG5Q5ee/kxhIm1p2bykPpPwqiUBV3kFySsHEQha5BJvjXdZTUfmya7wP7zC39dFuZAcf/PD5S4Lni55vGLMhvA==
2046+
2047+
version "3.5.17"
2048+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.17.tgz#169b5dcf96c7f23788e5ed9745ec8a7227f2125e"
2049+
integrity sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==
20502050
dependencies:
2051-
"@vue/shared" "3.5.16"
2051+
"@vue/shared" "3.5.17"
20522052

2053-
2054-
version "3.5.16"
2055-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.16.tgz#0a828c322224ada26f81a2e227c3d4aebcb72c7a"
2056-
integrity sha512-bw5Ykq6+JFHYxrQa7Tjr+VSzw7Dj4ldR/udyBZbq73fCdJmyy5MPIFR9IX/M5Qs+TtTjuyUTCnmK3lWWwpAcFQ==
2053+
2054+
version "3.5.17"
2055+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz#b17bd41e13011e85e9b1025545292d43f5512730"
2056+
integrity sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==
20572057
dependencies:
2058-
"@vue/reactivity" "3.5.16"
2059-
"@vue/shared" "3.5.16"
2058+
"@vue/reactivity" "3.5.17"
2059+
"@vue/shared" "3.5.17"
20602060

2061-
2062-
version "3.5.16"
2063-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.16.tgz#c1bcbcca862b77186f81c92edd5176e74670f078"
2064-
integrity sha512-T1qqYJsG2xMGhImRUV9y/RseB9d0eCYZQ4CWca9ztCuiPj/XWNNN+lkNBuzVbia5z4/cgxdL28NoQCvC0Xcfww==
2061+
2062+
version "3.5.17"
2063+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz#8e325e29cd03097fe179032fc8df384a426fc83a"
2064+
integrity sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==
20652065
dependencies:
2066-
"@vue/reactivity" "3.5.16"
2067-
"@vue/runtime-core" "3.5.16"
2068-
"@vue/shared" "3.5.16"
2066+
"@vue/reactivity" "3.5.17"
2067+
"@vue/runtime-core" "3.5.17"
2068+
"@vue/shared" "3.5.17"
20692069
csstype "^3.1.3"
20702070

2071-
2072-
version "3.5.16"
2073-
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.16.tgz#5a68cd1d423d843f74c9e6b37133850abab07c13"
2074-
integrity sha512-BrX0qLiv/WugguGsnQUJiYOE0Fe5mZTwi6b7X/ybGB0vfrPH9z0gD/Y6WOR1sGCgX4gc25L1RYS5eYQKDMoNIg==
2071+
2072+
version "3.5.17"
2073+
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz#9b8fd6a40a3d55322509fafe78ac841ede649fbe"
2074+
integrity sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==
20752075
dependencies:
2076-
"@vue/compiler-ssr" "3.5.16"
2077-
"@vue/shared" "3.5.16"
2076+
"@vue/compiler-ssr" "3.5.17"
2077+
"@vue/shared" "3.5.17"
20782078

20792079
20802080
version "3.5.12"
20812081
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.12.tgz#f9e45b7f63f2c3f40d84237b1194b7f67de192e3"
20822082
integrity sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==
20832083

2084-
2085-
version "3.5.16"
2086-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.16.tgz#d5ea7671182742192938a4b4cbf86ef12bef7418"
2087-
integrity sha512-c/0fWy3Jw6Z8L9FmTyYfkpM5zklnqqa9+a6dz3DvONRKW2NEbh46BP0FHuLFSWi2TnQEtp91Z6zOWNrU6QiyPg==
2084+
2085+
version "3.5.17"
2086+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.17.tgz#e8b3a41f0be76499882a89e8ed40d86a70fa4b70"
2087+
integrity sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==
20882088

20892089
"@vue/vue-loader-v15@npm:vue-loader@^15.9.7":
20902090
version "15.11.1"
@@ -5531,16 +5531,16 @@ nano-spawn@^1.0.2:
55315531
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.2.tgz#9853795681f0e96ef6f39104c2e4347b6ba79bf6"
55325532
integrity sha512-21t+ozMQDAL/UGgQVBbZ/xXvNO10++ZPuTmKRO8k9V3AClVRht49ahtDjfY8l1q6nSHOrE5ASfthzH3ol6R/hg==
55335533

5534+
nanoid@^3.3.11:
5535+
version "3.3.11"
5536+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
5537+
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
5538+
55345539
nanoid@^3.3.7:
55355540
version "3.3.7"
55365541
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
55375542
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
55385543

5539-
nanoid@^3.3.8:
5540-
version "3.3.11"
5541-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
5542-
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
5543-
55445544
nanomatch@^1.2.9:
55455545
version "1.2.13"
55465546
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -6307,12 +6307,12 @@ postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.33, postcss@^8.4.47:
63076307
picocolors "^1.1.1"
63086308
source-map-js "^1.2.1"
63096309

6310-
postcss@^8.5.3:
6311-
version "8.5.3"
6312-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
6313-
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
6310+
postcss@^8.5.6:
6311+
version "8.5.6"
6312+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
6313+
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
63146314
dependencies:
6315-
nanoid "^3.3.8"
6315+
nanoid "^3.3.11"
63166316
picocolors "^1.1.1"
63176317
source-map-js "^1.2.1"
63186318

@@ -7671,15 +7671,15 @@ vue-template-es2015-compiler@^1.9.0:
76717671
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
76727672

76737673
vue@^3.0.0:
7674-
version "3.5.16"
7675-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.16.tgz#f0cde88c2688354f00ff2d77eb295c26440f8c7a"
7676-
integrity sha512-rjOV2ecxMd5SiAmof2xzh2WxntRcigkX/He4YFJ6WdRvVUrbt6DxC1Iujh10XLl8xCDRDtGKMeO3D+pRQ1PP9w==
7677-
dependencies:
7678-
"@vue/compiler-dom" "3.5.16"
7679-
"@vue/compiler-sfc" "3.5.16"
7680-
"@vue/runtime-dom" "3.5.16"
7681-
"@vue/server-renderer" "3.5.16"
7682-
"@vue/shared" "3.5.16"
7674+
version "3.5.17"
7675+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.17.tgz#ea8a6a45abb2b0620e7d479319ce8434b55650cf"
7676+
integrity sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==
7677+
dependencies:
7678+
"@vue/compiler-dom" "3.5.17"
7679+
"@vue/compiler-sfc" "3.5.17"
7680+
"@vue/runtime-dom" "3.5.17"
7681+
"@vue/server-renderer" "3.5.17"
7682+
"@vue/shared" "3.5.17"
76837683

76847684
vuex@^4.0.0:
76857685
version "4.1.0"

0 commit comments

Comments
 (0)