From 2727f679c724b754a58e8daf86b8435b3a5e92a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 20:23:39 +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-ANSIREGEX-1583908 --- 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 178032a2cb631..cce57887978ce 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -9,7 +9,7 @@ "dependencies": { "emotion": "^8.0.2-8", "emotion-server": "^8.0.2-8", - "gatsby": "^1.0.11", + "gatsby": "^3.13.0", "gatsby-link": "^1.0.9", "gatsby-plugin-emotion": "latest", "gatsby-plugin-google-analytics": "^1.0.1",