diff --git a/package-lock.json b/package-lock.json index 6ff1b3e..03b3eb6 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.5", + "@types/mocha": "^10.0.6", "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.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/node": { diff --git a/package.json b/package.json index d33cf0c..2bc9400 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.5", + "@types/mocha": "^10.0.6", "c8": "^8.0.1", "eslint-config-binden-ts": "^2.0.0", "husky": "^8.0.3",