Skip to content

Commit cecfccb

Browse files
authored
Merge pull request #52 from gnidan/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7
2 parents 6bb642f + e94e22e commit cecfccb

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
([#51](https://github.com/gnidan/abi-to-sol/pull/51) by
1313
[@dependabot](https://github.com/dependabot))
1414

15+
- Bump node-fetch from 2.6.1 to 2.6.7
16+
([#52](https://github.com/gnidan/abi-to-sol/pull/52) by
17+
[@dependabot](https://github.com/dependabot))
18+
1519
## v0.5.2
1620

1721
See [release notes](https://github.com/gnidan/abi-to-sol/releases/tag/v0.5.2).

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -10829,9 +10829,11 @@ no-case@^3.0.4:
1082910829
tslib "^2.0.3"
1083010830

1083110831
node-fetch@^2.6.1:
10832-
version "2.6.1"
10833-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
10834-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
10832+
version "2.6.7"
10833+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
10834+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
10835+
dependencies:
10836+
whatwg-url "^5.0.0"
1083510837

1083610838
node-forge@^0.10.0:
1083710839
version "0.10.0"
@@ -14928,6 +14930,11 @@ tr46@^2.1.0:
1492814930
dependencies:
1492914931
punycode "^2.1.1"
1493014932

14933+
tr46@~0.0.3:
14934+
version "0.0.3"
14935+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
14936+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
14937+
1493114938
trim-newlines@^3.0.0:
1493214939
version "3.0.1"
1493314940
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
@@ -15547,6 +15554,11 @@ [email protected]:
1554715554
underscore "1.9.1"
1554815555
utf8 "3.0.0"
1554915556

15557+
webidl-conversions@^3.0.0:
15558+
version "3.0.1"
15559+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
15560+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
15561+
1555015562
webidl-conversions@^5.0.0:
1555115563
version "5.0.0"
1555215564
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -15708,6 +15720,14 @@ whatwg-mimetype@^2.3.0:
1570815720
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1570915721
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1571015722

15723+
whatwg-url@^5.0.0:
15724+
version "5.0.0"
15725+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
15726+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
15727+
dependencies:
15728+
tr46 "~0.0.3"
15729+
webidl-conversions "^3.0.0"
15730+
1571115731
whatwg-url@^8.0.0, whatwg-url@^8.4.0, whatwg-url@^8.5.0:
1571215732
version "8.7.0"
1571315733
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)