Skip to content

Commit 52bd9ec

Browse files
build(deps-dev): bump node-fetch from 2.6.1 to 2.6.7
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: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8dca876 commit 52bd9ec

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"graphql": "15.5.0",
4444
"graphql-compose": "9.0.0",
4545
"jest": "27.0.3",
46-
"node-fetch": "2.6.1",
46+
"node-fetch": "2.6.7",
4747
"prettier": "2.3.0",
4848
"rimraf": "3.0.2",
4949
"semantic-release": "17.4.3",

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4784,10 +4784,12 @@ node-emoji@^1.10.0:
47844784
dependencies:
47854785
lodash.toarray "^4.4.0"
47864786

4787-
[email protected], node-fetch@^2.6.1:
4788-
version "2.6.1"
4789-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4790-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4787+
[email protected], node-fetch@^2.6.1:
4788+
version "2.6.7"
4789+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4790+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4791+
dependencies:
4792+
whatwg-url "^5.0.0"
47914793

47924794
node-gyp@^7.1.0, node-gyp@^7.1.2:
47934795
version "7.1.2"
@@ -6406,6 +6408,11 @@ tr46@^2.0.2:
64066408
dependencies:
64076409
punycode "^2.1.1"
64086410

6411+
tr46@~0.0.3:
6412+
version "0.0.3"
6413+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6414+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6415+
64096416
traverse@~0.6.6:
64106417
version "0.6.6"
64116418
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -6720,6 +6727,11 @@ wcwidth@^1.0.0:
67206727
dependencies:
67216728
defaults "^1.0.3"
67226729

6730+
webidl-conversions@^3.0.0:
6731+
version "3.0.1"
6732+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6733+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
6734+
67236735
webidl-conversions@^5.0.0:
67246736
version "5.0.0"
67256737
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -6742,6 +6754,14 @@ whatwg-mimetype@^2.3.0:
67426754
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
67436755
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
67446756

6757+
whatwg-url@^5.0.0:
6758+
version "5.0.0"
6759+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6760+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
6761+
dependencies:
6762+
tr46 "~0.0.3"
6763+
webidl-conversions "^3.0.0"
6764+
67456765
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
67466766
version "8.5.0"
67476767
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.5.0.tgz#7752b8464fc0903fec89aa9846fc9efe07351fd3"

0 commit comments

Comments
 (0)