Merge pull request #1055 from dolanmiu/dependabot/npm_and_yarn/types/mocha-9.0.0

Bump @types/mocha from 8.2.3 to 9.0.0
This commit is contained in:
Dolan
2021-07-23 16:13:38 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -592,9 +592,9 @@
} }
}, },
"@types/mocha": { "@types/mocha": {
"version": "8.2.3", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz", "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz",
"integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==", "integrity": "sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==",
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {

View File

@ -63,7 +63,7 @@
"homepage": "https://github.com/dolanmiu/docx#readme", "homepage": "https://github.com/dolanmiu/docx#readme",
"devDependencies": { "devDependencies": {
"@types/chai": "^4.2.15", "@types/chai": "^4.2.15",
"@types/mocha": "^8.0.0", "@types/mocha": "^9.0.0",
"@types/request-promise": "^4.1.42", "@types/request-promise": "^4.1.42",
"@types/sinon": "^10.0.0", "@types/sinon": "^10.0.0",
"@types/webpack": "^5.0.0", "@types/webpack": "^5.0.0",