From 27c10fba460fd9053793bbeeb2247310d1e37997 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 6 Aug 2025 13:54:24 +0200 Subject: [PATCH] [chore] bump @types/mocha to match mocha (#260034) --- build/package-lock.json | 7 ------- build/package.json | 1 - package-lock.json | 17 ++++++----------- package.json | 2 +- test/smoke/package-lock.json | 7 ------- test/smoke/package.json | 1 - 6 files changed, 7 insertions(+), 28 deletions(-) diff --git a/build/package-lock.json b/build/package-lock.json index c4f99c2fefc..8316900804e 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -34,7 +34,6 @@ "@types/mime": "0.0.29", "@types/minimatch": "^3.0.3", "@types/minimist": "^1.2.1", - "@types/mocha": "^9.1.1", "@types/node": "22.x", "@types/pump": "^1.0.1", "@types/rimraf": "^2.0.4", @@ -1238,12 +1237,6 @@ "integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==", "dev": true }, - "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", - "dev": true - }, "node_modules/@types/ms": { "version": "0.7.32", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.32.tgz", diff --git a/build/package.json b/build/package.json index 987beb0baf0..ba53cb453d6 100644 --- a/build/package.json +++ b/build/package.json @@ -28,7 +28,6 @@ "@types/mime": "0.0.29", "@types/minimatch": "^3.0.3", "@types/minimist": "^1.2.1", - "@types/mocha": "^9.1.1", "@types/node": "22.x", "@types/pump": "^1.0.1", "@types/rimraf": "^2.0.4", diff --git a/package-lock.json b/package-lock.json index 70a5ccad0bd..75c56ceb21c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "@types/http-proxy-agent": "^2.0.1", "@types/kerberos": "^1.1.2", "@types/minimist": "^1.2.1", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.10", "@types/node": "22.x", "@types/sinon": "^10.0.2", "@types/sinon-test": "^2.4.2", @@ -2321,10 +2321,11 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", - "dev": true + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", + "dev": true, + "license": "MIT" }, "node_modules/@types/ms": { "version": "0.7.32", @@ -3255,12 +3256,6 @@ "vscode-test": "out/bin.mjs" } }, - "node_modules/@vscode/test-cli/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==", - "dev": true - }, "node_modules/@vscode/test-cli/node_modules/brace-expansion": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", diff --git a/package.json b/package.json index 9a633afa696..0cdca091de8 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "@types/http-proxy-agent": "^2.0.1", "@types/kerberos": "^1.1.2", "@types/minimist": "^1.2.1", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.10", "@types/node": "22.x", "@types/sinon": "^10.0.2", "@types/sinon-test": "^2.4.2", diff --git a/test/smoke/package-lock.json b/test/smoke/package-lock.json index e29624e031d..230c2d46bea 100644 --- a/test/smoke/package-lock.json +++ b/test/smoke/package-lock.json @@ -14,7 +14,6 @@ "rimraf": "3.0.2" }, "devDependencies": { - "@types/mocha": "^9.1.1", "@types/ncp": "2.0.1", "@types/node": "22.x", "@types/node-fetch": "^2.5.10", @@ -45,12 +44,6 @@ "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", "dev": true }, - "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", - "dev": true - }, "node_modules/@types/ncp": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.1.tgz", diff --git a/test/smoke/package.json b/test/smoke/package.json index 2c20954c0d9..37050f5b668 100644 --- a/test/smoke/package.json +++ b/test/smoke/package.json @@ -16,7 +16,6 @@ "rimraf": "3.0.2" }, "devDependencies": { - "@types/mocha": "^9.1.1", "@types/ncp": "2.0.1", "@types/node": "22.x", "@types/node-fetch": "^2.5.10",