File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 30
30
"@typescript/twoslash" : " ^3.2.1" ,
31
31
"@vercel/ncc" : " ^0.34.0" ,
32
32
"diff" : " ^5.0.0" ,
33
- "node-fetch" : " ^2.6.0 "
33
+ "node-fetch" : " ^2.6.7 "
34
34
},
35
35
"devDependencies" : {
36
36
"@types/jest" : " ^26.0.3" ,
Original file line number Diff line number Diff line change @@ -2809,15 +2809,10 @@ nice-try@^1.0.4:
2809
2809
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
2810
2810
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
2811
2811
2812
- node-fetch@^2.3.0 :
2813
- version "2.6.0"
2814
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
2815
- integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
2816
-
2817
- node-fetch@^2.6.0 :
2818
- version "2.6.6"
2819
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
2820
- integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
2812
+ node-fetch@^2.3.0, node-fetch@^2.6.7 :
2813
+ version "2.6.7"
2814
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2815
+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2821
2816
dependencies :
2822
2817
whatwg-url "^5.0.0"
2823
2818
You can’t perform that action at this time.
0 commit comments