From ad756be6d8d6203df8374f0225ab5ffe1bce67dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:12:07 +0000 Subject: [PATCH] Bump @astrojs/vue from 5.0.7 to 5.0.10 Bumps [@astrojs/vue](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vue) from 5.0.7 to 5.0.10. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vue/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/vue@5.0.10/packages/integrations/vue) --- updated-dependencies: - dependency-name: "@astrojs/vue" dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++---- package.json | 2 +- yarn.lock | 143 ++++++++++++++++++++++++---------------------- 3 files changed, 88 insertions(+), 79 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6f99a5..36279cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@algolia/client-search": "^5.23.0", - "@astrojs/vue": "^5.0.7", + "@astrojs/vue": "^5.0.10", "@docsearch/css": "^3.9.0", "@docsearch/react": "^3.9.0", "@types/react": "^18.3.12", @@ -455,16 +455,16 @@ } }, "node_modules/@astrojs/vue": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-5.0.7.tgz", - "integrity": "sha512-PSES96WbJhozuGBUgMTzbAlQUdAZm0rpQjem+plsT/M0LQWpTZESZm/jf4IW7mYCtKmnAymWCH1meqsUfHCYgw==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-5.0.10.tgz", + "integrity": "sha512-x0aXf+qn/uF2Qw+8O9S+avYwAQEUCEZVef3mN0F1Fq2byHA+Y0KNDjfk2iYEN/eHtkNIZCcGXKygblhecjEb7g==", "license": "MIT", "dependencies": { - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/compiler-sfc": "^3.5.13", - "vite": "^6.0.11", - "vite-plugin-vue-devtools": "^7.7.1" + "vite": "^6.2.6", + "vite-plugin-vue-devtools": "^7.7.2" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" @@ -2691,9 +2691,9 @@ "license": "ISC" }, "node_modules/@vitejs/plugin-vue": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz", - "integrity": "sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz", + "integrity": "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==", "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" diff --git a/package.json b/package.json index 4770093..377b270 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@algolia/client-search": "^5.23.0", - "@astrojs/vue": "^5.0.7", + "@astrojs/vue": "^5.0.10", "@docsearch/css": "^3.9.0", "@docsearch/react": "^3.9.0", "@types/react": "^18.3.12", diff --git a/yarn.lock b/yarn.lock index 13a3740..2664f44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -287,16 +287,16 @@ is-wsl "^3.1.0" which-pm-runs "^1.1.0" -"@astrojs/vue@^5.0.7": - version "5.0.7" - resolved "https://registry.yarnpkg.com/@astrojs/vue/-/vue-5.0.7.tgz#f85b46eaad46dcae734f6da03f69d6a65548f165" - integrity sha512-PSES96WbJhozuGBUgMTzbAlQUdAZm0rpQjem+plsT/M0LQWpTZESZm/jf4IW7mYCtKmnAymWCH1meqsUfHCYgw== +"@astrojs/vue@^5.0.10": + version "5.0.10" + resolved "https://registry.yarnpkg.com/@astrojs/vue/-/vue-5.0.10.tgz#88aea983e89cd572942d96af9dfa23dc9edbbf7a" + integrity sha512-x0aXf+qn/uF2Qw+8O9S+avYwAQEUCEZVef3mN0F1Fq2byHA+Y0KNDjfk2iYEN/eHtkNIZCcGXKygblhecjEb7g== dependencies: - "@vitejs/plugin-vue" "^5.2.1" - "@vitejs/plugin-vue-jsx" "^4.1.1" + "@vitejs/plugin-vue" "5.2.1" + "@vitejs/plugin-vue-jsx" "^4.1.2" "@vue/compiler-sfc" "^3.5.13" - vite "^6.0.11" - vite-plugin-vue-devtools "^7.7.1" + vite "^6.2.6" + vite-plugin-vue-devtools "^7.7.2" "@babel/code-frame@^7.23.5": version "7.23.5" @@ -1435,7 +1435,7 @@ estree-walker "^2.0.1" picomatch "^2.2.2" -"@rollup/pluginutils@^5.1.3", "@rollup/pluginutils@^5.1.4": +"@rollup/pluginutils@^5.1.4": version "5.1.4" resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz#bb94f1f9eaaac944da237767cdfee6c5b2262d4a" integrity sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ== @@ -1676,7 +1676,7 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vitejs/plugin-vue-jsx@^4.1.1": +"@vitejs/plugin-vue-jsx@^4.1.2": version "4.1.2" resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.2.tgz#7ab813bcba9a514a2bdee5b0e17c30d6e420c748" integrity sha512-4Rk0GdE0QCdsIkuMmWeg11gmM4x8UmTnZR/LWPm7QJ7+BsK4tq08udrN0isrrWqz5heFy9HLV/7bOLgFS8hUjA== @@ -1685,10 +1685,10 @@ "@babel/plugin-transform-typescript" "^7.26.7" "@vue/babel-plugin-jsx" "^1.2.5" -"@vitejs/plugin-vue@^5.2.1": - version "5.2.3" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz#71a8fc82d4d2e425af304c35bf389506f674d89b" - integrity sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg== +"@vitejs/plugin-vue@5.2.1": + version "5.2.1" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz#d1491f678ee3af899f7ae57d9c21dc52a65c7133" + integrity sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ== "@vue/babel-helper-vue-transform-on@1.2.2": version "1.2.2" @@ -1796,35 +1796,35 @@ "@vue/compiler-dom" "3.5.13" "@vue/shared" "3.5.13" -"@vue/devtools-core@^7.7.2": - version "7.7.2" - resolved "https://registry.yarnpkg.com/@vue/devtools-core/-/devtools-core-7.7.2.tgz#fbba7714b4cecd4e4b80e1b68c249b013c6ea6a7" - integrity sha512-lexREWj1lKi91Tblr38ntSsy6CvI8ba7u+jmwh2yruib/ltLUcsIzEjCnrkh1yYGGIKXbAuYV2tOG10fGDB9OQ== +"@vue/devtools-core@^7.7.3": + version "7.7.3" + resolved "https://registry.yarnpkg.com/@vue/devtools-core/-/devtools-core-7.7.3.tgz#527ed6e47842438d047144bfc3f17d4a50adf03f" + integrity sha512-8DkYFERHi534m8DfoDSyy92AzW0/631U6ed1SRsi7Bp61iN3TAs86Smz2gnWg1FGZtnfVAHttaeY/DFtxGJ46w== dependencies: - "@vue/devtools-kit" "^7.7.2" - "@vue/devtools-shared" "^7.7.2" + "@vue/devtools-kit" "^7.7.3" + "@vue/devtools-shared" "^7.7.3" mitt "^3.0.1" - nanoid "^5.0.9" - pathe "^2.0.2" - vite-hot-client "^0.2.4" + nanoid "^5.1.0" + pathe "^2.0.3" + vite-hot-client "^2.0.4" -"@vue/devtools-kit@^7.7.2": - version "7.7.2" - resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.7.2.tgz#3315bd5b144f98c7b84c2f44270b445644ec8f10" - integrity sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ== +"@vue/devtools-kit@^7.7.3": + version "7.7.3" + resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.7.3.tgz#8a941f7d4be37c9eb1f54df090e414031636e5db" + integrity sha512-IbR8q5jCaBcoMmWaJGMOqaD8KAW+DfNitOptSPNagTSLsMzpHxpM5Lf/dK0H/vVe0t4XRInzwpuWCKn5jecigQ== dependencies: - "@vue/devtools-shared" "^7.7.2" - birpc "^0.2.19" + "@vue/devtools-shared" "^7.7.3" + birpc "^2.3.0" hookable "^5.5.3" mitt "^3.0.1" perfect-debounce "^1.0.0" speakingurl "^14.0.1" - superjson "^2.2.1" + superjson "^2.2.2" -"@vue/devtools-shared@^7.7.2": - version "7.7.2" - resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.7.2.tgz#b11b143820130a32d8ce5737e264d06ab6d62f40" - integrity sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA== +"@vue/devtools-shared@^7.7.3": + version "7.7.3" + resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.7.3.tgz#2015b0b451ce80d4d944e8f43d76a223742c2a1a" + integrity sha512-a59Tmv9WxBMN5tnacKui8jwKpU5662qVhC6wo17eLS02Xh3PG+d13bu7bFv/8BgrXsez4ClRLAPdAJTrE8huDg== dependencies: rfdc "^1.4.1" @@ -2074,10 +2074,10 @@ binary-extensions@^2.0.0: resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== -birpc@^0.2.19: - version "0.2.19" - resolved "https://registry.yarnpkg.com/birpc/-/birpc-0.2.19.tgz#cdd183a4a70ba103127d49765b4a71349da5a0ca" - integrity sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ== +birpc@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/birpc/-/birpc-2.3.0.tgz#e5a402dc785ef952a2383ef3cfc075e0842f3e8c" + integrity sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g== blob-to-buffer@^1.2.8: version "1.2.9" @@ -2647,7 +2647,7 @@ eventemitter3@^5.0.1: resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4" integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA== -execa@^9.5.1: +execa@^9.5.2: version "9.5.2" resolved "https://registry.yarnpkg.com/execa/-/execa-9.5.2.tgz#a4551034ee0795e241025d2f987dab3f4242dff2" integrity sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q== @@ -3744,7 +3744,7 @@ nanoid@^3.3.7, nanoid@^3.3.8: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== -nanoid@^5.0.9: +nanoid@^5.1.0: version "5.1.5" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.1.5.tgz#f7597f9d9054eb4da9548cdd53ca70f1790e87de" integrity sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw== @@ -3952,7 +3952,7 @@ path-scurry@^1.10.1: lru-cache "^9.1.1 || ^10.0.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0" -pathe@^2.0.2: +pathe@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716" integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w== @@ -4495,6 +4495,15 @@ sirv@^3.0.0: mrmime "^2.0.0" totalist "^3.0.0" +sirv@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/sirv/-/sirv-3.0.1.tgz#32a844794655b727f9e2867b777e0060fbe07bf3" + integrity sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A== + dependencies: + "@polka/url" "^1.0.0-next.24" + mrmime "^2.0.0" + totalist "^3.0.0" + sisteransi@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz" @@ -4613,10 +4622,10 @@ sucrase@^3.32.0: pirates "^4.0.1" ts-interface-checker "^0.1.9" -superjson@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.1.tgz#9377a7fa80fedb10c851c9dbffd942d4bcf79733" - integrity sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA== +superjson@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.2.tgz#9d52bf0bf6b5751a3c3472f1292e714782ba3173" + integrity sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q== dependencies: copy-anything "^3.0.2" @@ -4939,19 +4948,19 @@ vfile@^6.0.0, vfile@^6.0.3: "@types/unist" "^3.0.0" vfile-message "^4.0.0" -vite-hot-client@^0.2.4: - version "0.2.4" - resolved "https://registry.yarnpkg.com/vite-hot-client/-/vite-hot-client-0.2.4.tgz#c88789f1615cf4e95690cd5fca98b2e449a29637" - integrity sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA== +vite-hot-client@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/vite-hot-client/-/vite-hot-client-2.0.4.tgz#db383e0337c758fbabf14dad26f9a1bcb9e9e175" + integrity sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg== -vite-plugin-inspect@0.8.9: - version "0.8.9" - resolved "https://registry.yarnpkg.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz#01a7e484ccbc12a8c86ee8bc90efe13aeb0fed1b" - integrity sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A== +vite-plugin-inspect@^0.10.6: + version "0.10.6" + resolved "https://registry.yarnpkg.com/vite-plugin-inspect/-/vite-plugin-inspect-0.10.6.tgz#f3223d1e1c3bdc0a5043c81f3745b41453eb357f" + integrity sha512-R3pwljjBbjFM2sZvy6Zvynnm51oaEwLYyYPk9Wp2lF97w/YMBq+KtTJXpCA17IO2pImX0bWA6WB05kuqRnkuyQ== dependencies: "@antfu/utils" "^0.7.10" - "@rollup/pluginutils" "^5.1.3" - debug "^4.3.7" + "@rollup/pluginutils" "^5.1.4" + debug "^4.4.0" error-stack-parser-es "^0.1.5" fs-extra "^11.2.0" open "^10.1.0" @@ -4959,17 +4968,17 @@ vite-plugin-inspect@0.8.9: picocolors "^1.1.1" sirv "^3.0.0" -vite-plugin-vue-devtools@^7.7.1: - version "7.7.2" - resolved "https://registry.yarnpkg.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.2.tgz#87f9c88ec4784abc4fc87609967c5896c6868c49" - integrity sha512-5V0UijQWiSBj32blkyPEqIbzc6HO9c1bwnBhx+ay2dzU0FakH+qMdNUT8nF9BvDE+i6I1U8CqCuJiO20vKEdQw== - dependencies: - "@vue/devtools-core" "^7.7.2" - "@vue/devtools-kit" "^7.7.2" - "@vue/devtools-shared" "^7.7.2" - execa "^9.5.1" - sirv "^3.0.0" - vite-plugin-inspect "0.8.9" +vite-plugin-vue-devtools@^7.7.2: + version "7.7.3" + resolved "https://registry.yarnpkg.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.3.tgz#dad1cc7ca2e5b78b61662d383d4a12f7f1c519a7" + integrity sha512-oAUbjmFgbJBx3kNn/qAXZfYW3tR0mjmB/Q38aF9yTxFl80MeFPM7nFp4sLr2/Vd0a/3FXjk6+vnGL79uRNkBfQ== + dependencies: + "@vue/devtools-core" "^7.7.3" + "@vue/devtools-kit" "^7.7.3" + "@vue/devtools-shared" "^7.7.3" + execa "^9.5.2" + sirv "^3.0.1" + vite-plugin-inspect "^0.10.6" vite-plugin-vue-inspector "^5.3.1" vite-plugin-vue-inspector@^5.3.1: @@ -4998,7 +5007,7 @@ vite-prerender-plugin@^0.5.3: source-map "^0.7.4" stack-trace "^1.0.0-pre2" -vite@^6.0.11, vite@^6.2.3, vite@^6.2.6: +vite@^6.2.3, vite@^6.2.6: version "6.2.6" resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.6.tgz#7f0ccf2fdc0c1eda079ce258508728e2473d3f61" integrity sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==