From a7d6f95927644dde6d99084d87b7ab790a481fb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 18:59:12 +0000 Subject: [PATCH] fix: fixtures/nesting/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 --- fixtures/nesting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/nesting/package.json b/fixtures/nesting/package.json index 130ecfa54e772..29f4595aae15d 100644 --- a/fixtures/nesting/package.json +++ b/fixtures/nesting/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "react-scripts": "3.4.1", + "react-scripts": "5.0.0", "redux": "^4.0.5" }, "scripts": {