From e4137ea1fb40bd06b94f0e060ebe6adafecf847a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:07:13 +0000 Subject: [PATCH] build(deps-dev): bump ts-mocha from 10.1.0 to 11.1.0 Bumps [ts-mocha](https://github.com/piotrwitek/ts-mocha) from 10.1.0 to 11.1.0. - [Release notes](https://github.com/piotrwitek/ts-mocha/releases) - [Commits](https://github.com/piotrwitek/ts-mocha/compare/v10.1.0...v11.1.0) --- updated-dependencies: - dependency-name: ts-mocha dependency-version: 11.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 40 ++++++++++++++++++++++---- sdk-tests/sdk-anchor-test/package.json | 2 +- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e3203bf38..86e7835611 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -473,8 +473,8 @@ importers: specifier: ^2.6.2 version: 2.8.8 ts-mocha: - specifier: ^10.1.0 - version: 10.1.0(mocha@9.2.2) + specifier: ^11.1.0 + version: 11.1.0(mocha@9.2.2)(ts-node@10.9.2(@types/node@22.16.5)(typescript@4.9.5))(tsconfig-paths@4.2.0) typescript: specifier: ^4.3.5 version: 4.9.5 @@ -5539,6 +5539,18 @@ packages: peerDependencies: mocha: ^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X || ^11.X.X + ts-mocha@11.1.0: + resolution: {integrity: sha512-yT7FfzNRCu8ZKkYvAOiH01xNma/vLq6Vit7yINKYFNVP8e5UyrYXSOMIipERTpzVKJQ4Qcos5bQo1tNERNZevQ==} + engines: {node: '>= 6.X.X'} + hasBin: true + peerDependencies: + mocha: ^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X || ^11.X.X + ts-node: ^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X + tsconfig-paths: ^4.X.X + peerDependenciesMeta: + tsconfig-paths: + optional: true + ts-node@10.9.2: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true @@ -12092,12 +12104,30 @@ snapshots: optionalDependencies: tsconfig-paths: 3.15.0 - ts-mocha@10.1.0(mocha@9.2.2): + ts-mocha@11.1.0(mocha@9.2.2)(ts-node@10.9.2(@types/node@22.16.5)(typescript@4.9.5))(tsconfig-paths@4.2.0): dependencies: mocha: 9.2.2 - ts-node: 7.0.1 + ts-node: 10.9.2(@types/node@22.16.5)(typescript@4.9.5) optionalDependencies: - tsconfig-paths: 3.15.0 + tsconfig-paths: 4.2.0 + + ts-node@10.9.2(@types/node@22.16.5)(typescript@4.9.5): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 22.16.5 + acorn: 8.11.3 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 4.9.5 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 ts-node@10.9.2(@types/node@22.16.5)(typescript@5.9.2): dependencies: diff --git a/sdk-tests/sdk-anchor-test/package.json b/sdk-tests/sdk-anchor-test/package.json index c49ece5b0f..fb4c6800f3 100644 --- a/sdk-tests/sdk-anchor-test/package.json +++ b/sdk-tests/sdk-anchor-test/package.json @@ -21,7 +21,7 @@ "chai": "^4.3.4", "mocha": "^9.0.3", "prettier": "^2.6.2", - "ts-mocha": "^10.1.0", + "ts-mocha": "^11.1.0", "typescript": "^4.3.5" } }