Browse Source

Merge #912 #913 #918 #919 #920

912: Bump @types/node from 16.11.12 to 17.0.0 in /taker-frontend r=thomaseizinger a=dependabot[bot]

Bumps [`@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)` from 16.11.12 to 17.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/node&package-manager=npm_and_yarn&previous-version=16.11.12&new-version=17.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)`

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)


</details>

913: Bump tokio from 1.14.0 to 1.15.0 r=thomaseizinger a=dependabot[bot]

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.0 to 1.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p>
<blockquote>
<h2>Tokio v1.15.0</h2>
<h3>Fixed</h3>
<ul>
<li>io: add cooperative yielding support to <code>io::empty()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4300">#4300</a>)</li>
<li>time: make timeout robust against budget-depleting tasks (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4314">#4314</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>update minimum supported Rust version to 1.46.</li>
</ul>
<h3>Added</h3>
<ul>
<li>time: add <code>Interval::reset()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4248">#4248</a>)</li>
<li>io: add explicit lifetimes to <code>AsyncFdReadyGuard</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4267">#4267</a>)</li>
<li>process: add <code>Command::as_std()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4295">#4295</a>)</li>
</ul>
<h3>Added (unstable)</h3>
<ul>
<li>tracing: instrument <code>tokio::sync</code> types (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4302">#4302</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4302">#4302</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4302">tokio-rs/tokio#4302</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4300">#4300</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4300">tokio-rs/tokio#4300</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4295">#4295</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4295">tokio-rs/tokio#4295</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4267">#4267</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4267">tokio-rs/tokio#4267</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4248">#4248</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4248">tokio-rs/tokio#4248</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4314">#4314</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4314">tokio-rs/tokio#4314</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f64673580d"><code>f646735</code></a> chore: prepare Tokio v1.15.0 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4320">#4320</a>)</li>
<li><a href="54e6693dff"><code>54e6693</code></a> time: make timeout robust against budget-depleting tasks (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4314">#4314</a>)</li>
<li><a href="4e3268d222"><code>4e3268d</code></a> tracing: instrument more resources (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4302">#4302</a>)</li>
<li><a href="4b6bb1d9a7"><code>4b6bb1d</code></a> chore(util): start v0.7 release cycle (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4313">#4313</a>)</li>
<li><a href="eb1af7f29c"><code>eb1af7f</code></a> io: make <code>tokio::io::empty</code> cooperative (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4300">#4300</a>)</li>
<li><a href="0bc9160e25"><code>0bc9160</code></a> chore: update labeler.yml to drop filepath prefixes (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4308">#4308</a>)</li>
<li><a href="4c571b55b1"><code>4c571b5</code></a> runtime: fix typo in the task modules (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4306">#4306</a>)</li>
<li><a href="60ba634d60"><code>60ba634</code></a> time: fix typo in tokio-time document (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4304">#4304</a>)</li>
<li><a href="f73ed1fdba"><code>f73ed1f</code></a> runtime: fix typo (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4303">#4303</a>)</li>
<li><a href="ee4b2ede83"><code>ee4b2ed</code></a> process: add <code>as_std()</code> method to <code>Command</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4295">#4295</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.14.0...tokio-1.15.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.14.0&new-version=1.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)


</details>

918: Bump serde from 1.0.131 to 1.0.132 r=thomaseizinger a=dependabot[bot]

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.132</h2>
<ul>
<li>Enable Serialize and Deserialize impls for <code>std::sync::atomic::{AtomicI64, AtomicU64}</code> on riscv64 arch (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2141">#2141</a>, thanks <a href="https://github.com/Avimitin"><code>`@​Avimitin</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="77ae1c3bf7"><code>77ae1c3</code></a> Release 1.0.132</li>
<li><a href="b85e28166c"><code>b85e281</code></a> Update path to rustc target spec files</li>
<li><a href="0508cb50fc"><code>0508cb5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2141">#2141</a> from Avimitin/risc-v</li>
<li><a href="84fdc7df69"><code>84fdc7d</code></a> Enable atomic64 on riscv64 arch</li>
<li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.131&new-version=1.0.132)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)


</details>

919: Bump serde_test from 1.0.131 to 1.0.132 r=thomaseizinger a=dependabot[bot]

