Skip to content

Commit 0356bc7

Browse files
Bump ts-node from 10.4.0 to 10.5.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.4.0 to 10.5.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v10.4.0...v10.5.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 672e54b commit 0356bc7

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
@@ -67,7 +67,7 @@
6767
"karma-jasmine": "~4.0.0",
6868
"karma-jasmine-html-reporter": "^1.5.0",
6969
"protractor": "~7.0.0",
70-
"ts-node": "~10.4.0",
70+
"ts-node": "~10.5.0",
7171
"typescript": "~4.5.5"
7272
},
7373
"description": "An Ionic project",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8128,10 +8128,10 @@ [email protected], tree-kill@^1.2.2:
81288128
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
81298129
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
81308130

8131-
ts-node@~10.4.0:
8132-
version "10.4.0"
8133-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
8134-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
8131+
ts-node@~10.5.0:
8132+
version "10.5.0"
8133+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
8134+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
81358135
dependencies:
81368136
"@cspotcode/source-map-support" "0.7.0"
81378137
"@tsconfig/node10" "^1.0.7"
@@ -8144,6 +8144,7 @@ ts-node@~10.4.0:
81448144
create-require "^1.1.0"
81458145
diff "^4.0.1"
81468146
make-error "^1.1.1"
8147+
v8-compile-cache-lib "^3.0.0"
81478148
yn "3.1.1"
81488149

81498150
tsconfig-paths@^3.12.0:
@@ -8319,6 +8320,11 @@ uuid@^3.3.2, uuid@^3.4.0:
83198320
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
83208321
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
83218322

8323+
v8-compile-cache-lib@^3.0.0:
8324+
version "3.0.0"
8325+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
8326+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
8327+
83228328
[email protected], v8-compile-cache@^2.0.3:
83238329
version "2.3.0"
83248330
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)