chore(deps): update dependency @types/mocha to v10

This commit is contained in:
renovate[bot] 2023-01-10 16:48:02 +00:00 committed by GitHub
parent eae0a562dd
commit ff10da727d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -26,7 +26,7 @@
"@types/chai": "^4.2.11", "@types/chai": "^4.2.11",
"@types/cors": "^2.8.6", "@types/cors": "^2.8.6",
"@types/express": "^4.17.3", "@types/express": "^4.17.3",
"@types/mocha": "^7.0.2", "@types/mocha": "^10.0.0",
"@types/node": "^14.18.33", "@types/node": "^14.18.33",
"@types/ws": "^7.2.3", "@types/ws": "^7.2.3",
"@types/yargs": "^17.0.19", "@types/yargs": "^17.0.19",
@ -2846,9 +2846,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/mocha": { "node_modules/@types/mocha": {
"version": "7.0.2", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
"integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==", "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
@ -14641,9 +14641,9 @@
"dev": true "dev": true
}, },
"@types/mocha": { "@types/mocha": {
"version": "7.0.2", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz", "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz",
"integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w==", "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==",
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {

View File

@ -73,7 +73,7 @@
"@types/chai": "^4.2.11", "@types/chai": "^4.2.11",
"@types/cors": "^2.8.6", "@types/cors": "^2.8.6",
"@types/express": "^4.17.3", "@types/express": "^4.17.3",
"@types/mocha": "^7.0.2", "@types/mocha": "^10.0.0",
"@types/node": "^14.18.33", "@types/node": "^14.18.33",
"@types/ws": "^7.2.3", "@types/ws": "^7.2.3",
"@types/yargs": "^17.0.19", "@types/yargs": "^17.0.19",