Skip to content

Commit f388a72

Browse files
Bump ts-node from 10.4.0 to 10.7.0 (#844)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.4.0 to 10.7.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v10.4.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18ef8a1 commit f388a72

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"nodemon": "^2.0.15",
6060
"prettier": "^2.6.2",
6161
"supertest": "^6.2.2",
62-
"ts-node": "^10.4.0",
62+
"ts-node": "^10.7.0",
6363
"typescript": "^4.6.3"
6464
},
6565
"dependencies": {

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6971,10 +6971,10 @@ ts-jest@^26.5.6:
69716971
semver "7.x"
69726972
yargs-parser "20.x"
69736973

6974-
ts-node@^10.4.0:
6975-
version "10.4.0"
6976-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
6977-
integrity sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==
6974+
ts-node@^10.7.0:
6975+
version "10.7.0"
6976+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
6977+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
69786978
dependencies:
69796979
"@cspotcode/source-map-support" "0.7.0"
69806980
"@tsconfig/node10" "^1.0.7"
@@ -6987,6 +6987,7 @@ ts-node@^10.4.0:
69876987
create-require "^1.1.0"
69886988
diff "^4.0.1"
69896989
make-error "^1.1.1"
6990+
v8-compile-cache-lib "^3.0.0"
69906991
yn "3.1.1"
69916992

69926993
tsconfig-paths@^3.12.0:
@@ -7275,6 +7276,11 @@ uuid@^8.3.0:
72757276
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
72767277
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
72777278

7279+
v8-compile-cache-lib@^3.0.0:
7280+
version "3.0.1"
7281+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
7282+
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
7283+
72787284
v8-compile-cache@^2.0.3:
72797285
version "2.2.0"
72807286
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"

0 commit comments

Comments
 (0)