Skip to content

Commit ea39d86

Browse files
authored
Merge pull request #942 from jupyter-widgets/dependabot/npm_and_yarn/js/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7 in /js
2 parents 4cc06a4 + b5d297b commit ea39d86

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

js/yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4316,9 +4316,11 @@ node-fetch-npm@^2.0.2:
43164316
safe-buffer "^5.1.1"
43174317

43184318
node-fetch@^2.6.0:
4319-
version "2.6.1"
4320-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4321-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4319+
version "2.6.7"
4320+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4321+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4322+
dependencies:
4323+
whatwg-url "^5.0.0"
43224324

43234325
node-gyp@^5.0.2, node-gyp@^5.1.0:
43244326
version "5.1.1"
@@ -6448,6 +6450,11 @@ tough-cookie@~2.5.0:
64486450
psl "^1.1.28"
64496451
punycode "^2.1.1"
64506452

6453+
tr46@~0.0.3:
6454+
version "0.0.3"
6455+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6456+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6457+
64516458
tslib@^1.9.0:
64526459
version "1.14.1"
64536460
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -6713,6 +6720,11 @@ wcwidth@^1.0.0:
67136720
dependencies:
67146721
defaults "^1.0.3"
67156722

6723+
webidl-conversions@^3.0.0:
6724+
version "3.0.1"
6725+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6726+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6727+
67166728
webpack-cli@^3.3.10:
67176729
version "3.3.12"
67186730
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a"
@@ -6815,6 +6827,14 @@ whatwg-fetch@^2.0.3:
68156827
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
68166828
integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
68176829

6830+
whatwg-url@^5.0.0:
6831+
version "5.0.0"
6832+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6833+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6834+
dependencies:
6835+
tr46 "~0.0.3"
6836+
webidl-conversions "^3.0.0"
6837+
68186838
which-module@^2.0.0:
68196839
version "2.0.0"
68206840
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)