diff --git a/package-lock.json b/package-lock.json index 1ec1a59..6a86f3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@graphprotocol/graph-ts": "^0.28.0", "@types/chai": "^4.3.3", "@types/chai-spies": "^1.0.3", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "auto-changelog": "^2.4.0", @@ -1249,9 +1249,9 @@ "dev": true }, "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": { @@ -15217,9 +15217,9 @@ "dev": true }, "@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 05e6614..6e7c0e2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@graphprotocol/graph-ts": "^0.28.0", "@types/chai": "^4.3.3", "@types/chai-spies": "^1.0.3", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "auto-changelog": "^2.4.0",