|
14 | 14 | dependencies: |
15 | 15 | "@cspotcode/source-map-consumer" "0.8.0" |
16 | 16 |
|
| 17 | +"@cspotcode/source-map-support@^0.8.0": |
| 18 | + version "0.8.1" |
| 19 | + resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1" |
| 20 | + integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw== |
| 21 | + dependencies: |
| 22 | + "@jridgewell/trace-mapping" "0.3.9" |
| 23 | + |
| 24 | +"@jridgewell/resolve-uri@^3.0.3": |
| 25 | + version "3.1.1" |
| 26 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 27 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 28 | + |
| 29 | +"@jridgewell/sourcemap-codec@^1.4.10": |
| 30 | + version "1.4.15" |
| 31 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 32 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 33 | + |
| 34 | +"@jridgewell/trace-mapping@0.3.9": |
| 35 | + version "0.3.9" |
| 36 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" |
| 37 | + integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== |
| 38 | + dependencies: |
| 39 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 40 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 41 | + |
17 | 42 | "@tsconfig/node10@^1.0.7": |
18 | 43 | version "1.0.7" |
19 | 44 | resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.7.tgz#1eb1de36c73478a2479cc661ef5af1c16d86d606" |
@@ -217,7 +242,26 @@ strip-ansi@^6.0.0: |
217 | 242 | dependencies: |
218 | 243 | ansi-regex "^5.0.0" |
219 | 244 |
|
220 | | -ts-node@10.2.1, ts-node@^10.2.1: |
| 245 | +ts-node@10.9.2: |
| 246 | + version "10.9.2" |
| 247 | + resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" |
| 248 | + integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ== |
| 249 | + dependencies: |
| 250 | + "@cspotcode/source-map-support" "^0.8.0" |
| 251 | + "@tsconfig/node10" "^1.0.7" |
| 252 | + "@tsconfig/node12" "^1.0.7" |
| 253 | + "@tsconfig/node14" "^1.0.0" |
| 254 | + "@tsconfig/node16" "^1.0.2" |
| 255 | + acorn "^8.4.1" |
| 256 | + acorn-walk "^8.1.1" |
| 257 | + arg "^4.1.0" |
| 258 | + create-require "^1.1.0" |
| 259 | + diff "^4.0.1" |
| 260 | + make-error "^1.1.1" |
| 261 | + v8-compile-cache-lib "^3.0.1" |
| 262 | + yn "3.1.1" |
| 263 | + |
| 264 | +ts-node@^10.2.1: |
221 | 265 | version "10.2.1" |
222 | 266 | resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5" |
223 | 267 | integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw== |
@@ -258,6 +302,11 @@ typescript@~4.2.3: |
258 | 302 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" |
259 | 303 | integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== |
260 | 304 |
|
| 305 | +v8-compile-cache-lib@^3.0.1: |
| 306 | + version "3.0.1" |
| 307 | + resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf" |
| 308 | + integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== |
| 309 | + |
261 | 310 | wrap-ansi@^7.0.0: |
262 | 311 | version "7.0.0" |
263 | 312 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" |
|
0 commit comments