From 5f89f1f4be311f9e815eabc2557c8ee3dbe19e7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2023 14:25:26 +0000 Subject: [PATCH] fix: examples/styleguide/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 - https://snyk.io/vuln/SNYK-JS-GATSBYTRANSFORMERREMARK-5671901 --- examples/styleguide/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 8bdb67ead365f..6588f683c0206 100644 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -5,10 +5,10 @@ "author": "scott.eckenthal@gmail.com", "dependencies": { "app-root-dir": "^1.0.2", - "gatsby": "^2.0.0", + "gatsby": "^5.0.0", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-react-docgen": "^2.1.1", - "gatsby-transformer-remark": "^2.1.1", + "gatsby-transformer-remark": "^6.10.0", "glamor": "^2.20.40", "html-to-react": "^1.3.1", "react": "^16.4.0",