From afd494e985ac57664f251ca01ae41ecd5ca4f36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:48:50 +0000 Subject: [PATCH] Bump @astrojs/prefetch from 0.2.3 to 0.3.0 in /astro Bumps [@astrojs/prefetch](https://github.com/withastro/astro/tree/HEAD/packages/astro-prefetch) from 0.2.3 to 0.3.0. - [Release notes](https://github.com/withastro/astro/releases) - [Commits](https://github.com/withastro/astro/commits/@astrojs/prefetch@0.3.0/packages/astro-prefetch) --- updated-dependencies: - dependency-name: "@astrojs/prefetch" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- astro/package.json | 2 +- astro/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/astro/package.json b/astro/package.json index d70f42f..7e60057 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 4bae6a6..4b43d32 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"