From 2633cfe744aded9f9191e00db9acaa5fde70044f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:23:25 +0000 Subject: [PATCH] fix: 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-REQUEST-3361831 - 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-TOUGHCOOKIE-5672873 - 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 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 525cf44e..7c1ba448 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "core-js": "^2.6.0", "disqus-react": "^1.0.4", - "gatsby": "^2.0.0", + "gatsby": "^4.22.0", "gatsby-image": "^2.0.22", "gatsby-link": "^2.0.7", "gatsby-plugin-canonical-urls": "^2.0.8", @@ -15,16 +15,16 @@ "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-remark": "^4.0.0", + "gatsby-transformer-sharp": "^3.15.0", "lodash": "^4.17.4", - "node-sass": "^4.9.3", + "node-sass": "^7.0.2", "prop-types": "^15.6.1", "react": "^16.5.1", "react-disqus-comments": "^1.1.1", @@ -59,7 +59,7 @@ "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "gatsby-plugin-styled-jsx": "^3.0.3", - "stylelint": "^9.1.1", + "stylelint": "^13.3.1", "stylelint-config-standard": "^18.2.0", "prettier": "^1.14.2" }