diff --git a/package-lock.json b/package-lock.json index 886cb23cf..18029a496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.2", "@types/js-yaml": "^4.0.6", - "@types/mocha": "^10.0.1", + "@types/mocha": "^10.0.2", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.7", "mocha": "^10.2.0", @@ -208,9 +208,10 @@ } }, "node_modules/@types/mocha": { - "version": "10.0.1", - "dev": true, - "license": "MIT" + "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==", + "dev": true }, "node_modules/@types/node": { "version": "18.17.15", diff --git a/package.json b/package.json index e504238a2..74f4f7e8c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.2", "@types/js-yaml": "^4.0.6", - "@types/mocha": "^10.0.1", + "@types/mocha": "^10.0.2", "@types/node": "^18.17.15", "@types/unzipper": "^0.10.7", "mocha": "^10.2.0",