Bumps [serde_test](https://github.com/serde-rs/serde) from 1.0.131 to 1.0.132.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde_test's releases</a>.</em></p>
<blockquote>
<h2>v1.0.132</h2>
<ul>
<li>Enable Serialize and Deserialize impls for <code>std::sync::atomic::{AtomicI64, AtomicU64}</code> on riscv64 arch (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2141">#2141</a>, thanks <a href="https://github.com/Avimitin"><code>`@​Avimitin</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="77ae1c3bf7"><code>77ae1c3</code></a> Release 1.0.132</li>
<li><a href="b85e28166c"><code>b85e281</code></a> Update path to rustc target spec files</li>
<li><a href="0508cb50fc"><code>0508cb5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2141">#2141</a> from Avimitin/risc-v</li>
<li><a href="84fdc7df69"><code>84fdc7d</code></a> Enable atomic64 on riscv64 arch</li>
<li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.131...v1.0.132">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_test&package-manager=cargo&previous-version=1.0.131&new-version=1.0.132)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)


</details>

920: Bump clap from 3.0.0-rc.4 to 3.0.0-rc.7 r=thomaseizinger a=dependabot[bot]

Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0-rc.4 to 3.0.0-rc.7.
<details>
<summary>Commits</summary>
<ul>
<li><a href="27893cfd9a"><code>27893cf</code></a> chore: Release</li>
<li><a href="9da7a5c0e1"><code>9da7a5c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3192">#3192</a> from epage/derive</li>
<li><a href="b4fbd05196"><code>b4fbd05</code></a> docs(derive): Call out need for derive feature</li>
<li><a href="43aa505221"><code>43aa505</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3190">#3190</a> from epage/feature</li>
<li><a href="d14255dc00"><code>d14255d</code></a> docs: Show features in docs.rs</li>
<li><a href="c212402466"><code>c212402</code></a> chore: Release</li>
<li><a href="b9a9a80a27"><code>b9a9a80</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3188">#3188</a> from epage/default</li>
<li><a href="74d1c0898f"><code>74d1c08</code></a> chore: Update version requirements (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3187">#3187</a>)</li>
<li><a href="8924dd7a1e"><code>8924dd7</code></a> feat(derive): Don't require <code>Display</code> for default <code>ArgEnum</code></li>
<li><a href="dee3adbd34"><code>dee3adb</code></a> fix: Loosen lifetimes on PossibleValue</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.4...clap_generate-v3.0.0-rc.7">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=3.0.0-rc.4&new-version=3.0.0-rc.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update-blockstream-electrum-server-url
bors[bot] 3 years ago
committed by GitHub
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      Cargo.lock
  2. 2
      daemon/Cargo.toml
  3. 2
      taker-frontend/package.json
  4. 8
      taker-frontend/yarn.lock

29
Cargo.lock

@ -425,9 +425,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.0.0-rc.4"
version = "3.0.0-rc.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "967965e82fc46fee1a88147a7a977a66d615ed5f83eb95b18577b342c08f90ff"
checksum = "9468f8012246b0836c6fd11725102b0844254985f2462b6c637d50040ef49df0"
dependencies = [
"atty",
"bitflags",
@ -442,9 +442,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "3.0.0-rc.4"
version = "3.0.0-rc.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85946d4034625800196413478a1c6d3a57c12785e1f3970e590e0137dfa07342"
checksum = "b72e1af32a4de4d21a43d26de33fe69c00e895371bd8b1523d674f011b610467"
dependencies = [
"heck",
"proc-macro-error",
@ -2714,18 +2714,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.131"
version = "1.0.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1"
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.131"
version = "1.0.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b710a83c4e0dff6a3d511946b95274ad9ca9e5d3ae497b63fda866ac955358d2"
checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
dependencies = [
"proc-macro2",
"quote",
@ -2755,9 +2755,9 @@ dependencies = [
[[package]]
name = "serde_test"
version = "1.0.131"
version = "1.0.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfaa01d46254ba300fb5920e781e9eae209daac68b68b26cdd678da7bd4fc5c4"
checksum = "b138b0ce2635ff4052c489bd0a2c9a7e10de455d6b67e4fa29b5455781121300"
dependencies = [
"serde",
]
@ -3236,11 +3236,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.14.0"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
dependencies = [
"autocfg 1.0.1",
"bytes",
"libc",
"memchr",
@ -3255,9 +3254,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "1.6.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
dependencies = [
"proc-macro2",
"quote",

2
daemon/Cargo.toml

@ -10,7 +10,7 @@ atty = "0.2"
bdk = { version = "0.14.1-dev", default-features = false, features = ["electrum"] }
bytes = "1"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "3.0.0-rc.4", features = ["derive"] }
clap = { version = "3.0.0-rc.7", features = ["derive"] }
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
futures = { version = "0.3", default-features = false }
hex = "0.4"

2
taker-frontend/package.json

@ -18,7 +18,7 @@
"@testing-library/user-event": "^13.5.0",
"@types/eslint": "^8.2.1",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@types/node": "^17.0.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.1.3",

8
taker-frontend/yarn.lock

@ -2239,10 +2239,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
"@types/node@*", "@types/node@^16.11.12":
version "16.11.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12.tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10"
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==
"@types/node@*", "@types/node@^17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.0.tgz#62797cee3b8b497f6547503b2312254d4fe3c2bb"
integrity sha512-eMhwJXc931Ihh4tkU+Y7GiLzT/y/DBNpNtr4yU9O2w3SYBsr9NaOPhQlLKRmoWtI54uNwuo0IOUFQjVOTZYRvw==
"@types/normalize-package-data@^2.4.0":
version "2.4.1"

Loading…
Cancel
Save