diff --git a/package-lock.json b/package-lock.json index 0b2686d..de5f42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,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", @@ -2019,9 +2019,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 5049482..27ee72e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,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",