From 4271cc16847bfc695b2b9bbffcfc6d2916a5ad84 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 28 May 2025 17:25:53 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v11 --- authenticating-users/package.json | 2 +- background/package.json | 2 +- bookshelf/package.json | 2 +- gce/package.json | 2 +- sessions/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/authenticating-users/package.json b/authenticating-users/package.json index 78b1a69e..013edb2d 100644 --- a/authenticating-users/package.json +++ b/authenticating-users/package.json @@ -21,7 +21,7 @@ "google-auth-library": "^8.0.0" }, "devDependencies": { - "mocha": "^9.0.0", + "mocha": "^11.0.0", "supertest": "^6.0.0" } } diff --git a/background/package.json b/background/package.json index 9a409e84..9f68fe6c 100644 --- a/background/package.json +++ b/background/package.json @@ -23,7 +23,7 @@ "body-parser": "^1.18.3", "child_process": "^1.0.2", "@google-cloud/functions": "^3.0.0", - "mocha": "^9.0.0", + "mocha": "^11.0.0", "node-fetch": "^2.6.0", "uuid": "^9.0.0", "wait-on": "^7.0.0" diff --git a/bookshelf/package.json b/bookshelf/package.json index d8e5f764..d3a8218d 100644 --- a/bookshelf/package.json +++ b/bookshelf/package.json @@ -22,7 +22,7 @@ "pug": "^3.0.0" }, "devDependencies": { - "mocha": "^9.0.0", + "mocha": "^11.0.0", "supertest": "^6.0.0" } } diff --git a/gce/package.json b/gce/package.json index cbe7d0fb..c989bfcf 100644 --- a/gce/package.json +++ b/gce/package.json @@ -20,7 +20,7 @@ "express": "^4.16.3" }, "devDependencies": { - "mocha": "^9.0.0", + "mocha": "^11.0.0", "uuid": "^9.0.0", "chai": "^4.2.0", "node-fetch": "^2.6.0" diff --git a/sessions/package.json b/sessions/package.json index 881b0ab6..acffc686 100644 --- a/sessions/package.json +++ b/sessions/package.json @@ -16,7 +16,7 @@ "express-session": "^1.16.2" }, "devDependencies": { - "mocha": "^9.0.0", + "mocha": "^11.0.0", "supertest": "^6.0.0" } }