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"