Skip to content

Commit d77fb92

Browse files
committed
chore: update dependency ts-node to ^10.4.0
1 parent be3cb84 commit d77fb92

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"stylelint-config-prettier": "^8.0.2",
3333
"stylelint-config-smarthr": "^1.0.1",
3434
"stylelint-config-standard": "^22.0.0",
35-
"ts-node": "^10.2.1",
35+
"ts-node": "^10.4.0",
3636
"typescript": "^4.4.3"
3737
}
3838
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
6161
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
6262

63-
"@cspotcode/source-map-support@0.6.1":
64-
version "0.6.1"
65-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz#118511f316e2e87ee4294761868e254d3da47960"
66-
integrity sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==
63+
"@cspotcode/source-map-support@0.7.0":
64+
version "0.7.0"
65+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
66+
integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
6767
dependencies:
6868
"@cspotcode/source-map-consumer" "0.8.0"
6969

@@ -4613,12 +4613,12 @@ try-resolve@^1.0.1:
46134613
resolved "https://registry.yarnpkg.com/try-resolve/-/try-resolve-1.0.1.tgz#cfde6fabd72d63e5797cfaab873abbe8e700e912"
46144614
integrity sha1-z95vq9ctY+V5fPqrhzq76OcA6RI=
46154615

4616-
ts-node@^10.2.1:
4617-
version "10.2.1"
4618-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5"
4619-
integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==
4616+
ts-node@^10.4.0:
4617+
version "10.4.0"
4618+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
4619+
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
46204620
dependencies:
4621-
"@cspotcode/source-map-support" "0.6.1"
4621+
"@cspotcode/source-map-support" "0.7.0"
46224622
"@tsconfig/node10" "^1.0.7"
46234623
"@tsconfig/node12" "^1.0.7"
46244624
"@tsconfig/node14" "^1.0.0"

0 commit comments

Comments
 (0)