Skip to content

Commit 4a9f387

Browse files
committed
fix(deps): update dependency ts-node to ^10.5.0
1 parent 133738d commit 4a9f387

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"signale": "^1.4.0",
4545
"stylelint": "^13.13.1",
4646
"ts-morph": "13.0.1",
47-
"ts-node": "^10.1.0",
47+
"ts-node": "^10.5.0",
4848
"type-fest": "^2.8.0",
4949
"typescript": "4.5.2"
5050
},

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7629,10 +7629,10 @@ [email protected]:
76297629
"@ts-morph/common" "~0.12.1"
76307630
code-block-writer "^11.0.0"
76317631

7632-
ts-node@^10.1.0, ts-node@^10.4.0:
7633-
version "10.4.0"
7634-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
7635-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
7632+
ts-node@^10.4.0, ts-node@^10.5.0:
7633+
version "10.5.0"
7634+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
7635+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
76367636
dependencies:
76377637
"@cspotcode/source-map-support" "0.7.0"
76387638
"@tsconfig/node10" "^1.0.7"
@@ -7645,6 +7645,7 @@ ts-node@^10.1.0, ts-node@^10.4.0:
76457645
create-require "^1.1.0"
76467646
diff "^4.0.1"
76477647
make-error "^1.1.1"
7648+
v8-compile-cache-lib "^3.0.0"
76487649
yn "3.1.1"
76497650

76507651
tsconfig-paths@^3.11.0:
@@ -7864,6 +7865,11 @@ uuid@^3.3.2:
78647865
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
78657866
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
78667867

7868+
v8-compile-cache-lib@^3.0.0:
7869+
version "3.0.0"
7870+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
7871+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
7872+
78677873
v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
78687874
version "2.3.0"
78697875
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)