diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 083a3c7a64a..592ad6b2edc 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -401,7 +401,7 @@ shared: 'remark-frontmatter': '4.0.1' 'remark-mdx-frontmatter': '3.0.0' 'remark-smartypants': '2.0.0' - 'sharp': '0.32.2' + 'sharp': '0.32.3' 'svg-to-pdfkit': 'https://github.com/eriese/SVG-to-PDFKit' 'tlds': '1.240.0' 'to-vfile': '8.0.0' diff --git a/sites/shared/package.json b/sites/shared/package.json index fb3afc4beec..d3a6487d510 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -51,7 +51,7 @@ "remark-frontmatter": "4.0.1", "remark-mdx-frontmatter": "3.0.0", "remark-smartypants": "2.0.0", - "sharp": "0.32.2", + "sharp": "0.32.3", "svg-to-pdfkit": "https://github.com/eriese/SVG-to-PDFKit", "tlds": "1.240.0", "to-vfile": "8.0.0", diff --git a/yarn.lock b/yarn.lock index 620f9895515..c5cc546906c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18125,10 +18125,10 @@ shallowequal@^1.1.0: resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8" integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ== -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"