From a417b075f2c403c47d70ab17a8f8119bc7e69515 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jul 2022 06:24:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 207db09..9dde983 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,13 @@ "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-react": "^7.5.1", "eslint-plugin-react-hooks": "^1.0.2", - "moment": "^2.20.1", + "moment": "^2.29.4", "react": "17.0.2", "react-dom": "17.0.2", "react-highlight": "^0.10.0", "react-router": "5.1.2", "react-router-dom": "5.1.2", - "react-scripts": "^1.0.17", + "react-scripts": "^2.0.0", "react-syntax-highlighter": "^6.1.1", "react-test-renderer": "^16.3.2", "styled-components": "^3.2.5",