Skip to content

Commit db11391

Browse files
authored
Merge pull request #332 from awibox/dependabot/npm_and_yarn/node-fetch-2.6.7
build(deps): bump node-fetch from 2.6.1 to 2.6.7
2 parents 92be47f + 2b10929 commit db11391

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
@@ -7110,9 +7110,11 @@ node-fetch-npm@^2.0.2:
71107110
safe-buffer "^5.1.1"
71117111

71127112
node-fetch@^2.6.1:
7113-
version "2.6.1"
7114-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
7115-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
7113+
version "2.6.7"
7114+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
7115+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
7116+
dependencies:
7117+
whatwg-url "^5.0.0"
71167118

71177119
node-gyp@^5.0.2, node-gyp@^5.1.0:
71187120
version "5.1.1"
@@ -9656,6 +9658,11 @@ tr46@^2.0.2:
96569658
dependencies:
96579659
punycode "^2.1.1"
96589660

9661+
tr46@~0.0.3:
9662+
version "0.0.3"
9663+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
9664+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
9665+
96599666
traverse@~0.6.6:
96609667
version "0.6.6"
96619668
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -10034,6 +10041,11 @@ wcwidth@^1.0.0:
1003410041
dependencies:
1003510042
defaults "^1.0.3"
1003610043

10044+
webidl-conversions@^3.0.0:
10045+
version "3.0.1"
10046+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
10047+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
10048+
1003710049
webidl-conversions@^4.0.2:
1003810050
version "4.0.2"
1003910051
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -10124,6 +10136,14 @@ whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
1012410136
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1012510137
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1012610138

10139+
whatwg-url@^5.0.0:
10140+
version "5.0.0"
10141+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
10142+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
10143+
dependencies:
10144+
tr46 "~0.0.3"
10145+
webidl-conversions "^3.0.0"
10146+
1012710147
whatwg-url@^6.4.1:
1012810148
version "6.5.0"
1012910149
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)