diff --git a/astro/package.json b/astro/package.json index fbe5cf3..4e5fa2a 100644 --- a/astro/package.json +++ b/astro/package.json @@ -15,7 +15,7 @@ "@astrojs/tailwind": "4.0.0", "astro": "^2.8.3", "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 1caebf9..dbbe81a 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"