From 155867b620c98f02f90eee9fca93639063ddbb61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 23:23:02 +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-PHIN-6598077 --- 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 bde136a163c06..219383d8fcbad 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -8,16 +8,16 @@ "gatsby-plugin-google-analytics": "^2.0.18", "gatsby-plugin-offline": "^2.0.25", "gatsby-plugin-react-helmet": "^3.0.12", - "gatsby-plugin-sharp": "^2.0.34", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-typography": "^2.2.13", "gatsby-remark-copy-linked-files": "^2.0.11", - "gatsby-remark-images": "^3.0.10", + "gatsby-remark-images": "^5.12.0", "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-transformer-remark": "^2.3.8", - "gatsby-transformer-sharp": "^2.1.18", + "gatsby-transformer-sharp": "^3.15.0", "lodash": "^4.17.14", "prismjs": "^1.16.0", "react": "^16.8.6",