From 445ea5c8a270e64cb719333473b1702b8c414b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:16:57 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to ^10.0.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6f5f54..929eb1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^2.24.0", "@types/chai": "^4.3.9", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/validator": "^13.11.5", "c8": "^8.0.1", "chai": "^4.3.10", @@ -345,9 +345,9 @@ "peer": true }, "node_modules/@types/mocha": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.3.tgz", - "integrity": "sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.4.tgz", + "integrity": "sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index 6682ff8..12cc88b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^2.24.0", "@types/chai": "^4.3.9", - "@types/mocha": "^10.0.3", + "@types/mocha": "^10.0.4", "@types/validator": "^13.11.5", "c8": "^8.0.1", "chai": "^4.3.10",