From 7a42d4d353d3521cefd38dbc0b7c8e8e5d72fe7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:23:34 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 10.8.1 to 10.8.2 Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.1 to 10.8.2. - [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.8.1...v10.8.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- libraries/type-length-value/js/package.json | 2 +- pnpm-lock.yaml | 24 ++++++++++----------- token-group/js/package.json | 2 +- token-metadata/js/package.json | 2 +- token-swap/js/package.json | 2 +- token/js/package.json | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/libraries/type-length-value/js/package.json b/libraries/type-length-value/js/package.json index 3390c414b72..93cc14273e8 100644 --- a/libraries/type-length-value/js/package.json +++ b/libraries/type-length-value/js/package.json @@ -56,7 +56,7 @@ "eslint": "^8.57.0", "eslint-plugin-require-extensions": "^0.1.1", "gh-pages": "^6.2.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "shx": "^0.3.4", "ts-node": "^10.9.2", "typedoc": "^0.26.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc1f06e48fe..da439c0587a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -167,8 +167,8 @@ importers: specifier: ^6.2.0 version: 6.2.0 mocha: - specifier: ^10.8.1 - version: 10.8.1 + specifier: ^10.8.2 + version: 10.8.2 shx: specifier: ^0.3.4 version: 0.3.4 @@ -497,8 +497,8 @@ importers: specifier: ^6.2.0 version: 6.2.0 mocha: - specifier: ^10.8.1 - version: 10.8.1 + specifier: ^10.8.2 + version: 10.8.2 shx: specifier: ^0.3.4 version: 0.3.4 @@ -619,8 +619,8 @@ importers: specifier: ^6.2.0 version: 6.2.0 mocha: - specifier: ^10.8.1 - version: 10.8.1 + specifier: ^10.8.2 + version: 10.8.2 shx: specifier: ^0.3.4 version: 0.3.4 @@ -680,8 +680,8 @@ importers: specifier: ^0.1.1 version: 0.1.3(eslint@8.57.0) mocha: - specifier: ^10.8.1 - version: 10.8.1 + specifier: ^10.8.2 + version: 10.8.2 start-server-and-test: specifier: ^2.0.8 version: 2.0.8 @@ -756,8 +756,8 @@ importers: specifier: ^6.2.0 version: 6.2.0 mocha: - specifier: ^10.8.1 - version: 10.8.1 + specifier: ^10.8.2 + version: 10.8.2 process: specifier: ^0.11.10 version: 0.11.10 @@ -6673,8 +6673,8 @@ packages: hasBin: true dev: true - /mocha@10.8.1: - resolution: {integrity: sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==} + /mocha@10.8.2: + resolution: {integrity: sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==} engines: {node: '>= 14.0.0'} hasBin: true dependencies: diff --git a/token-group/js/package.json b/token-group/js/package.json index 3d40f219d93..f3d660f3e39 100644 --- a/token-group/js/package.json +++ b/token-group/js/package.json @@ -60,7 +60,7 @@ "eslint": "^8.57.0", "eslint-plugin-require-extensions": "^0.1.1", "gh-pages": "^6.2.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "shx": "^0.3.4", "ts-node": "^10.9.2", "tslib": "^2.8.0", diff --git a/token-metadata/js/package.json b/token-metadata/js/package.json index 18ec7c03a0b..b9413a24e8b 100644 --- a/token-metadata/js/package.json +++ b/token-metadata/js/package.json @@ -60,7 +60,7 @@ "eslint": "^8.57.0", "eslint-plugin-require-extensions": "^0.1.1", "gh-pages": "^6.2.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "shx": "^0.3.4", "ts-node": "^10.9.2", "tslib": "^2.8.0", diff --git a/token-swap/js/package.json b/token-swap/js/package.json index 714ac08bab6..8e80b5a9c9b 100644 --- a/token-swap/js/package.json +++ b/token-swap/js/package.json @@ -60,7 +60,7 @@ "eslint": "^8.57.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-require-extensions": "^0.1.1", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "start-server-and-test": "^2.0.8", "ts-node": "^10.9.2", "typescript": "^5.6.3" diff --git a/token/js/package.json b/token/js/package.json index 3ee93044a65..9d868bee6ba 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -75,7 +75,7 @@ "eslint": "^8.57.0", "eslint-plugin-require-extensions": "^0.1.1", "gh-pages": "^6.2.0", - "mocha": "^10.8.1", + "mocha": "^10.8.2", "process": "^0.11.10", "shx": "^0.3.4", "start-server-and-test": "^2.0.8",