Skip to content

Commit 3110f74

Browse files
build(deps-dev): bump ts-mocha from 10.0.0 to 10.1.0
Bumps [ts-mocha](https://github.com/piotrwitek/ts-mocha) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/piotrwitek/ts-mocha/releases) - [Commits](piotrwitek/ts-mocha@v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: ts-mocha dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98d5a77 commit 3110f74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"chai": "^4.3.4",
2727
"mocha": "^10.7.3",
2828
"prettier": "^2.6.2",
29-
"ts-mocha": "^10.0.0",
29+
"ts-mocha": "^10.1.0",
3030
"typescript": "^4.3.5"
3131
}
3232
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,10 +2594,10 @@ ts-interface-checker@^0.1.9:
25942594
resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
25952595
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
25962596

2597-
ts-mocha@^10.0.0:
2598-
version "10.0.0"
2599-
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-10.0.0.tgz#41a8d099ac90dbbc64b06976c5025ffaebc53cb9"
2600-
integrity sha512-VRfgDO+iiuJFlNB18tzOfypJ21xn2xbuZyDvJvqpTbWgkAgD17ONGr8t+Tl8rcBtOBdjXp5e/Rk+d39f7XBHRw==
2597+
ts-mocha@^10.1.0:
2598+
version "10.1.0"
2599+
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-10.1.0.tgz#17a1c055f5f7733fd82447c4420740db87221bc8"
2600+
integrity sha512-T0C0Xm3/WqCuF2tpa0GNGESTBoKZaiqdUP8guNv4ZY316AFXlyidnrzQ1LUrCT0Wb1i3J0zFTgOh/55Un44WdA==
26012601
dependencies:
26022602
ts-node "7.0.1"
26032603
optionalDependencies:

0 commit comments

Comments
 (0)