Skip to content

Commit c49f0f0

Browse files
author
John Agan
authored
Merge pull request #47 from webflow/dependabot/npm_and_yarn/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7
2 parents 642b0f9 + 6ea7fc8 commit c49f0f0

File tree

2 files changed

+48
-6
lines changed

2 files changed

+48
-6
lines changed

package-lock.json

Lines changed: 25 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,9 +2563,11 @@ nock@^13.0.7:
25632563
propagate "^2.0.0"
25642564

25652565
node-fetch@^2.6.1:
2566-
version "2.6.1"
2567-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2568-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2566+
version "2.6.7"
2567+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2568+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2569+
dependencies:
2570+
whatwg-url "^5.0.0"
25692571

25702572
node-pre-gyp@^0.6.29:
25712573
version "0.6.31"
@@ -3500,6 +3502,11 @@ tough-cookie@~2.3.0:
35003502
dependencies:
35013503
punycode "^1.4.1"
35023504

3505+
tr46@~0.0.3:
3506+
version "0.0.3"
3507+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3508+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3509+
35033510
traverse@^0.6.6:
35043511
version "0.6.6"
35053512
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -3615,11 +3622,24 @@ [email protected]:
36153622
dependencies:
36163623
extsprintf "1.0.2"
36173624

3625+
webidl-conversions@^3.0.0:
3626+
version "3.0.1"
3627+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3628+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3629+
36183630
whatwg-fetch@^3.4.1:
36193631
version "3.5.0"
36203632
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868"
36213633
integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==
36223634

3635+
whatwg-url@^5.0.0:
3636+
version "5.0.0"
3637+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3638+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3639+
dependencies:
3640+
tr46 "~0.0.3"
3641+
webidl-conversions "^3.0.0"
3642+
36233643
which-module@^1.0.0:
36243644
version "1.0.0"
36253645
resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"

0 commit comments

Comments
 (0)