Skip to content

Commit

Permalink
chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 21, 2023
1 parent fb3e72e commit 8bf0f65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/icanhazdadjoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "~20",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typedoc": "0.25.3",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/node": "~20",
"jasmine": "5.1.0",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typedoc": "0.25.3",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xkcdjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jasmine": "5.1.0",
"nock": "13.3.8",
"rimraf": "5.0.5",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typedoc": "0.25.3",
"typescript": "5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6088,10 +6088,10 @@ trim-newlines@^3.0.0:
resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==

[email protected].1:
version "10.9.1"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
[email protected].2:
version "10.9.2"
resolved "https://registry.npmjs.org/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 8bf0f65

Please sign in to comment.