diff --git a/package-lock.json b/package-lock.json index f8deae2a..b3e67831 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.1", + "@types/mocha": "^10.0.0", "@types/node": "^18.0.1", "@types/node-fetch": "^3.0.3", "@typescript-eslint/eslint-plugin": "^5.38.0", @@ -3714,9 +3714,9 @@ } }, "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "node_modules/@types/node": { @@ -20691,9 +20691,9 @@ } }, "@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 3c923b79..11014cc9 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/chai": "^4.3.1", "@types/chai-spies": "^1.0.3", "@types/crypto-js": "^4.1.1", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/node": "^18.0.1", "@types/node-fetch": "^3.0.3", "@typescript-eslint/eslint-plugin": "^5.38.0",