From 446e0dd5010c1bd192d0de3127bbfa6f98535ad1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 10:21:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 236bf83..96eed3b 100644 --- a/package.json +++ b/package.json @@ -23,17 +23,17 @@ "@types/react-helmet": "^5.0.14", "@types/styled-components": "^4.4.0", "babel-plugin-styled-components": "^1.10.6", - "gatsby": "^2.17.12", + "gatsby": "^2.20.21", "gatsby-cli": "^2.8.29", "gatsby-image": "^2.2.32", "gatsby-plugin-feed": "^2.3.20", "gatsby-plugin-google-analytics": "^2.1.25", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-less": "^3.0.14", - "gatsby-plugin-manifest": "^2.2.27", + "gatsby-plugin-manifest": "^2.7.0", "gatsby-plugin-offline": "^3.0.30", "gatsby-plugin-react-helmet": "^3.1.14", - "gatsby-plugin-sharp": "^2.2.38", + "gatsby-plugin-sharp": "^2.9.0", "gatsby-plugin-styled-components": "^3.1.14", "gatsby-plugin-typescript": "^2.1.17", "gatsby-remark-copy-linked-files": "^2.1.29", @@ -43,7 +43,7 @@ "gatsby-remark-smartypants": "^2.1.15", "gatsby-source-filesystem": "^2.1.36", "gatsby-transformer-remark": "^2.6.37", - "gatsby-transformer-sharp": "^2.3.4", + "gatsby-transformer-sharp": "^2.7.0", "gh-pages": "^2.1.1", "isomorphic-unfetch": "^3.0.0", "less": "^3.10.3",