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

Commit beb0343

Browse files
Merge #1717
1717: Bump ts-node from 8.5.3 to 8.5.4 in /api_tests 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 0dd8569 + e370eba commit beb0343

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api_tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"temp-write": "^4.0.0",
5858
"tempfile": "^3.0.0",
5959
"testcontainers": "^2.1.0",
60-
"ts-node": "^8.5.3",
60+
"ts-node": "^8.5.4",
6161
"tslint": "^5.20.1",
6262
"tslint-config-prettier": "^1.18.0",
6363
"tslint-no-unused-expression-chai": "^0.1.4",

api_tests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2992,10 +2992,10 @@ tough-cookie@~2.4.3:
29922992
psl "^1.1.24"
29932993
punycode "^1.4.1"
29942994

2995-
ts-node@^8.5.3:
2996-
version "8.5.3"
2997-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.3.tgz#f0bcacbfda8a70188f3a5c561b2dab546cb0abbb"
2998-
integrity sha512-B4dYs62o9ioIilzh7Npby5grYvw3lLwttTSIzf7QObf1FWUCzt+ELtyZJd+xYgxJ/n3A5nQJ2oG6VaZgwMMcjA==
2995+
ts-node@^8.5.4:
2996+
version "8.5.4"
2997+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.4.tgz#a152add11fa19c221d0b48962c210cf467262ab2"
2998+
integrity sha512-izbVCRV68EasEPQ8MSIGBNK9dc/4sYJJKYA+IarMQct1RtEot6Xp0bXuClsbUSnKpg50ho+aOAx8en5c+y4OFw==
29992999
dependencies:
30003000
arg "^4.1.0"
30013001
diff "^4.0.1"

0 commit comments

Comments
 (0)