Skip to content

Commit 6082443

Browse files
chore: bump ts-node from 9.0.0 to 9.1.1 (typescript-eslint#3048)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.0.0 to 9.1.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v9.0.0...v9.1.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b49389f commit 6082443

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,6 +3064,11 @@ cosmiconfig@^7.0.0:
30643064
path-type "^4.0.0"
30653065
yaml "^1.10.0"
30663066

3067+
create-require@^1.1.0:
3068+
version "1.1.1"
3069+
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
3070+
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
3071+
30673072
cross-spawn@^6.0.0:
30683073
version "6.0.5"
30693074
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -8514,11 +8519,12 @@ ts-jest@^26.3.0:
85148519
yargs-parser "18.x"
85158520

85168521
ts-node@^9.0.0:
8517-
version "9.0.0"
8518-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.0.0.tgz#e7699d2a110cc8c0d3b831715e417688683460b3"
8519-
integrity sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg==
8522+
version "9.1.1"
8523+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
8524+
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
85208525
dependencies:
85218526
arg "^4.1.0"
8527+
create-require "^1.1.0"
85228528
diff "^4.0.1"
85238529
make-error "^1.1.1"
85248530
source-map-support "^0.5.17"

0 commit comments

Comments
 (0)