From 146c0bc86ecc55181e50f3a49533a15fb4155f4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 23:15:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdfc946..8296cff 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "react-filter-search": "^1.0.11", "react-moment": "^0.9.7", "react-router-dom": "^5.2.0", - "react-scripts": "^3.4.3", + "react-scripts": "^5.0.0", "styled-components": "^5.1.1", "typescript": "^4.0.2" },