From 6507d8ef0367a0cce7aef0c53c7f080a200c462e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 01:57:56 +0000 Subject: [PATCH] fix: website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- website/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/package.json b/website/package.json index f43b9a6a0..df24935f5 100644 --- a/website/package.json +++ b/website/package.json @@ -16,17 +16,17 @@ "autoprefixer": "^9.4.7", "classnames": "^2.2.6", "codemirror": "^5.43.0", - "gatsby": "^2.1.18", + "gatsby": "^3.13.0", "gatsby-image": "^2.0.29", "gatsby-mdx": "^0.3.6", "gatsby-plugin-catch-links": "^2.0.11", "gatsby-plugin-google-analytics": "^2.0.14", - "gatsby-plugin-manifest": "^2.0.17", + "gatsby-plugin-manifest": "^2.7.0", "gatsby-plugin-offline": "^2.0.24", "gatsby-plugin-react-helmet": "^3.0.6", "gatsby-plugin-react-svg": "^2.0.0", "gatsby-plugin-sass": "^2.0.10", - "gatsby-plugin-sharp": "^2.0.20", + "gatsby-plugin-sharp": "^2.9.0", "gatsby-plugin-sitemap": "^2.0.5", "gatsby-plugin-svgr": "^2.0.1", "gatsby-remark-copy-linked-files": "^2.0.9", @@ -34,12 +34,12 @@ "gatsby-remark-prismjs": "^3.2.4", "gatsby-remark-smartypants": "^2.0.8", "gatsby-remark-unwrap-images": "^1.0.1", - "gatsby-source-filesystem": "^2.0.24", + "gatsby-source-filesystem": "^2.1.16", "gatsby-transformer-remark": "^2.2.5", - "gatsby-transformer-sharp": "^2.1.13", + "gatsby-transformer-sharp": "^2.7.0", "html-to-react": "^1.3.4", "intersection-observer": "^0.5.1", - "node-sass": "^4.11.0", + "node-sass": "^9.0.0", "parse-numeric-range": "0.0.2", "prismjs": "^1.15.0", "prop-types": "^15.7.2",