From a54984fa165dcdcbcc2eb4857f7b7367065a003d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:50:38 +0000 Subject: [PATCH] Bump sharp from 0.32.2 to 0.32.3 in /astro Bumps [sharp](https://github.com/lovell/sharp) from 0.32.2 to 0.32.3. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.32.2...v0.32.3) --- updated-dependencies: - dependency-name: sharp 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 74faa3c..00fee95 100644 --- a/astro/package.json +++ b/astro/package.json @@ -15,7 +15,7 @@ "@astrojs/tailwind": "4.0.0", "astro": "^2.8.2", "css-select": "5.1.0", - "sharp": "^0.32.2", + "sharp": "^0.32.3", "slate-serializers": "0.1.0", "tailwindcss": "^3.3.3" }, diff --git a/astro/yarn.lock b/astro/yarn.lock index 7c30249..fde25fd 100644 --- a/astro/yarn.lock +++ b/astro/yarn.lock @@ -3173,10 +3173,10 @@ server-destroy@^1.0.1: resolved "https://registry.yarnpkg.com/server-destroy/-/server-destroy-1.0.1.tgz#f13bf928e42b9c3e79383e61cc3998b5d14e6cdd" integrity sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ== -sharp@^0.32.2: - version "0.32.2" - resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.2.tgz#c35e065f8810cf0d8f3dee26fc5156127caca1ec" - integrity sha512-e4hyWKtU7ks/rLmoPys476zhpQnLqPJopz4+5b6OPeyJfvCTInAp0pe5tGhstjsNdUvDLrUVGEwevewYdZM8Eg== +sharp@^0.32.3: + version "0.32.3" + resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.32.3.tgz#fd6f5227c5a6cb2a020836617243effe68ceb731" + integrity sha512-i1gFPiNqyqxC4ouVvCKj5G8WfPIMeeSxpKcMrjic6NY4e8zktW7bIdqHPc3FCG+pNKU/XCEabKA57hhvZi8UmQ== dependencies: color "^4.2.3" detect-libc "^2.0.1"