From 26ddfcc28ca9e2d944e761311261ff2bd82e3ad7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 21:19:12 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f329f47..68ee1d5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,8 +4,8 @@ "dependencies": { "@material-ui/core": "^4.11.1", "@material-ui/icons": "^4.11.1", - "@testing-library/jest-dom": "^4.2.4", - "@testing-library/react": "^9.4.0", + "@testing-library/jest-dom": "^5.1.0", + "@testing-library/react": "^10.0.0", "@testing-library/user-event": "^7.2.1", "bluebird": "^3.7.2", "bn.js": "^5.1.3", @@ -25,7 +25,7 @@ "react": "^17.0.1", "react-dom": "^16.12.0", "react-router-dom": "^5.2.0", - "react-scripts": "3.3.1", + "react-scripts": "4.0.0", "react-select": "^4.0.2", "toformat": "^2.0.0", "typescript": "^4.0.5",