From 80787e25600a7f922871521d5497600c9d9c89ad Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:34:30 +0000 Subject: [PATCH] fix: site/javascript/tutorials/react_typescript_tdd/presentation_components/demos/presentation_components/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 --- .../demos/presentation_components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/javascript/tutorials/react_typescript_tdd/presentation_components/demos/presentation_components/package.json b/site/javascript/tutorials/react_typescript_tdd/presentation_components/demos/presentation_components/package.json index 799066bd3..2ed095886 100644 --- a/site/javascript/tutorials/react_typescript_tdd/presentation_components/demos/presentation_components/package.json +++ b/site/javascript/tutorials/react_typescript_tdd/presentation_components/demos/presentation_components/package.json @@ -11,7 +11,7 @@ "@types/react-dom": "^16.9.8", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-scripts": "3.4.3", + "react-scripts": "5.0.0", "typescript": "^3.8.3" }, "scripts": {