From cdc3fae45951ef4ac4e5a2eb71a86bd93e8d0d8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 22:48:25 +0000 Subject: [PATCH] fix: packages/forma-36-website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- packages/forma-36-website/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/forma-36-website/package.json b/packages/forma-36-website/package.json index 6f3d25d581..8ff45da589 100644 --- a/packages/forma-36-website/package.json +++ b/packages/forma-36-website/package.json @@ -21,13 +21,13 @@ "gatsby-plugin-mdx": "^1.2.46", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.1.5", - "gatsby-plugin-sharp": "^2.6.43", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-svgr": "^2.0.2", - "gatsby-remark-images": "3.1.44", + "gatsby-remark-images": "5.12.0", "gatsby-source-filesystem": "^2.1.18", "gatsby-transformer-javascript-frontmatter": "^2.1.5", "gatsby-transformer-remark": "^2.6.50", - "gatsby-transformer-sharp": "^2.5.20", + "gatsby-transformer-sharp": "^3.15.0", "prop-types": "^15.7.2", "react": "16.14.0", "react-copy-to-clipboard": "^5.0.1",