diff --git a/package-lock.json b/package-lock.json index 2dffc41bd..f3a1f00cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@mtripg6666tdr/eslint-config": "^3.0.6", "@tsconfig/node16": "^16.1.1", "@types/html-to-text": "^9.0.4", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/node": "^20.8.10", "@types/throttle-debounce": "^5.0.2", "@types/ws": "^8.5.8", @@ -586,9 +586,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", - "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz", + "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index 6942af71c..00cdafb4e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@mtripg6666tdr/eslint-config": "^3.0.6", "@tsconfig/node16": "^16.1.1", "@types/html-to-text": "^9.0.4", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/node": "^20.8.10", "@types/throttle-debounce": "^5.0.2", "@types/ws": "^8.5.8",