From 811c558e4c169141fb9938c3522598053fc908f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:16:58 -0400 Subject: [PATCH] chore(deps): update dependency mocha to v10.7.0 (#11966) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- scripts/memory/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/memory/package.json b/scripts/memory/package.json index 123c7adde5f..ae42055f952 100644 --- a/scripts/memory/package.json +++ b/scripts/memory/package.json @@ -9,6 +9,6 @@ "graphql": "^16.0.0" }, "devDependencies": { - "mocha": "10.6.0" + "mocha": "10.7.0" } }