Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency ts-node to v10.9.2 (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 2281514 commit be1e4a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-n": "16.3.1",
"eslint-plugin-promise": "6.1.1",
"prettier": "2.8.8",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.3.3",
"yarn-run-all": "3.1.1"
Expand Down
8 changes: 4 additions & 4 deletions downloader/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2452,10 +2452,10 @@ [email protected]:
ts-node "^10.4.0"
tsconfig "^7.0.0"

[email protected].1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
[email protected].2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-n": "16.3.1",
"eslint-plugin-promise": "6.1.1",
"prettier": "2.8.8",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.3.3",
"yarn-run-all": "3.1.1"
Expand Down
8 changes: 4 additions & 4 deletions register/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2452,10 +2452,10 @@ [email protected]:
ts-node "^10.4.0"
tsconfig "^7.0.0"

[email protected].1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
[email protected].2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down

0 comments on commit be1e4a1

Please sign in to comment.