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

Commit 0f9c82c

Browse files
Merge #237
237: Bump ts-node from 8.5.3 to 8.5.4 in /new_project/examples/btc_eth r=mergify[bot] a=dependabot-preview[bot] Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.5.3 to 8.5.4. <details> <summary>Release notes</summary> *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## Fix relative `node_modules` ignore > - Fix relative `node_modules` ignore 266eaa5 </details> <details> <summary>Commits</summary> - [`323c397`](TypeStrong/ts-node@323c397) 8.5.4 - [`266eaa5`](TypeStrong/ts-node@266eaa5) Fix relative `node_modules` ignore - See full diff in [compare view](TypeStrong/ts-node@v8.5.3...v8.5.4) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.3&new-version=8.5.4)](https://dependabot.com/compatibility-score.html?dependency-name=ts-node&package-manager=npm_and_yarn&previous-version=8.5.3&new-version=8.5.4) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 2e7cbad + 7301782 commit 0f9c82c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

new_project/examples/btc_eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/readline-sync": "^1.4.3",
1616
"jest": "^24.9.0",
1717
"prettier": "^1.19.1",
18-
"ts-node": "^8.5.3",
18+
"ts-node": "^8.5.4",
1919
"tslint": "^5.20.1",
2020
"tslint-config-prettier": "^1.18.0",
2121
"typescript": "^3.7.2"

new_project/examples/btc_eth/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4154,10 +4154,10 @@ tr46@^1.0.1:
41544154
dependencies:
41554155
punycode "^2.1.0"
41564156

4157-
ts-node@^8.5.3:
4158-
version "8.5.3"
4159-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.3.tgz#f0bcacbfda8a70188f3a5c561b2dab546cb0abbb"
4160-
integrity sha512-B4dYs62o9ioIilzh7Npby5grYvw3lLwttTSIzf7QObf1FWUCzt+ELtyZJd+xYgxJ/n3A5nQJ2oG6VaZgwMMcjA==
4157+
ts-node@^8.5.4:
4158+
version "8.5.4"
4159+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.4.tgz#a152add11fa19c221d0b48962c210cf467262ab2"
4160+
integrity sha512-izbVCRV68EasEPQ8MSIGBNK9dc/4sYJJKYA+IarMQct1RtEot6Xp0bXuClsbUSnKpg50ho+aOAx8en5c+y4OFw==
41614161
dependencies:
41624162
arg "^4.1.0"
41634163
diff "^4.0.1"

0 commit comments

Comments
 (0)