From 0391488c340b410d2143cde2117b7f875b96ac23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 05:16:48 +0000 Subject: [PATCH] Bump sharp in /Node/quickstarts/thumbnails/functions Bumps [sharp](https://github.com/lovell/sharp) from 0.35.3 to 0.35.4. - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.35.3...v0.35.4) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Node/quickstarts/thumbnails/functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node/quickstarts/thumbnails/functions/package.json b/Node/quickstarts/thumbnails/functions/package.json index 6fc74f663..a310378ce 100644 --- a/Node/quickstarts/thumbnails/functions/package.json +++ b/Node/quickstarts/thumbnails/functions/package.json @@ -4,7 +4,7 @@ "dependencies": { "firebase-admin": "^14.2.0", "firebase-functions": "^7.3.2", - "sharp": "^0.35.3" + "sharp": "^0.35.4" }, "devDependencies": { "eslint": "^8.57.1",