From 6185cb0ffa52e4987f0cbf25e6e7d79b7f3da196 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 17:35:30 +0000 Subject: [PATCH] fix: examples/using-remark-copy-linked-files/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-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 --- examples/using-remark-copy-linked-files/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-remark-copy-linked-files/package.json b/examples/using-remark-copy-linked-files/package.json index d6861db2e8bd7..638865c5eb255 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -4,11 +4,11 @@ "description": "Gatsby example site on gatsby-remark-copy-linked-files", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.0.0", - "gatsby-plugin-google-analytics": "^2.0.5", + "gatsby": "^4.14.0", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^3.14.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-remark-copy-linked-files": "^2.0.5", "gatsby-remark-images": "^2.0.1",