Skip to content

Commit 58e30e4

Browse files
chore: bump node-fetch from 2.6.1 to 2.6.7 (coder#834)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e1bc36 commit 58e30e4

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
@@ -662,9 +662,11 @@ mute-stream@0.0.8:
662662
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
663663

664664
node-fetch@^2.6.0:
665-
version "2.6.1"
666-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
667-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
665+
version "2.6.7"
666+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
667+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
668+
dependencies:
669+
whatwg-url "^5.0.0"
668670

669671
normalize-path@^3.0.0:
670672
version "3.0.0"
@@ -956,6 +958,11 @@ to-regex-range@^5.0.1:
956958
dependencies:
957959
is-number "^7.0.0"
958960

961+
tr46@~0.0.3:
962+
version "0.0.3"
963+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
964+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
965+
959966
ts-node@^10.4.0:
960967
version "10.4.0"
961968
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.4.0.tgz#680f88945885f4e6cf450e7f0d6223dd404895f7"
@@ -999,6 +1006,19 @@ uc.micro@^1.0.1, uc.micro@^1.0.5:
9991006
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
10001007
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
10011008

1009+
webidl-conversions@^3.0.0:
1010+
version "3.0.1"
1011+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
1012+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
1013+
1014+
whatwg-url@^5.0.0:
1015+
version "5.0.0"
1016+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
1017+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
1018+
dependencies:
1019+
tr46 "~0.0.3"
1020+
webidl-conversions "^3.0.0"
1021+
10021022
which-module@^2.0.0:
10031023
version "2.0.0"
10041024
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)