From 9d680b1531e475d5ee1e4855d1b052ce83b9cc62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 02:03:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b218d6e..522e8e6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "debug": "3.0.1", "dedent": "0.7.0", "dotenv": "^4.0.0", - "gatsby": "^1.9.149", + "gatsby": "^2.0.0", "gatsby-cli": "1.1.10", "gatsby-link": "1.6.13", "gatsby-plugin-react-helmet": "1.0.1", @@ -38,14 +38,14 @@ "js-yaml": "3.9.1", "kouto-swiss": "1.1.0", "lodash": "4.17.4", - "netlify-cms": "1.1.0", + "netlify-cms": "2.0.0", "prop-types": "15.5.10", "react-github-fork-ribbon": "^0.5.1", "react-lazyload-fadein": "^1.0.1", "react-modal": "3.1.8", "react-redux": "5.0.6", "react-redux-form": "1.14.1", - "react-router": "4.1.2", + "react-router": "6.0.0", "react-router-scroll": "github:ytase/react-router-scroll#build", "react-select": "1.0.0-rc.5", "react-stripe-elements": "1.2.0",