From dd08a0674363ea0c924ffd5804c5ac5f70b420a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 21:22:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 525cf44e..dbaf7017 100644 --- a/package.json +++ b/package.json @@ -15,14 +15,14 @@ "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-sass": "^2.0.1", - "gatsby-plugin-sharp": "^2.0.15", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-sitemap": "^2.0.3", "gatsby-plugin-yandex-metrika": "^1.0.5", "gatsby-remark-copy-linked-files": "^2.0.7", - "gatsby-remark-images": "^3.0.1", + "gatsby-remark-images": "^5.12.0", "gatsby-source-filesystem": "^2.0.11", "gatsby-transformer-remark": "^2.1.15", - "gatsby-transformer-sharp": "^2.1.9", + "gatsby-transformer-sharp": "^3.15.0", "lodash": "^4.17.4", "node-sass": "^4.9.3", "prop-types": "^15.6.1",