Skip to content

Commit 6d436c6

Browse files
authored
Merge pull request #190 from jupyterlab/dependabot/npm_and_yarn/node-fetch-2.6.7
chore(deps): Bump node-fetch from 2.6.1 to 2.6.7
2 parents c2bc547 + d72d99b commit 6d436c6

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
@@ -3561,9 +3561,11 @@ node-ensure@^0.0.0:
35613561
integrity sha1-7K52QVDemYYexcgQ/V0Jaxg5Mqc=
35623562

35633563
node-fetch@^2.6.0:
3564-
version "2.6.1"
3565-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3566-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3564+
version "2.6.7"
3565+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3566+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3567+
dependencies:
3568+
whatwg-url "^5.0.0"
35673569

35683570
node-releases@^1.1.71:
35693571
version "1.1.73"
@@ -4991,6 +4993,11 @@ toposort@^2.0.2:
49914993
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
49924994
integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=
49934995

4996+
tr46@~0.0.3:
4997+
version "0.0.3"
4998+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
4999+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5000+
49945001
tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
49955002
version "1.14.1"
49965003
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -5217,6 +5224,11 @@ watchpack@^2.2.0:
52175224
glob-to-regexp "^0.4.1"
52185225
graceful-fs "^4.1.2"
52195226

5227+
webidl-conversions@^3.0.0:
5228+
version "3.0.1"
5229+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5230+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5231+
52205232
webpack-cli@^4.1.0:
52215233
version "4.7.2"
52225234
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.7.2.tgz#a718db600de6d3906a4357e059ae584a89f4c1a5"
@@ -5289,6 +5301,14 @@ webpack@^5.3.1:
52895301
watchpack "^2.2.0"
52905302
webpack-sources "^2.3.0"
52915303

5304+
whatwg-url@^5.0.0:
5305+
version "5.0.0"
5306+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5307+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5308+
dependencies:
5309+
tr46 "~0.0.3"
5310+
webidl-conversions "^3.0.0"
5311+
52925312
which-boxed-primitive@^1.0.2:
52935313
version "1.0.2"
52945314
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)