From 1f54f2f1d7d80f0b10e1d39b4e427df476198293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:36:14 +0000 Subject: [PATCH] Replace dependency cpx with cpx2 ^2.0.0 --- REPOS/react/fixtures/nesting/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REPOS/react/fixtures/nesting/package.json b/REPOS/react/fixtures/nesting/package.json index 130ecfa54..8acdb39a2 100644 --- a/REPOS/react/fixtures/nesting/package.json +++ b/REPOS/react/fixtures/nesting/package.json @@ -37,7 +37,7 @@ ] }, "devDependencies": { - "cpx": "^1.5.0", + "cpx2": "^2.0.0", "npm-run-all": "^4.1.5" } }