diff --git a/package-lock.json b/package-lock.json index 184c1b7..2731cd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,9 +88,9 @@ "dev": true }, "@types/mz": { - "version": "0.0.32", - "resolved": "https://registry.npmjs.org/@types/mz/-/mz-0.0.32.tgz", - "integrity": "sha512-cy3yebKhrHuOcrJGkfwNHhpTXQLgmXSv1BX+4p32j+VUQ6aP2eJ5cL7OvGcAQx75fCTFaAIIAKewvqL+iwSd4g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@types/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-Q5TZYMKnH0hdV5fNstmMWL2LLw5eRRtTd73KNtsZxoQ2gtCQyET5X79uERUEwGneuxPglg441I7OSY00+9CkSw==", "dev": true, "requires": { "@types/node": "*" diff --git a/package.json b/package.json index cb3fa4f..097744c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/minimist": "^1.2.0", "@types/mkdirp": "^0.5.2", "@types/mustache": "^0.8.32", - "@types/mz": "0.0.32", + "@types/mz": "2.7.0", "@types/node": "^12.7.5", "@types/rimraf": "^2.0.2", "npm-check-updates": "^3.1.23"