From ea6e18ecd33d488a6ddd401195c50ed134716712 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Mar 2024 00:19:25 +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-WEBPACKDEVMIDDLEWARE-6476555 --- 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..f08ce17df0bf8 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.13.0", "gatsby-plugin-emotion": "^4.3.11", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10",