Skip to content

Commit e7df70b

Browse files
chore(deps): update dependency ts-node to v10 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0c330c commit e7df70b

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"pinst": "2.1.6",
3333
"standard-version": "9.5.0",
3434
"ts-jest": "26.5.6",
35-
"ts-node": "9.1.1",
35+
"ts-node": "10.9.1",
3636
"typescript": "4.7.4"
3737
},
3838
"commitlint": {

yarn.lock

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5569,7 +5569,7 @@ source-map-resolve@^0.5.0:
55695569
source-map-url "^0.4.0"
55705570
urix "^0.1.0"
55715571

5572-
source-map-support@^0.5.17, source-map-support@^0.5.6:
5572+
source-map-support@^0.5.6:
55735573
version "0.5.19"
55745574
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
55755575
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
@@ -6041,19 +6041,7 @@ ts-jest@26.5.6:
60416041
semver "7.x"
60426042
yargs-parser "20.x"
60436043

6044-
ts-node@9.1.1:
6045-
version "9.1.1"
6046-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
6047-
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
6048-
dependencies:
6049-
arg "^4.1.0"
6050-
create-require "^1.1.0"
6051-
diff "^4.0.1"
6052-
make-error "^1.1.1"
6053-
source-map-support "^0.5.17"
6054-
yn "3.1.1"
6055-
6056-
ts-node@^10.8.1:
6044+
ts-node@10.9.1, ts-node@^10.8.1:
60576045
version "10.9.1"
60586046
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
60596047
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
@@ -6167,12 +6155,7 @@ typedarray@^0.0.6:
61676155
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
61686156
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
61696157

6170-
typescript@4.7.4:
6171-
version "4.7.4"
6172-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
6173-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
6174-
6175-
typescript@^4.6.4:
6158+
typescript@4.7.4, typescript@^4.6.4:
61766159
version "4.7.4"
61776160
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
61786161
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==

0 commit comments

Comments
 (0)