diff --git a/package-lock.json b/package-lock.json index 33338bd..392a1e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@binden/commitlint-config": "^1.0.2", "@binden/semantic-release-config": "^2.0.0", "@binden/tsconfig": "^1.0.2", - "@types/mocha": "^10.0.2", + "@types/mocha": "^10.0.3", "c8": "^8.0.1", "eslint-config-binden-ts": "^2.0.0", "husky": "^8.0.3", @@ -1874,9 +1874,9 @@ "peer": true }, "node_modules/@types/mocha": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.2.tgz", - "integrity": "sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", + "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index 6c468d5..765a0e2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@binden/commitlint-config": "^1.0.2", "@binden/semantic-release-config": "^2.0.0", "@binden/tsconfig": "^1.0.2", - "@types/mocha": "^10.0.2", + "@types/mocha": "^10.0.3", "c8": "^8.0.1", "eslint-config-binden-ts": "^2.0.0", "husky": "^8.0.3",