Skip to content

Commit 421023d

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#369)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fd5667 commit 421023d

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
@@ -4930,9 +4930,11 @@ node-dir@^0.1.17:
49304930
minimatch "^3.0.2"
49314931

49324932
node-fetch@^2.2.0, node-fetch@^2.6.0:
4933-
version "2.6.1"
4934-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4935-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4933+
version "2.6.7"
4934+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4935+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4936+
dependencies:
4937+
whatwg-url "^5.0.0"
49364938

49374939
node-int64@^0.4.0:
49384940
version "0.4.0"
@@ -6408,6 +6410,11 @@ tr46@^2.1.0:
64086410
dependencies:
64096411
punycode "^2.1.1"
64106412

6413+
tr46@~0.0.3:
6414+
version "0.0.3"
6415+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6416+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
6417+
64116418
tslib@^1.8.1:
64126419
version "1.11.1"
64136420
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
@@ -6626,6 +6633,11 @@ wcwidth@^1.0.1:
66266633
dependencies:
66276634
defaults "^1.0.3"
66286635

6636+
webidl-conversions@^3.0.0:
6637+
version "3.0.1"
6638+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6639+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
6640+
66296641
webidl-conversions@^5.0.0:
66306642
version "5.0.0"
66316643
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -6653,6 +6665,14 @@ whatwg-mimetype@^2.3.0:
66536665
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
66546666
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
66556667

6668+
whatwg-url@^5.0.0:
6669+
version "5.0.0"
6670+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6671+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
6672+
dependencies:
6673+
tr46 "~0.0.3"
6674+
webidl-conversions "^3.0.0"
6675+
66566676
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
66576677
version "8.7.0"
66586678
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"

0 commit comments

Comments
 (0)