From eb35fad483dc62e9e61ddb599c4c23f6385f2b99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 22:34:21 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-DECOMPRESS-557358 - https://snyk.io/vuln/SNYK-JS-DECOMPRESSTAR-559095 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-URLREGEX-569472 - https://snyk.io/vuln/npm:braces:20180219 --- packages/gatsby-plugin-sharp/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 65711cb03b74d..ff875904a830d 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -11,16 +11,16 @@ "async": "^2.1.2", "bluebird": "^3.5.0", "fs-exists-cached": "^1.0.0", - "imagemin": "^6.0.0", - "imagemin-pngquant": "^6.0.0", - "imagemin-webp": "^4.1.0", + "imagemin": "^7.0.0", + "imagemin-pngquant": "^9.0.0", + "imagemin-webp": "^6.1.0", "lodash": "^4.17.10", "mini-svg-data-uri": "^1.0.0", "potrace": "^2.1.1", - "probe-image-size": "^4.0.0", + "probe-image-size": "^6.0.0", "progress": "^1.1.8", "sharp": "^0.20.2", - "svgo": "^0.7.2" + "svgo": "^1.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0",