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",