From 12e4e644a543c23f4bab52174a8c07754e8fd8fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:06:36 +0000 Subject: [PATCH] chore(deps): bump sharp from 0.32.2 to 0.32.3 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] --- sites/shared/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 a79b4be091e..a8a7fe572ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18120,10 +18120,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"