diff --git a/package-lock.json b/package-lock.json index 01cd500387..d46021d46e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/app-root-path": "^1.2.4", "@types/chai": "^4.2.15", - "@types/mocha": "^8.2.2", + "@types/mocha": "^9.1.0", "@types/node": "^17.0.6", "@types/secp256k1": "^4.0.2", "@types/tail": "^2.0.0", @@ -3157,9 +3157,9 @@ "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" }, "node_modules/@types/mocha": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz", - "integrity": "sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.0.tgz", + "integrity": "sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg==", "dev": true }, "node_modules/@types/ms": { @@ -20155,9 +20155,9 @@ "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" }, "@types/mocha": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz", - "integrity": "sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.0.tgz", + "integrity": "sha512-QCWHkbMv4Y5U9oW10Uxbr45qMMSzl4OzijsozynUAgx3kEHUdXB00udx2dWDQ7f2TU2a2uuiFaRZjCe3unPpeg==", "dev": true }, "@types/ms": { diff --git a/package.json b/package.json index a066ea2e29..da27b39219 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/app-root-path": "^1.2.4", "@types/chai": "^4.2.15", - "@types/mocha": "^8.2.2", + "@types/mocha": "^9.1.0", "@types/node": "^17.0.6", "@types/secp256k1": "^4.0.2", "@types/tail": "^2.0.0",