diff --git a/package-lock.json b/package-lock.json index 070190e..0f398c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@tsconfig/node18": "^18.2.4", "@types/chai": "^4.3.14", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^8.2.3", + "@types/mocha": "^10.0.6", "@types/node": "^20.12.7", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", @@ -1377,9 +1377,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.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "node_modules/@types/node": { @@ -5369,9 +5369,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.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", + "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 25f719d..3854ae8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@tsconfig/node18": "^18.2.4", "@types/chai": "^4.3.14", "@types/chai-as-promised": "^7.1.8", - "@types/mocha": "^8.2.3", + "@types/mocha": "^10.0.6", "@types/node": "^20.12.7", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3",