From f10fafc4da0fd1cf6ce50172d9460466f0744619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 13:16:51 +0000 Subject: [PATCH] fix(deps): update dependency react-scripts to v3.4.4 --- manual/website4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/website4/package.json b/manual/website4/package.json index 49d5a1f8..7989de06 100644 --- a/manual/website4/package.json +++ b/manual/website4/package.json @@ -8,7 +8,7 @@ "@testing-library/user-event": "^7.1.2", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "3.4.0" + "react-scripts": "3.4.4" }, "scripts": { "start": "react-scripts start",