Skip to content

Commit

Permalink
chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 (#284)
Browse files Browse the repository at this point in the history
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 1f08e22 commit 9b1f4f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/node": "20.10.4",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"moker": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/hosted-git-info": "3.0.5",
"@types/node": "20.10.4",
"tempy": "3.1.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ __metadata:
pkg-up: "npm:^5.0.0"
sort-package-json: "npm:2.6.0"
tempy: "npm:3.1.0"
ts-node: "npm:10.9.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
yaml: "npm:2.3.4"
languageName: unknown
Expand Down Expand Up @@ -4350,7 +4350,7 @@ __metadata:
"@mokr/templates": "workspace:*"
"@types/node": "npm:20.10.4"
bandersnatch: "npm:1.12.13"
ts-node: "npm:10.9.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
bin:
moker: moker.js
Expand Down Expand Up @@ -6286,9 +6286,9 @@ __metadata:
languageName: node
linkType: hard

"ts-node@npm:10.9.1":
version: 10.9.1
resolution: "ts-node@npm:10.9.1"
"ts-node@npm:10.9.2":
version: 10.9.2
resolution: "ts-node@npm:10.9.2"
dependencies:
"@cspotcode/source-map-support": "npm:^0.8.0"
"@tsconfig/node10": "npm:^1.0.7"
Expand Down Expand Up @@ -6320,7 +6320,7 @@ __metadata:
ts-node-script: dist/bin-script.js
ts-node-transpile-only: dist/bin-transpile.js
ts-script: dist/bin-script-deprecated.js
checksum: bee56d4dc96ccbafc99dfab7b73fbabc62abab2562af53cdea91c874a301b9d11e42bc33c0a032a6ed6d813dbdc9295ec73dde7b73ea4ebde02b0e22006f7e04
checksum: a91a15b3c9f76ac462f006fa88b6bfa528130dcfb849dd7ef7f9d640832ab681e235b8a2bc58ecde42f72851cc1d5d4e22c901b0c11aa51001ea1d395074b794
languageName: node
linkType: hard

Expand Down

0 comments on commit 9b1f4f7

Please sign in to comment.