From 6e0521471bab7bc17bd8b4228b29786155f09eef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 03:38:35 +0000 Subject: [PATCH] chore(deps): update dependency @types/mocha to v10 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 732294300b..b6cad8573a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@testing-library/cypress": "^9.0.0", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.0.2", - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.0", "@types/node": "^17.0.10", "@types/react": "^18.0.25", "babel-jest": "^27.2.5", @@ -7331,9 +7331,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.1", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz", + "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==", "dev": true }, "node_modules/@types/node": { @@ -30964,9 +30964,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.1", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.1.tgz", + "integrity": "sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index eba9f4efcf..028f31ad5a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@testing-library/cypress": "^9.0.0", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.0.2", - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.0", "@types/node": "^17.0.10", "@types/react": "^18.0.25", "babel-jest": "^27.2.5",