From 87c50ba27bed8e53c0c760ad67a75d2fc1683eee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 00:56:35 +0000 Subject: [PATCH] fix: website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- website/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/package.json b/website/package.json index 4522fb2e..3cb2076c 100644 --- a/website/package.json +++ b/website/package.json @@ -29,14 +29,14 @@ "@reach/skip-nav": "^0.3.0", "babel-plugin-styled-components": "^1.10.6", "classnames": "^2.2.6", - "gatsby": "^2.17.7", + "gatsby": "^5.14.0", "gatsby-plugin-canonical-urls": "^2.1.13", "gatsby-plugin-catch-links": "^2.1.15", "gatsby-plugin-netlify": "^2.1.23", "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-resolve-src": "^2.0.0", - "gatsby-plugin-sharp": "^2.2.36", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-styled-components": "^3.1.11", "gatsby-plugin-typescript": "^2.1.15", "gatsby-remark-autolink-headers": "^2.1.16", @@ -76,7 +76,7 @@ "gh-pages": "^2.2.0", "prettier": "^1.18.2", "rimraf": "^2.6.3", - "serve": "^11.0.2", + "serve": "^13.0.1", "tslint": "^5.18.0", "tslint-config-kata": "^1.1.3", "tslint-config-prettier": "^1.18.0",