From df62fa76141e9dbadaf37db7e4049761f9370fe7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Sep 2022 22:40:36 +0000 Subject: [PATCH] fix: examples/using-emotion-prismjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- examples/using-emotion-prismjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 511e92c4e4ed1..f3bfd80cbb48b 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -10,7 +10,7 @@ "dependencies": { "emotion": "^9.2.12", "emotion-server": "^9.2.12", - "gatsby": "^2.0.0", + "gatsby": "^4.0.0", "gatsby-plugin-emotion": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",