diff --git a/package-lock.json b/package-lock.json index ba81317ca..406245ab3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.3", "@types/js-yaml": "^4.0.8", - "@types/mocha": "^10.0.2", + "@types/mocha": "^10.0.3", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.7", "mocha": "^10.2.0", @@ -216,9 +216,9 @@ } }, "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 f8741b359..2325941af 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.3", "@types/js-yaml": "^4.0.8", - "@types/mocha": "^10.0.2", + "@types/mocha": "^10.0.3", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.7", "mocha": "^10.2.0",