diff --git a/package-lock.json b/package-lock.json index 7b74d93..2f3c07d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^2.24.0", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/supertest": "^2.0.15", "c8": "^8.0.1", "eslint-formatter-gha": "^1.4.3", @@ -416,9 +416,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/multer": { diff --git a/package.json b/package.json index 2f52bb4..49a5bbf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^2.24.0", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/supertest": "^2.0.15", "c8": "^8.0.1", "eslint-formatter-gha": "^1.4.3",