From cd695ef3df23dede1889454c519ccf742d867b8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 00:20:18 +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-TRIMNEWLINES-1298042 --- packages/gatsby-plugin-sharp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index eb6ad26430d8d..cc4b332b18a34 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -11,8 +11,8 @@ "babel-runtime": "^6.26.0", "bluebird": "^3.5.0", "imagemin": "^5.2.2", - "imagemin-pngquant": "^5.0.0", - "imagemin-webp": "^4.0.0", + "imagemin-pngquant": "^6.0.0", + "imagemin-webp": "^5.0.0", "lodash": "^4.17.4", "potrace": "^2.1.1", "probe-image-size": "^3.2.0",