From c4fc960325992e747b5e085277e3f2b4a4a7c3cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:20:33 +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-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3d1417e..0878328 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@babel/runtime": "^7.9.2", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", - "bcrypt": "^3.0.7", + "bcrypt": "^5.0.1", "doichain": "0.1.3", "history": "^4.9.0", "invariant": "^2.2.4", @@ -57,9 +57,9 @@ "react-meteor-hooks": "^0.3.1", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-scripts": "^3.4.3", + "react-scripts": "^5.0.0", "react-table": "^7.0.0-alpha.30", - "simpl-schema": "^1.5.5", + "simpl-schema": "^3.0.0", "styled-components": "^4.3.2", "useragent": "^2.3.0", "moment": "^2.24.0"