From e3c19918dfa13ab046a4f3683d299ddab2209911 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 10:04:57 +0000 Subject: [PATCH] fix: e2e-tests/themes/gatsby-theme-about/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- e2e-tests/themes/gatsby-theme-about/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/themes/gatsby-theme-about/package.json b/e2e-tests/themes/gatsby-theme-about/package.json index baac853712494..d36bc8e138408 100644 --- a/e2e-tests/themes/gatsby-theme-about/package.json +++ b/e2e-tests/themes/gatsby-theme-about/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/e2e-tests/themes/gatsby-theme-about#readme", "dependencies": { - "gatsby": "^2.13.13", + "gatsby": "^4.14.0", "gatsby-plugin-page-creator": "^2.1.3" }, "devDependencies": {