Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 27b8032

Browse files
Bump ts-node from 8.5.2 to 8.5.3 in /new_project/examples/erc20_btc
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.2 to 8.5.3. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](TypeStrong/ts-node@v8.5.2...v8.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5af5272 commit 27b8032

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

new_project/examples/erc20_btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/readline-sync": "^1.4.3",
1616
"prettier": "^1.19.1",
17-
"ts-node": "^8.5.2",
17+
"ts-node": "^8.5.3",
1818
"tslint": "^5.20.1",
1919
"tslint-config-prettier": "^1.18.0",
2020
"typescript": "^3.7.2"

new_project/examples/erc20_btc/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,10 +1387,10 @@ tough-cookie@~2.4.3:
13871387
psl "^1.1.24"
13881388
punycode "^1.4.1"
13891389

1390-
ts-node@^8.5.2:
1391-
version "8.5.2"
1392-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.2.tgz#434f6c893bafe501a30b32ac94ee36809ba2adce"
1393-
integrity sha512-W1DK/a6BGoV/D4x/SXXm6TSQx6q3blECUzd5TN+j56YEMX3yPVMpHsICLedUw3DvGF3aTQ8hfdR9AKMaHjIi+A==
1390+
ts-node@^8.5.3:
1391+
version "8.5.3"
1392+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.3.tgz#f0bcacbfda8a70188f3a5c561b2dab546cb0abbb"
1393+
integrity sha512-B4dYs62o9ioIilzh7Npby5grYvw3lLwttTSIzf7QObf1FWUCzt+ELtyZJd+xYgxJ/n3A5nQJ2oG6VaZgwMMcjA==
13941394
dependencies:
13951395
arg "^4.1.0"
13961396
diff "^4.0.1"

0 commit comments

Comments
 (0)