diff --git a/package-lock.json b/package-lock.json index a2c559d..2411aa1 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.5", + "@types/mocha": "^10.0.6", "@types/supertest": "^2.0.16", "c8": "^8.0.1", "eslint-formatter-gha": "^1.4.3", @@ -416,9 +416,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.5.tgz", - "integrity": "sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==", + "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/multer": { diff --git a/package.json b/package.json index 486d98e..ffc76a5 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.5", + "@types/mocha": "^10.0.6", "@types/supertest": "^2.0.16", "c8": "^8.0.1", "eslint-formatter-gha": "^1.4.3",