diff --git a/package-lock.json b/package-lock.json index 8a30b404..49fc1836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/chai": "^4.3.1", "@types/chai-spies": "^1.0.3", "@types/crypto-js": "^4.1.1", - "@types/mocha": "^9.1.0", + "@types/mocha": "^9.1.1", "@types/node": "^17.0.25", "@types/node-fetch": "^3.0.3", "@typescript-eslint/eslint-plugin": "^4.33.0", @@ -2973,9 +2973,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.0.tgz", - "integrity": "sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", + "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", "dev": true }, "node_modules/@types/node": { @@ -19052,9 +19052,9 @@ "dev": true }, "@types/mocha": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.0.tgz", - "integrity": "sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", + "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 229ff0e5..ce728ea2 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/chai": "^4.3.1", "@types/chai-spies": "^1.0.3", "@types/crypto-js": "^4.1.1", - "@types/mocha": "^9.1.0", + "@types/mocha": "^9.1.1", "@types/node": "^17.0.25", "@types/node-fetch": "^3.0.3", "@typescript-eslint/eslint-plugin": "^4.33.0",