Skip to content

Commit e0e77bf

Browse files
chore(deps): bump node-fetch from 2.6.1 to 2.6.7 (#30)
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:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0711a2e commit e0e77bf

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
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"graphql-tag": "^2.11.0",
40-
"node-fetch": "^2.6.1",
40+
"node-fetch": "^2.6.7",
4141
"serverless-appsync-plugin": "^1.4.0"
4242
},
4343
"devDependencies": {

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9179,10 +9179,12 @@ node-dir@^0.1.17:
91799179
dependencies:
91809180
minimatch "^3.0.2"
91819181

9182-
node-fetch@^1.0.1, node-fetch@^1.7.3, node-fetch@^2.1.2, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
9183-
version "2.6.1"
9184-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
9185-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
9182+
node-fetch@^1.0.1, node-fetch@^1.7.3, node-fetch@^2.1.2, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
9183+
version "2.6.7"
9184+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
9185+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
9186+
dependencies:
9187+
whatwg-url "^5.0.0"
91869188

91879189
node-int64@^0.4.0:
91889190
version "0.4.0"
@@ -12299,6 +12301,11 @@ tr46@^2.0.2:
1229912301
dependencies:
1230012302
punycode "^2.1.1"
1230112303

12304+
tr46@~0.0.3:
12305+
version "0.0.3"
12306+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
12307+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
12308+
1230212309
traverse@^0.6.6:
1230312310
version "0.6.6"
1230412311
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -12887,6 +12894,11 @@ watchpack@^1.7.4:
1288712894
chokidar "^3.4.1"
1288812895
watchpack-chokidar2 "^2.0.0"
1288912896

12897+
webidl-conversions@^3.0.0:
12898+
version "3.0.1"
12899+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
12900+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
12901+
1289012902
webidl-conversions@^5.0.0:
1289112903
version "5.0.0"
1289212904
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
@@ -12978,6 +12990,14 @@ whatwg-mimetype@^2.3.0:
1297812990
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1297912991
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1298012992

12993+
whatwg-url@^5.0.0:
12994+
version "5.0.0"
12995+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
12996+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
12997+
dependencies:
12998+
tr46 "~0.0.3"
12999+
webidl-conversions "^3.0.0"
13000+
1298113001
whatwg-url@^8.0.0:
1298213002
version "8.1.0"
1298313003
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.1.0.tgz#c628acdcf45b82274ce7281ee31dd3c839791771"

0 commit comments

Comments
 (0)