From c0487c119b1a2072d789319c4a5311c3c3a4c9eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 21:07:15 +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-POSTCSS-5926692 --- examples/using-emotion-prismjs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 178032a2cb631..e81f27832675f 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.0.0", "gatsby-link": "^1.0.9", "gatsby-plugin-emotion": "latest", "gatsby-plugin-google-analytics": "^1.0.1", @@ -17,7 +17,7 @@ "gatsby-plugin-typography": "^1.7.10", "gatsby-remark-prismjs": "^1.2.8", "gatsby-source-filesystem": "^1.5.5", - "gatsby-transformer-remark": "^1.7.17", + "gatsby-transformer-remark": "^6.0.0", "lodash": "^4.17.4", "prop-types": "^15.6.0", "react-emotion": "^8.0.2-8",