From b3abb709fc290d2747a264452813583066689023 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 02:11:20 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-sharp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/gatsby-plugin-sharp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 73db2d869a99d..eff6072556e9d 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -12,7 +12,7 @@ "bluebird": "^3.5.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^7.0.0", - "imagemin": "^6.0.0", + "imagemin": "^7.0.0", "imagemin-mozjpeg": "^7.0.0", "imagemin-pngquant": "^6.0.0", "imagemin-webp": "^4.1.0",