Update a few package-locks for mocha

This commit is contained in:
Matt Bierner
2025-10-13 11:13:12 -07:00
parent 016689b572
commit 162806006a
5 changed files with 30 additions and 25 deletions

View File

@@ -17,7 +17,7 @@
"vscode-uri": "^3.1.0"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.10",
"@types/node": "22.x"
},
"engines": {
@@ -25,10 +25,11 @@
}
},
"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/node": {
"version": "22.13.10",