From f495c83949b6db2fe51d829a116334fb05cc4414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:15:58 +0000 Subject: [PATCH] Bump @astrojs/image from 0.17.1 to 0.17.2 in /astro Bumps [@astrojs/image](https://github.com/withastro/astro/tree/HEAD/packages/integrations/image) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/image/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/image@0.17.2/packages/integrations/image) --- updated-dependencies: - dependency-name: "@astrojs/image" dependency-type: direct:production update-type: version-update:semver-patch ... 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 ae3f69e..cf0e76c 100644 --- a/astro/package.json +++ b/astro/package.json @@ -9,7 +9,7 @@ "build": "astro build" }, "dependencies": { - "@astrojs/image": "^0.17.0", + "@astrojs/image": "^0.17.2", "@astrojs/prefetch": "^0.2.3", "@astrojs/sitemap": "^1.3.3", "@astrojs/tailwind": "4.0.0", diff --git a/astro/yarn.lock b/astro/yarn.lock index 41278b5..58537ac 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -25,10 +25,10 @@ resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.5.3.tgz#eac68920f3403fe6292fca91ff2bd14b8c10ad95" integrity sha512-/HSFkJ+Yv+WUWSq0QVsIlhBKam5VUpGV+s8MvPguC/krHmw4Ww9TIgmfJSvV8/BN0sHJB7pCgf7yInae1zb+TQ== -"@astrojs/image@^0.17.0": - version "0.17.1" - resolved "https://registry.yarnpkg.com/@astrojs/image/-/image-0.17.1.tgz#c98d7ee9162351298af1dae18fc9a61e5a5e4cb2" - integrity sha512-+kb99ZTvl4BpbY6BeIAwJq08aGF/H4V9S6351I2GwIddQYilEQfHQ9b6EVfxoHIE6eSo8bRfUeKFkOmWVppWwA== +"@astrojs/image@^0.17.2": + version "0.17.2" + resolved "https://registry.yarnpkg.com/@astrojs/image/-/image-0.17.2.tgz#3c74eca3cca637107cd5542b14494bf7551a9889" + integrity sha512-hw5vGBlyPwyt9E4ux7eej7dJrcSlTAaMYKYd8OWIJVsFSbV75sXNi+5lwbpNjDLGVIS6Baa4nzayjN5Gxo73MQ== dependencies: "@altano/tiny-async-pool" "^1.0.2" http-cache-semantics "^4.1.1"