From eb0289b675ec769708562503a8ee10dc1e99aa72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 23:45:19 +0000 Subject: [PATCH] fix: examples/using-remark/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- examples/using-remark/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-remark/package.json b/examples/using-remark/package.json index 82c4b6e32180d..2b978e7e638b0 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -7,11 +7,11 @@ "dependencies": { "babel-plugin-lodash": "^3.2.11", "es6-object-assign": "^1.1.0", - "gatsby": "^2.3.24", + "gatsby": "^4.0.0", "gatsby-image": "^2.0.39", "gatsby-plugin-catch-links": "^2.0.13", "gatsby-plugin-glamor": "^2.0.9", - "gatsby-plugin-sharp": "^2.0.35", + "gatsby-plugin-sharp": "^4.0.0", "gatsby-plugin-typography": "^2.2.13", "gatsby-remark-autolink-headers": "^2.0.16", "gatsby-remark-copy-linked-files": "^2.0.11", @@ -22,7 +22,7 @@ "gatsby-remark-prismjs": "^3.2.8 ", "gatsby-remark-responsive-iframe": "^2.1.1", "gatsby-remark-smartypants": "^2.0.9", - "gatsby-source-filesystem": "^2.0.29", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-remark": "^2.3.8", "gatsby-transformer-sharp": "^2.1.18", "gatsby-transformer-yaml": "^2.1.11",