Skip to content

Commit ef477d5

Browse files
authored
Merge pull request rails#59 from rails/dependabot/npm_and_yarn/node-fetch-2.6.12
Bump node-fetch from 2.6.2 to 2.6.12
2 parents 685f952 + 8394406 commit ef477d5

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,9 +2826,11 @@ natural-compare@^1.4.0:
28262826
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
28272827

28282828
node-fetch@^2.6.1:
2829-
version "2.6.2"
2830-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0"
2831-
integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==
2829+
version "2.6.12"
2830+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
2831+
integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
2832+
dependencies:
2833+
whatwg-url "^5.0.0"
28322834

28332835
node-int64@^0.4.0:
28342836
version "0.4.0"
@@ -3664,6 +3666,11 @@ tr46@^2.1.0:
36643666
dependencies:
36653667
punycode "^2.1.1"
36663668

3669+
tr46@~0.0.3:
3670+
version "0.0.3"
3671+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3672+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
3673+
36673674
tsconfig-paths@^3.9.0:
36683675
version "3.11.0"
36693676
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
@@ -3780,6 +3787,11 @@ walker@^1.0.7:
37803787
dependencies:
37813788
makeerror "1.0.x"
37823789

3790+
webidl-conversions@^3.0.0:
3791+
version "3.0.1"
3792+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3793+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
3794+
37833795
webidl-conversions@^5.0.0:
37843796
version "5.0.0"
37853797
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -3807,6 +3819,14 @@ whatwg-mimetype@^2.3.0:
38073819
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
38083820
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
38093821

3822+
whatwg-url@^5.0.0:
3823+
version "5.0.0"
3824+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3825+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
3826+
dependencies:
3827+
tr46 "~0.0.3"
3828+
webidl-conversions "^3.0.0"
3829+
38103830
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
38113831
version "8.7.0"
38123832
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)