Skip to content

Commit ff8fed6

Browse files
chore: bump ts-node from 10.8.0 to 10.8.1 (coder#1014)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.0 to 10.8.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v10.8.0...v10.8.1) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8872f0 commit ff8fed6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"minimist": "^1.2.6",
2626
"prettier": "2.6.2",
2727
"semver-compare": "^1.0.0",
28-
"ts-node": "^10.8.0",
28+
"ts-node": "^10.8.1",
2929
"typescript": "^4.7.2"
3030
},
3131
"engines": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,10 +998,10 @@ tr46@~0.0.3:
998998
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
999999
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
10001000

1001-
ts-node@^10.8.0:
1002-
version "10.8.0"
1003-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce"
1004-
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==
1001+
ts-node@^10.8.1:
1002+
version "10.8.1"
1003+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
1004+
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
10051005
dependencies:
10061006
"@cspotcode/source-map-support" "^0.8.0"
10071007
"@tsconfig/node10" "^1.0.7"

0 commit comments

Comments
 (0)