From 756ca60747c3dc1e6068c958e782e0a16350ad10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 03:17:44 +0000 Subject: [PATCH] fix: benchmarks/image-processing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-DECOMPRESSTAR-559095 - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1584358 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1585624 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-2824151 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- benchmarks/image-processing/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/image-processing/package.json b/benchmarks/image-processing/package.json index 46df7791290ff..192b776a758c3 100644 --- a/benchmarks/image-processing/package.json +++ b/benchmarks/image-processing/package.json @@ -6,14 +6,14 @@ "author": "Kyle Mathews ", "dependencies": { "async-sema": "^3.1.0", - "gatsby": "^2.19.5", + "gatsby": "^4.22.0", "gatsby-image": "^2.2.39", "gatsby-plugin-manifest": "^2.2.38", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.21", - "gatsby-plugin-sharp": "^2.4.0", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.1.46", - "gatsby-transformer-sharp": "^2.3.13", + "gatsby-transformer-sharp": "^3.15.0", "lodash": "^4.17.15", "node-fetch": "^2.6.0", "prop-types": "^15.7.2",