From b9ff5d8ec2d9fe5b9a20e3a74bcabf985d033c25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:44:24 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v10.7.3 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index dba8857b..2ed3c612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/deep-equal": "1.0.4", "@types/glob": "8.1.0", "@types/minimist": "1.2.5", - "@types/mocha": "10.0.7", + "@types/mocha": "10.0.9", "@types/node": "^22.7.5", "chai": "5.1.1", "eslint": "8.57.0", @@ -35,7 +35,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-redos": "4.4.5", "ls-engines": "0.9.3", - "mocha": "10.7.0", + "mocha": "10.7.3", "npm-run-all2": "6.2.3", "nyc": "17.1.0", "prettier": "3.3.3", @@ -1565,9 +1565,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true }, "node_modules/@types/node": { @@ -5581,9 +5581,9 @@ } }, "node_modules/mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -10181,9 +10181,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true }, "@types/node": { @@ -13118,9 +13118,9 @@ "dev": true }, "mocha": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", - "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index e84f1e42..e57cbe7c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/deep-equal": "1.0.4", "@types/glob": "8.1.0", "@types/minimist": "1.2.5", - "@types/mocha": "10.0.7", + "@types/mocha": "10.0.9", "@types/node": "^22.7.5", "chai": "5.1.1", "eslint": "8.57.0", @@ -71,7 +71,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-redos": "4.4.5", "ls-engines": "0.9.3", - "mocha": "10.7.0", + "mocha": "10.7.3", "npm-run-all2": "6.2.3", "nyc": "17.1.0", "prettier": "3.3.3",