From 10fffa1b13ff066b36781b57467530da9e782c8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 18:57:59 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 3bbedb0..e145645 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "jquery": ">=3.0.0", "jwt-decode": "^2.2.0", "lodash": "^4.17.11", - "npm": "^6.9.0", + "npm": "^7.0.0", "prop-types": "^15.7.2", "react": "^16.8.1", "react-bootstrap": "^1.0.0-beta.5", @@ -25,7 +25,7 @@ "react-paypal-button-v2": "^2.3.1", "react-redux": "^6.0.1", "react-router-dom": "^4.3.1", - "react-scripts": "^2.1.5", + "react-scripts": "^5.0.0", "react-step-progress-bar": "^1.0.3", "reactstrap": "^7.1.0", "redux": "^4.0.1",