From 7b417d10c73ad7fcc2028d66ee92b5d998560975 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Mar 2021 18:59:30 +0000 Subject: [PATCH] fix(deps): pin dependency @types/mocha to 8.2.0 --- package-lock.json | 2 +- package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d89e543..1fa4a001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.16", "license": "MIT", "dependencies": { - "@types/mocha": "^8.2.0", + "@types/mocha": "8.2.0", "execa": "^5.0.0", "mocha": "^8.3.0", "open": "^7.3.0", diff --git a/package.json b/package.json index 28d04a89..b240fb97 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "vsce": "^1.81.1" }, "dependencies": { - "@types/mocha": "^8.2.0", + "@types/mocha": "8.2.0", "execa": "^5.0.0", "mocha": "^8.3.0", "open": "^7.3.0", diff --git a/yarn.lock b/yarn.lock index a9e447f9..a3125e7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -713,7 +713,7 @@ resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz" integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== -"@types/mocha@^8.2.0": +"@types/mocha@8.2.0": version "8.2.0" resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.0.tgz" integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==