From 511c44aaa9b66c693d59c7e3fa00a21b9c23334c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jun 2021 05:19: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-CSSWHAT-1298035 --- 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 d6e741de6e0b1..b12c3a38e7105 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -13,7 +13,7 @@ "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", "emotion-server": "^10.0.27", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-emotion": "^4.3.11", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10",