From 68faa6484729d13473f52a2e6029f3ac7041c14c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:07:40 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v10.4.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85de54885d..d18b8f4078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "eslint-plugin-react": "7.34.1", "eslint-plugin-react-native": "4.1.0", "less": "4.2.0", - "mocha": "10.3.0", + "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", "mocha-multi-reporters": "1.5.1", "node-libs-browser": "2.2.1", @@ -16676,9 +16676,9 @@ "dev": true }, "node_modules/mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz", - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 5155c65cc1..3646f8d221 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,7 @@ "eslint-plugin-react": "7.34.1", "eslint-plugin-react-native": "4.1.0", "less": "4.2.0", - "mocha": "10.3.0", + "mocha": "10.4.0", "mocha-junit-reporter": "2.2.1", "mocha-multi-reporters": "1.5.1", "node-libs-browser": "2.2.1",