Skip to content

Commit f75264c

Browse files
chore(deps): update dependency node-fetch to v2.6.7 [security]
1 parent ee9b3df commit f75264c

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"micro": "9.3.3",
15-
"node-fetch": "2.1.2",
15+
"node-fetch": "2.6.7",
1616
"node-schedule": "1.3.0",
1717
"raven": "2.6.4"
1818
},

yarn.lock

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,12 @@ moment-timezone@^0.5.0:
143143
version "2.21.0"
144144
resolved "https://registry.yarnpkg.com/moment/-/moment-2.21.0.tgz#2a114b51d2a6ec9e6d83cf803f838a878d8a023a"
145145

146-
node-fetch@2.1.2:
147-
version "2.1.2"
148-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
146+
node-fetch@2.6.7:
147+
version "2.6.7"
148+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
149+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
150+
dependencies:
151+
whatwg-url "^5.0.0"
149152

150153
node-schedule@1.3.0:
151154
version "1.3.0"
@@ -204,10 +207,28 @@ timed-out@4.0.1:
204207
version "4.0.1"
205208
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
206209

210+
tr46@~0.0.3:
211+
version "0.0.3"
212+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
213+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
214+
207215
unpipe@1.0.0:
208216
version "1.0.0"
209217
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
210218

211219
uuid@3.3.2:
212220
version "3.3.2"
213221
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
222+
223+
webidl-conversions@^3.0.0:
224+
version "3.0.1"
225+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
226+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
227+
228+
whatwg-url@^5.0.0:
229+
version "5.0.0"
230+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
231+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
232+
dependencies:
233+
tr46 "~0.0.3"
234+
webidl-conversions "^3.0.0"

0 commit comments

Comments
 (0)