File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,11 @@ ms@^2.1.1:
3737 integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
3838
3939node-fetch@^2.2.0 :
40- version "2.3.0"
41- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5"
42- integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==
40+ version "2.6.7"
41+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
42+ integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
43+ dependencies :
44+ whatwg-url "^5.0.0"
4345
4446sandwich-stream@^2.0.1 :
4547 version "2.0.2"
@@ -68,3 +70,21 @@ telegram-typings@^3.6.0:
6870 version "3.6.1"
6971 resolved "https://registry.yarnpkg.com/telegram-typings/-/telegram-typings-3.6.1.tgz#1288d547f8694b61f1c01c2993e295f3114d9e25"
7072 integrity sha512-njVv1EAhIZnmQVLocZEADYUyqA1WIXuVcDYlsp+mXua/XB0pxx+PKtMSPeZ/EE4wPWTw9h/hA9ASTT6yQelkiw==
73+
74+ tr46@~0.0.3 :
75+ version "0.0.3"
76+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
77+ integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
78+
79+ webidl-conversions@^3.0.0 :
80+ version "3.0.1"
81+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
82+ integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
83+
84+ whatwg-url@^5.0.0 :
85+ version "5.0.0"
86+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
87+ integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
88+ dependencies :
89+ tr46 "~0.0.3"
90+ webidl-conversions "^3.0.0"
You can’t perform that action at this time.
0 commit comments