From 82c66c9a85a97bb9b1ed352adc729385bd92b1ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 15:08:01 +0000 Subject: [PATCH] Bump ts-mocha from 2.0.0 to 8.0.0 Bumps [ts-mocha](https://github.com/piotrwitek/ts-mocha) from 2.0.0 to 8.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) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0d6905f..0c72458 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/webpack-hot-middleware": "^2.16.4", "assert": "^1.4.1", "mocha": "^5.2.0", - "ts-mocha": "^2.0.0", + "ts-mocha": "^8.0.0", "tslint": "^5.12.0", "typescript": "^3.1.3", "webpack-hot-middleware": "^2.24.3" diff --git a/yarn.lock b/yarn.lock index 663ef53..66039af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3142,19 +3142,19 @@ toml@^3.0.0: resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee" integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w== -ts-mocha@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-2.0.0.tgz#0dbd3cd04671df9933b9303b4aa46347573c5635" - integrity sha512-Rj6+vvwKtOTs5GsNO1jLl4DIXUGnyAg5HFt2Yb4SHIRN45clTJkHWpNdTxCSL0u+1oeavSYJah6d1PZ++Ju5pw== +ts-mocha@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/ts-mocha/-/ts-mocha-8.0.0.tgz#962d0fa12eeb6468aa1a6b594bb3bbc818da3ef0" + integrity sha512-Kou1yxTlubLnD5C3unlCVO7nh0HERTezjoVhVw/M5S1SqoUec0WgllQvPk3vzPMc6by8m6xD1uR1yRf8lnVUbA== dependencies: - ts-node "7.0.0" + ts-node "7.0.1" optionalDependencies: tsconfig-paths "^3.5.0" -ts-node@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.0.tgz#a94a13c75e5e1aa6b82814b84c68deb339ba7bff" - integrity sha512-klJsfswHP0FuOLsvBZ/zzCfUvakOSSxds78mVeK7I+qP76YWtxf16hEZsp3U+b0kIo82R5UatGFeblYMqabb2Q== +ts-node@7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-7.0.1.tgz#9562dc2d1e6d248d24bc55f773e3f614337d9baf" + integrity sha512-BVwVbPJRspzNh2yfslyT1PSbl5uIk03EZlb493RKHN4qej/D06n1cEhjlOJG69oFsE7OT8XjpTUcYf6pKTLMhw== dependencies: arrify "^1.0.0" buffer-from "^1.1.0"