From 705db9cc9eb3f95b511e47def23a184e26b0d619 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 04:44:55 +0000 Subject: [PATCH] fix: examples/using-mongodb/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-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - 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-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- examples/using-mongodb/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-mongodb/package.json b/examples/using-mongodb/package.json index b0ae0d55029e2..e85a1add8161b 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -4,10 +4,10 @@ "description": "Gatsby example site using gatsby-source-mongodb", "author": "jhermans85@hotmail.com", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.22.0", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-source-mongodb": "^2.3.11", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-transformer-remark": "^4.0.0", "react": "^16.4.1", "react-dom": "^16.4.1", "react-helmet": "^5.2.1"