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

Commit 58ada07

Browse files
Merge #1760
1760: Bump @types/chai from 4.2.6 to 4.2.7 in /api_tests r=mergify[bot] a=dependabot-preview[bot] Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.2.6 to 4.2.7. <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/chai&package-manager=npm_and_yarn&previous-version=4.2.6&new-version=4.2.7)](https://dependabot.com/compatibility-score.html?dependency-name=@types/chai&package-manager=npm_and_yarn&previous-version=4.2.6&new-version=4.2.7) 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 d1fb80e + 84e7215 commit 58ada07

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
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@iarna/toml": "^2.2.3",
2020
"@types/bitcoinjs-lib": "^5.0.0",
21-
"@types/chai": "^4.2.6",
21+
"@types/chai": "^4.2.7",
2222
"@types/chai-as-promised": "^7.1.2",
2323
"@types/chai-json-schema": "^1.4.5",
2424
"@types/chai-subset": "^1.3.3",

api_tests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
dependencies:
5252
"@types/chai" "*"
5353

54-
"@types/chai@*", "@types/chai@4", "@types/chai@^4.2.6":
55-
version "4.2.6"
56-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.6.tgz#a55625d151d9c7c7a0a95920632131d66480bce9"
57-
integrity sha512-HF8faEUA4JurIm+68VaA2KedtZf5LYdXpQEAbIAN79DwWQbO82BNTksZgCH3UMqbZHXex9C6TrBfg7OUInRISQ==
54+
"@types/chai@*", "@types/chai@4", "@types/chai@^4.2.7":
55+
version "4.2.7"
56+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.7.tgz#1c8c25cbf6e59ffa7d6b9652c78e547d9a41692d"
57+
integrity sha512-luq8meHGYwvky0O7u0eQZdA7B4Wd9owUCqvbw2m3XCrCU8mplYOujMBbvyS547AxJkC+pGnd0Cm15eNxEUNU8g==
5858

5959
"@types/cookiejar@*":
6060
version "2.1.1"

0 commit comments

Comments
 (0)