From 75416844d49b2d1fb9330637e77b1f27ba17f768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:11:52 +0000 Subject: [PATCH] chore(deps): update dependency mocha to v10.6.1 --- 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 b4d03619..2decc58a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "i18n-tag-schema": "2.5.0", "json-logic-js": "axa-ch/cyclic-schemas-test", "lint-staged": "15.2.7", - "mocha": "10.6.0", + "mocha": "10.6.1", "semantic-release": "24.0.0", "typescript": "5.5.3", "unist-util-select": "5.1.0" @@ -7271,9 +7271,9 @@ } }, "node_modules/mocha": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", - "integrity": "sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==", + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.1.tgz", + "integrity": "sha512-3DI5OWZGF2kRsNS2JV1GBU9YOwljNy0aBj8cJM3ndartWTd6iRwKleO00XB5/mAzzkUZ5h40Z0DcbswsQZ/Gvw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f086436c..8c9722e3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "i18n-tag-schema": "2.5.0", "json-logic-js": "axa-ch/cyclic-schemas-test", "lint-staged": "15.2.7", - "mocha": "10.6.0", + "mocha": "10.6.1", "semantic-release": "24.0.0", "typescript": "5.5.3", "unist-util-select": "5.1.0"