From 858f649af12ff4a814d7306bd0db86f0b207cbc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:54:25 +0000 Subject: [PATCH] Bump @astrojs/image from 0.17.2 to 0.17.3 in /astro Bumps [@astrojs/image](https://github.com/withastro/astro/tree/HEAD/packages/integrations/image) from 0.17.2 to 0.17.3. - [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.3/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 | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/astro/package.json b/astro/package.json index 3590b9b..8070952 100644 --- a/astro/package.json +++ b/astro/package.json @@ -9,7 +9,7 @@ "build": "astro build" }, "dependencies": { - "@astrojs/image": "^0.17.2", + "@astrojs/image": "^0.17.3", "@astrojs/prefetch": "^0.3.0", "@astrojs/sitemap": "^2.0.1", "@astrojs/tailwind": "4.0.0", diff --git a/astro/yarn.lock b/astro/yarn.lock index 405d7ec..250ec3d 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -25,16 +25,16 @@ resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-1.8.1.tgz#43575b1a35b16cb8ffe56792870b00e5306c673f" integrity sha512-C28qplQzgIJ+JU9S+1wNx+ue2KCBUp0TTAd10EWAEkk4RsL3Tzlw0BYvLDDb4KP9jS48lXmR4/1TtZ4aavYJ8Q== -"@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== +"@astrojs/image@^0.17.3": + version "0.17.3" + resolved "https://registry.yarnpkg.com/@astrojs/image/-/image-0.17.3.tgz#68d4fd6034a07aea7fe6a6665d82735178e4f5a5" + integrity sha512-5xF4d4dmyjSdEeA0E2M8YS5Usf0SxPHUp4w/xAsbArQP27p6BcA+952Ay8+UJfRdT+9dUGGvRafDtjEZOkefxQ== dependencies: "@altano/tiny-async-pool" "^1.0.2" http-cache-semantics "^4.1.1" image-size "^1.0.2" kleur "^4.1.5" - magic-string "^0.27.0" + magic-string "^0.30.2" mime "^3.0.0" "@astrojs/internal-helpers@^0.1.2": @@ -606,7 +606,7 @@ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.13", "@jridgewell/sourcemap-codec@^1.4.15": +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.15": version "1.4.15" resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== @@ -2190,13 +2190,6 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -magic-string@^0.27.0: - version "0.27.0" - resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.27.0.tgz#e4a3413b4bab6d98d2becffd48b4a257effdbbf3" - integrity sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA== - dependencies: - "@jridgewell/sourcemap-codec" "^1.4.13" - magic-string@^0.30.2: version "0.30.2" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.2.tgz#dcf04aad3d0d1314bc743d076c50feb29b3c7aca"