From 8f29a361407fe902f62fc28b640e2fce1276cc68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 18:27:39 +0000 Subject: [PATCH] fix: examples/recipes-gatsby-image/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-NTHCHECK-1586032 - 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 --- examples/recipes-gatsby-image/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/recipes-gatsby-image/package.json b/examples/recipes-gatsby-image/package.json index e439929ff1d4d..9fa87f7165eee 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -5,17 +5,17 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "@mdx-js/mdx": "^1.1.6", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.1.6", - "gatsby": "^2.13.39", + "gatsby": "^4.22.0", "gatsby-image": "^2.2.6", "gatsby-plugin-manifest": "^2.2.4", - "gatsby-plugin-mdx": "^1.0.23", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-plugin-offline": "^2.2.4", "gatsby-plugin-react-helmet": "^3.1.2", - "gatsby-plugin-sharp": "^2.2.9", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.1.6", - "gatsby-transformer-sharp": "^2.2.4", + "gatsby-transformer-sharp": "^3.15.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6",