From 618c7009f1cc1696d8bed7cb0c6cf082331403e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jun 2023 15:21:01 +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-SOCKETIOPARSER-5596892 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- 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 511e92c4e4ed1..10e386aa831fa 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.25.4", "gatsby-plugin-emotion": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", @@ -18,7 +18,7 @@ "gatsby-plugin-typography": "^2.2.0", "gatsby-remark-prismjs": "^3.0.0", "gatsby-source-filesystem": "^2.0.1", - "gatsby-transformer-remark": "^2.1.1", + "gatsby-transformer-remark": "^4.0.0", "lodash": "^4.17.10", "prismjs": "^1.14.0", "prop-types": "^15.6.0",