From 3745d145da1f51589e1b2da5a0b498aa4000a438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:12:55 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 10.5.0 to 10.5.1 (#4214) --- 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 28caaac4e9..c873d8d843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "lerna": "=8.1.5", "lint-staged": "=15.2.7", "microtime": "=3.1.1", - "mocha": "=10.5.0", + "mocha": "=10.5.1", "mocha-chai-jest-snapshot": "=1.1.3", "node-gyp": "=10.1.0", "npm-run-all": "=4.1.5", @@ -28082,9 +28082,9 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/mocha": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.0.tgz", - "integrity": "sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==", + "version": "10.5.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz", + "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 9c94e24a91..9d59e70063 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "lerna": "=8.1.5", "lint-staged": "=15.2.7", "microtime": "=3.1.1", - "mocha": "=10.5.0", + "mocha": "=10.5.1", "mocha-chai-jest-snapshot": "=1.1.3", "node-gyp": "=10.1.0", "npm-run-all": "=4.1.5",