diff --git a/astro/package.json b/astro/package.json index eb783e2..19eb173 100644 --- a/astro/package.json +++ b/astro/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/image": "^0.17.2", - "@astrojs/prefetch": "^0.2.3", + "@astrojs/prefetch": "^0.3.0", "@astrojs/sitemap": "^1.3.3", "@astrojs/tailwind": "4.0.0", "astro": "^2.8.0", diff --git a/astro/yarn.lock b/astro/yarn.lock index b4d953e..9b0f9e6 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -80,10 +80,10 @@ unist-util-visit "^4.1.0" vfile "^5.3.2" -"@astrojs/prefetch@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@astrojs/prefetch/-/prefetch-0.2.3.tgz#00fa61dbbdcd71101948e25634ef911f65a791dc" - integrity sha512-r51t4fkGcePA6FHFVDD5vC/whhoKWFSaKNug/4Z2FSKZZga9yjb2qDcrul7u32nVDN+30ywZ/RQAmBMrHOmLiw== +"@astrojs/prefetch@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@astrojs/prefetch/-/prefetch-0.3.0.tgz#d5b5e2dd9acd8cf5af40ee4c7e4c69c9f697cafd" + integrity sha512-LPKpbcnTwonkgNeLvVEQ1SXEyjkjsCm/o77Leg6/9725Cpn+rAIHiWMwFwigqf366VuvdvEYsG86nH8d1kSoNA== dependencies: throttles "^1.0.1"