Skip to content

Commit 42be42d

Browse files
authored
Merge pull request #662 from ipython/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7
2 parents a9cb248 + 7884f74 commit 42be42d

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
@@ -4117,9 +4117,11 @@ [email protected]:
41174117
semver "^5.7.0"
41184118

41194119
node-fetch@^2.6.0:
4120-
version "2.6.1"
4121-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4122-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4120+
version "2.6.7"
4121+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4122+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4123+
dependencies:
4124+
whatwg-url "^5.0.0"
41234125

41244126
node-gyp-build@~4.1.0:
41254127
version "4.1.1"
@@ -5658,6 +5660,11 @@ tr46@^1.0.1:
56585660
dependencies:
56595661
punycode "^2.1.0"
56605662

5663+
tr46@~0.0.3:
5664+
version "0.0.3"
5665+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5666+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5667+
56615668
tslib@^1.8.1, tslib@^1.9.0:
56625669
version "1.14.1"
56635670
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -5977,6 +5984,11 @@ watchpack@^2.2.0:
59775984
glob-to-regexp "^0.4.1"
59785985
graceful-fs "^4.1.2"
59795986

5987+
webidl-conversions@^3.0.0:
5988+
version "3.0.1"
5989+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5990+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5991+
59805992
webidl-conversions@^4.0.2:
59815993
version "4.0.2"
59825994
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -6064,6 +6076,14 @@ whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
60646076
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
60656077
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
60666078

6079+
whatwg-url@^5.0.0:
6080+
version "5.0.0"
6081+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6082+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6083+
dependencies:
6084+
tr46 "~0.0.3"
6085+
webidl-conversions "^3.0.0"
6086+
60676087
whatwg-url@^7.0.0:
60686088
version "7.1.0"
60696089
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"

0 commit comments

Comments
 (0)