Skip to content

Commit 1b30a03

Browse files
dependabot[bot]buffcode
authored andcommitted
build(deps-dev): bump ts-mocha from 8.0.0 to 9.0.2
Bumps [ts-mocha](https://github.com/piotrwitek/ts-mocha) from 8.0.0 to 9.0.2. - [Release notes](https://github.com/piotrwitek/ts-mocha/releases) - [Changelog](https://github.com/piotrwitek/ts-mocha/blob/master/CHANGELOG.md) - [Commits](piotrwitek/ts-mocha@v8.0.0...v9.0.2) --- updated-dependencies: - dependency-name: ts-mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0fda50 commit 1b30a03

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": "^8.0.0",
30+
"ts-mocha": "^9.0.2",
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
@@ -601,10 +601,10 @@ to-regex-range@^5.0.1:
601601
dependencies:
602602
is-number "^7.0.0"
603603

604-
ts-mocha@^8.0.0:
605-
version "8.0.0"
606-
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-8.0.0.tgz#962d0fa12eeb6468aa1a6b594bb3bbc818da3ef0"
607-
integrity sha512-Kou1yxTlubLnD5C3unlCVO7nh0HERTezjoVhVw/M5S1SqoUec0WgllQvPk3vzPMc6by8m6xD1uR1yRf8lnVUbA==
604+
ts-mocha@^9.0.2:
605+
version "9.0.2"
606+
resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-9.0.2.tgz#c1ef0248874d04a0f26dd9bd8d88e617a8d82ab1"
607+
integrity sha512-WyQjvnzwrrubl0JT7EC1yWmNpcsU3fOuBFfdps30zbmFBgKniSaSOyZMZx+Wq7kytUs5CY+pEbSYEbGfIKnXTw==
608608
dependencies:
609609
ts-node "7.0.1"
610610
optionalDependencies:

0 commit comments

Comments
 (0)