From 4bfc21641300ef17a9a148380dd6df4150bc1674 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 17:19:54 +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 848a472b0eda6..f18ae4228b9db 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -8,11 +8,11 @@ "babel-plugin-lodash": "^3.2.11", "bluebird": "^3.4.7", "es6-object-assign": "^1.1.0", - "gatsby": "^2.0.0", + "gatsby": "^4.0.0", "gatsby-image": "^2.0.5", "gatsby-plugin-catch-links": "^2.0.2", "gatsby-plugin-glamor": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.0.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-remark-autolink-headers": "^2.0.5", "gatsby-remark-copy-linked-files": "^2.0.5", @@ -21,7 +21,7 @@ "gatsby-remark-prismjs": "^3.0.0", "gatsby-remark-responsive-iframe": "^2.0.5", "gatsby-remark-smartypants": "^2.0.5", - "gatsby-source-filesystem": "^2.0.1", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-remark": "^2.1.8", "gatsby-transformer-sharp": "^2.1.1", "gatsby-transformer-yaml": "^2.1.1",