diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3c2bc45a..8555e858 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -31,7 +31,7 @@ "@types/graceful-fs": "^4.1.8", "@types/json5": "^2.2.0", "@types/minimatch": "^3.0.5", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.3", "@types/node": "^18.18.8", "@types/yargs": "^17.0.29", "gts": "^3.1.1", @@ -1145,9 +1145,9 @@ "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==", + "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": { @@ -6862,9 +6862,9 @@ "dev": true }, "@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "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 }, "@types/node": { diff --git a/package.json b/package.json index 14a5cf88..3bc0adf0 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@types/graceful-fs": "^4.1.8", "@types/json5": "^2.2.0", "@types/minimatch": "^3.0.5", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.3", "@types/node": "^18.18.8", "@types/yargs": "^17.0.29", "gts": "^3.1.1",