From a366cf482a422a781c69b0bda631cc9355728c72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 17:11:34 +0000 Subject: [PATCH] fix: packages/homepage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-DECOMPRESSTAR-559095 - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1584358 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1585624 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-2824151 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- packages/homepage/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/homepage/package.json b/packages/homepage/package.json index d758fc7a2a6..2dc4a6e5dd8 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -40,8 +40,8 @@ "cannon": "^0.6.2", "date-fns": "1.30.1", "framer-motion": "^1.6.14", - "gatsby": "^2.13.45", - "gatsby-cli": "^2.7.21", + "gatsby": "^4.22.0", + "gatsby-cli": "^4.5.0", "gatsby-image": "^2.2.30", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-google-tagmanager": "^2.1.4", @@ -49,7 +49,7 @@ "gatsby-plugin-react-helmet": "^3.1.2", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-remove-trailing-slashes": "^2.1.2", - "gatsby-plugin-sharp": "^2.2.9", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-sitemap": "^2.2.4", "gatsby-plugin-styled-components": "^3.3.2", "gatsby-plugin-twitter": "^2.1.2", @@ -59,12 +59,12 @@ "gatsby-remark-component": "^1.1.3", "gatsby-remark-copy-linked-files": "^2.1.4", "gatsby-remark-embedder": "^1.1.2", - "gatsby-remark-images": "^3.1.7", + "gatsby-remark-images": "^5.12.0", "gatsby-remark-prismjs": "^1.2.24", "gatsby-source-filesystem": "^2.1.7", "gatsby-transformer-json": "^2.2.2", - "gatsby-transformer-remark": "^2.6.10", - "gatsby-transformer-sharp": "^2.2.5", + "gatsby-transformer-remark": "^4.0.0", + "gatsby-transformer-sharp": "^3.15.0", "gsap": "^2.1.3", "hast-to-hyperscript": "^10.0.1", "hast-util-whitespace": "^2.0.0",