Skip to content

Commit 5bff125

Browse files
dependabot[bot]buffcode
authored andcommitted
build(deps-dev): bump ts-mocha from 9.0.2 to 10.0.0
Bumps [ts-mocha](https://github.com/piotrwitek/ts-mocha) from 9.0.2 to 10.0.0. - [Release notes](https://github.com/piotrwitek/ts-mocha/releases) - [Changelog](https://github.com/piotrwitek/ts-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/piotrwitek/ts-mocha/commits) --- updated-dependencies: - dependency-name: ts-mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1c19cd commit 5bff125

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
@@ -27,7 +27,7 @@
2727
"@types/node": "^15.3.0",
2828
"mocha": "^9.1.3",
2929
"prettier": "^2.3.0",
30-
"ts-mocha": "^9.0.2",
30+
"ts-mocha": "^10.0.0",
3131
"ts-node": "^10.4.0",
3232
"typescript": "^4.2.4"
3333
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,10 @@ to-regex-range@^5.0.1:
608608
dependencies:
609609
is-number "^7.0.0"
610610

611-
ts-mocha@^9.0.2:
612-
version "9.0.2"
613-
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-9.0.2.tgz#c1ef0248874d04a0f26dd9bd8d88e617a8d82ab1"
614-
integrity sha512-WyQjvnzwrrubl0JT7EC1yWmNpcsU3fOuBFfdps30zbmFBgKniSaSOyZMZx+Wq7kytUs5CY+pEbSYEbGfIKnXTw==
611+
ts-mocha@^10.0.0:
612+
version "10.0.0"
613+
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-10.0.0.tgz#41a8d099ac90dbbc64b06976c5025ffaebc53cb9"
614+
integrity sha512-VRfgDO+iiuJFlNB18tzOfypJ21xn2xbuZyDvJvqpTbWgkAgD17ONGr8t+Tl8rcBtOBdjXp5e/Rk+d39f7XBHRw==
615615
dependencies:
616616
ts-node "7.0.1"
617617
optionalDependencies:

0 commit comments

Comments
 (0)