Skip to content

Commit

Permalink
chore(deps): update dependency ts-node to v10.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 7bff7c8 commit faabbe7
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 8 deletions.
17 changes: 12 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"semantic-release": "22.0.0",
"semantic-release-yarn": "2.0.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "4.9.5",
"vite": "4.4.9",
"vite-plugin-commonjs": "0.8.2"
Expand Down
42 changes: 40 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10209,7 +10209,45 @@ __metadata:
languageName: node
linkType: hard

"ts-node@npm:10.9.1, ts-node@npm:^10.8.1":
"ts-node@npm:10.9.2":
version: 10.9.2
resolution: "ts-node@npm:10.9.2"
dependencies:
"@cspotcode/source-map-support": ^0.8.0
"@tsconfig/node10": ^1.0.7
"@tsconfig/node12": ^1.0.7
"@tsconfig/node14": ^1.0.0
"@tsconfig/node16": ^1.0.2
acorn: ^8.4.1
acorn-walk: ^8.1.1
arg: ^4.1.0
create-require: ^1.1.0
diff: ^4.0.1
make-error: ^1.1.1
v8-compile-cache-lib: ^3.0.1
yn: 3.1.1
peerDependencies:
"@swc/core": ">=1.2.50"
"@swc/wasm": ">=1.2.50"
"@types/node": "*"
typescript: ">=2.7"
peerDependenciesMeta:
"@swc/core":
optional: true
"@swc/wasm":
optional: true
bin:
ts-node: dist/bin.js
ts-node-cwd: dist/bin-cwd.js
ts-node-esm: dist/bin-esm.js
ts-node-script: dist/bin-script.js
ts-node-transpile-only: dist/bin-transpile.js
ts-script: dist/bin-script-deprecated.js
checksum: fde256c9073969e234526e2cfead42591b9a2aec5222bac154b0de2fa9e4ceb30efcd717ee8bc785a56f3a119bdd5aa27b333d9dbec94ed254bd26f8944c67ac
languageName: node
linkType: hard

"ts-node@npm:^10.8.1":
version: 10.9.1
resolution: "ts-node@npm:10.9.1"
dependencies:
Expand Down Expand Up @@ -10609,7 +10647,7 @@ __metadata:
semantic-release: 22.0.0
semantic-release-yarn: 2.0.2
ts-jest: 29.1.1
ts-node: 10.9.1
ts-node: 10.9.2
typescript: 4.9.5
vite: 4.4.9
vite-plugin-commonjs: 0.8.2
Expand Down

0 comments on commit faabbe7

Please sign in to comment.