Skip to content

Commit 55f2f27

Browse files
build: bump ts-node from 9.0.0 to 9.1.1 (#21603)
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 95ca505 commit 55f2f27

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
@@ -4270,6 +4270,11 @@ crc@^3.4.4:
42704270
dependencies:
42714271
buffer "^5.1.0"
42724272

4273+
create-require@^1.1.0:
4274+
version "1.1.1"
4275+
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
4276+
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
4277+
42734278
cross-env@^5.1.3:
42744279
version "5.2.0"
42754280
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
@@ -12658,11 +12663,12 @@ ts-node@^8.6.2:
1265812663
yn "3.1.1"
1265912664

1266012665
ts-node@^9.0.0:
12661-
version "9.0.0"
12662-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.0.0.tgz#e7699d2a110cc8c0d3b831715e417688683460b3"
12663-
integrity sha512-/TqB4SnererCDR/vb4S/QvSZvzQMJN8daAslg7MeaiHvD8rDZsSfXmNeNumyZZzMned72Xoq/isQljYSt8Ynfg==
12666+
version "9.1.1"
12667+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
12668+
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
1266412669
dependencies:
1266512670
arg "^4.1.0"
12671+
create-require "^1.1.0"
1266612672
diff "^4.0.1"
1266712673
make-error "^1.1.1"
1266812674
source-map-support "^0.5.17"

0 commit comments

Comments
 (0)