Skip to content

Commit

Permalink
chore(deps): update dependency ts-node to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 19, 2022
1 parent 62a9928 commit 2578a09
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion angular-instantsearch/e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/language-service": "13.2.1",
"@types/node": "14.18.5",
"codelyzer": "^6.0.0",
"ts-node": "3.2.2",
"ts-node": "3.3.0",
"tslint": "~6.1.0",
"typescript": "4.5.5"
}
Expand Down
8 changes: 4 additions & 4 deletions angular-instantsearch/e-commerce/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6537,10 +6537,10 @@ tree-kill@1.2.2:
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==

ts-node@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.2.2.tgz#bbd28e38af4aaa3e96076c466e1b220197c1a3ce"
integrity sha1-u9KOOK9Kqj6WB2xGbhsiAZfBo84=
ts-node@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.3.0.tgz#c13c6a3024e30be1180dd53038fc209289d4bf69"
integrity sha512-S87fS5QGinpnvi6I1aW8PnEEwJbkQsr2o+9C3qdAkmaYQn33PKVkXowI2/wggr8FzAwKhvCaomB0EX60LW3/Fw==
dependencies:
arrify "^1.0.0"
chalk "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion angular-instantsearch/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/language-service": "10.2.5",
"@types/node": "14.18.5",
"codelyzer": "6.0.2",
"ts-node": "3.2.2",
"ts-node": "3.3.0",
"tslint": "~6.1.0",
"typescript": "4.3.5"
}
Expand Down
8 changes: 4 additions & 4 deletions angular-instantsearch/media/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6391,10 +6391,10 @@ tree-kill@1.2.2:
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==

ts-node@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.2.2.tgz#bbd28e38af4aaa3e96076c466e1b220197c1a3ce"
integrity sha1-u9KOOK9Kqj6WB2xGbhsiAZfBo84=
ts-node@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.3.0.tgz#c13c6a3024e30be1180dd53038fc209289d4bf69"
integrity sha512-S87fS5QGinpnvi6I1aW8PnEEwJbkQsr2o+9C3qdAkmaYQn33PKVkXowI2/wggr8FzAwKhvCaomB0EX60LW3/Fw==
dependencies:
arrify "^1.0.0"
chalk "^2.0.0"
Expand Down

0 comments on commit 2578a09

Please sign in to comment.