Skip to content

Commit 3785fa2

Browse files
chore: bump ts-node from 10.6.0 to 10.7.0 (#879)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v10.6.0...v10.7.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b6ba7e commit 3785fa2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"minimist": "^1.2.5",
2626
"prettier": "2.5.1",
2727
"semver-compare": "^1.0.0",
28-
"ts-node": "^10.6.0",
28+
"ts-node": "^10.7.0",
2929
"typescript": "^4.6.2"
3030
},
3131
"engines": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -963,10 +963,10 @@ tr46@~0.0.3:
963963
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
964964
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
965965

966-
ts-node@^10.6.0:
967-
version "10.6.0"
968-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.6.0.tgz#c3f4195d5173ce3affdc8f2fd2e9a7ac8de5376a"
969-
integrity sha512-CJen6+dfOXolxudBQXnVjRVvYTmTWbyz7cn+xq2XTsvnaXbHqr4gXSCNbS2Jj8yTZMuGwUoBESLaOkLascVVvg==
966+
ts-node@^10.7.0:
967+
version "10.7.0"
968+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
969+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
970970
dependencies:
971971
"@cspotcode/source-map-support" "0.7.0"
972972
"@tsconfig/node10" "^1.0.7"

0 commit comments

Comments
 (0)