debt - bring @types/mocha up to date with version 9.x

This commit is contained in:
Benjamin Pasero
2022-05-02 08:30:27 +02:00
parent e39f02c7ec
commit c6bd448948
18 changed files with 46 additions and 46 deletions

View File

@@ -19,7 +19,7 @@
"vscode-uri": "^3.0.3"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "16.x"
},
"scripts": {

View File

@@ -2,10 +2,10 @@
# yarn lockfile v1
"@types/mocha@^8.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
"@types/mocha@^9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
"@types/node@16.x":
version "16.11.6"