Skip to content

Commit 0cf4206

Browse files
authored
Merge pull request #132 from jupyterlab/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7
2 parents 4d156cf + aacf4d9 commit 0cf4206

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -3520,9 +3520,11 @@ nice-try@^1.0.4:
35203520
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
35213521

35223522
node-fetch@^2.6.0:
3523-
version "2.6.1"
3524-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3525-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3523+
version "2.6.7"
3524+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3525+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3526+
dependencies:
3527+
whatwg-url "^5.0.0"
35263528

35273529
node-releases@^2.0.0:
35283530
version "2.0.1"
@@ -4967,6 +4969,11 @@ toposort@^2.0.2:
49674969
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
49684970
integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA=
49694971

4972+
tr46@~0.0.3:
4973+
version "0.0.3"
4974+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
4975+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
4976+
49704977
tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
49714978
version "1.11.1"
49724979
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
@@ -5188,6 +5195,11 @@ watchpack@^2.0.0:
51885195
glob-to-regexp "^0.4.1"
51895196
graceful-fs "^4.1.2"
51905197

5198+
webidl-conversions@^3.0.0:
5199+
version "3.0.1"
5200+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5201+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
5202+
51915203
webpack-cli@^4.1.0:
51925204
version "4.5.0"
51935205
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.5.0.tgz#b5213b84adf6e1f5de6391334c9fa53a48850466"
@@ -5261,6 +5273,14 @@ webpack@^5.3.1:
52615273
watchpack "^2.0.0"
52625274
webpack-sources "^2.1.1"
52635275

5276+
whatwg-url@^5.0.0:
5277+
version "5.0.0"
5278+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5279+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
5280+
dependencies:
5281+
tr46 "~0.0.3"
5282+
webidl-conversions "^3.0.0"
5283+
52645284
which@^1.2.10, which@^1.2.9:
52655285
version "1.3.1"
52665286
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)