From 90bf817dc9a14997a9c37f155eec604bde5a7b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:26:37 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a63f5ba8..b3d408d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "@types/fs-extra": "^9.0.1", "@types/jsonwebtoken": "^8.5.0", "@types/log4js": "^2.3.5", - "@types/mocha": "^8.0.4", + "@types/mocha": "^10.0.0", "@types/node": "^14.18.58", "@types/passport": "^1.0.4", "@types/passport-local": "^1.0.35", @@ -1343,9 +1343,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "node_modules/@types/ms": { @@ -14245,9 +14245,9 @@ "dev": true }, "@types/mocha": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", - "integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "@types/ms": { diff --git a/package.json b/package.json index 58342fa9..b3a7b1f8 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/fs-extra": "^9.0.1", "@types/jsonwebtoken": "^8.5.0", "@types/log4js": "^2.3.5", - "@types/mocha": "^8.0.4", + "@types/mocha": "^10.0.0", "@types/node": "^14.18.58", "@types/passport": "^1.0.4", "@types/passport-local": "^1.0.35",