From ab4ca0ce17a80f4f394fbadd15a897ae5acaa0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:46:03 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 10.7.0 to 10.7.3 in /sdk Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.0 to 10.7.3. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.7.0...v10.7.3) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sdk/package-lock.json | 8 ++++---- sdk/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/package-lock.json b/sdk/package-lock.json index da37fb82..903086d3 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -17,7 +17,7 @@ "@types/node": "^22.0.0", "@types/yargs": "^17.0.32", "ecpair": "^2.1.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "tiny-secp256k1": "^2.2.3", "ts-node": "^10.0.0", "typescript": "^5.5.4", @@ -1872,9 +1872,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", diff --git a/sdk/package.json b/sdk/package.json index ebb39c16..3636f9ab 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -21,7 +21,7 @@ "@types/node": "^22.0.0", "@types/yargs": "^17.0.32", "ecpair": "^2.1.0", - "mocha": "^10.7.0", + "mocha": "^10.7.3", "tiny-secp256k1": "^2.2.3", "ts-node": "^10.0.0", "typescript": "^5.5.4",