From 85f0353220802eb4fdff1c6804c99acb458fb31b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 19:37:38 +0000 Subject: [PATCH] fix: integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/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 --- .../gatsby-cli/gatsby-sites/gatsby-repl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json b/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json index 34c909b080f40..bb495660b0abd 100644 --- a/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json +++ b/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.19.45", + "gatsby": "^4.22.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0",