diff --git a/package-lock.json b/package-lock.json index 19d0736..6ff1b3e 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.4", + "@types/mocha": "^10.0.5", "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.4", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz", - "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.5.tgz", + "integrity": "sha512-JUI82qwkRhYJYesuKSeFy46fKbhLaV9RU1gAh2PHmyoEECvlTf5UYeIivYlMszp1WT2CwJ4ziC3zoxsodhsGwg==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index 325f5f8..d33cf0c 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.4", + "@types/mocha": "^10.0.5", "c8": "^8.0.1", "eslint-config-binden-ts": "^2.0.0", "husky": "^8.0.3",