From 41e1cc01e9e02cb41968d1608891e6fa688d1a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:27:40 +0000 Subject: [PATCH] Bump next from 14.2.8 to 14.2.10 in /tools/npm/integration-test-suite/packages/web-js-esm-react (#203) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: feltroid Prime <96737978+feltroidprime@users.noreply.github.com> --- .../packages/web-js-esm-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/npm/integration-test-suite/packages/web-js-esm-react/package.json b/tools/npm/integration-test-suite/packages/web-js-esm-react/package.json index 778490b0..b303f0bf 100644 --- a/tools/npm/integration-test-suite/packages/web-js-esm-react/package.json +++ b/tools/npm/integration-test-suite/packages/web-js-esm-react/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "garaga": "file:../../garaga.tgz", - "next": "14.2.8", + "next": "14.2.10", "react": "^18", "react-dom": "^18" },