Skip to content

Commit db37a91

Browse files
Bump ts-node from 8.6.2 to 9.1.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.6.2 to 9.1.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v8.6.2...v9.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 807702d commit db37a91

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"nyc": "^15.1.0",
7474
"prettier": "^2.1.2",
7575
"supertest": "^4.0.2",
76-
"ts-node": "^8.6.2",
76+
"ts-node": "^9.1.1",
7777
"typescript": "^4.0.3"
7878
}
7979
}

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,11 @@ create-error-class@^3.0.0:
12651265
dependencies:
12661266
capture-stack-trace "^1.0.0"
12671267

1268+
create-require@^1.1.0:
1269+
version "1.1.1"
1270+
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
1271+
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
1272+
12681273
cross-spawn@^5.0.1:
12691274
version "5.1.0"
12701275
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -4382,10 +4387,10 @@ source-map-resolve@^0.5.0:
43824387
source-map-url "^0.4.0"
43834388
urix "^0.1.0"
43844389

4385-
source-map-support@^0.5.6:
4386-
version "0.5.16"
4387-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
4388-
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
4390+
source-map-support@^0.5.17:
4391+
version "0.5.19"
4392+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
4393+
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
43894394
dependencies:
43904395
buffer-from "^1.0.0"
43914396
source-map "^0.6.0"
@@ -4770,15 +4775,16 @@ tough-cookie@~2.5.0:
47704775
psl "^1.1.28"
47714776
punycode "^2.1.1"
47724777

4773-
ts-node@^8.6.2:
4774-
version "8.6.2"
4775-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
4776-
integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==
4778+
ts-node@^9.1.1:
4779+
version "9.1.1"
4780+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
4781+
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
47774782
dependencies:
47784783
arg "^4.1.0"
4784+
create-require "^1.1.0"
47794785
diff "^4.0.1"
47804786
make-error "^1.1.1"
4781-
source-map-support "^0.5.6"
4787+
source-map-support "^0.5.17"
47824788
yn "3.1.1"
47834789

47844790
tsconfig-paths@^3.9.0:

0 commit comments

Comments
 (0)