File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 22
22
"winston" : " ^3.3.3"
23
23
},
24
24
"devDependencies" : {
25
- "@types/chai" : " 4.2.18 " ,
25
+ "@types/chai" : " 4.3.3 " ,
26
26
"@types/mocha" : " 7.0.2" ,
27
27
"@typescript-eslint/eslint-plugin" : " 2.34.0" ,
28
28
"@typescript-eslint/parser" : " 2.34.0" ,
29
- "chai" : " 4.3.4 " ,
29
+ "chai" : " 4.3.6 " ,
30
30
"eslint" : " 6.8.0" ,
31
31
"mocha" : " 7.2.0" ,
32
32
"ts-node" : " 8.10.2" ,
Original file line number Diff line number Diff line change 32
32
enabled "2.0.x"
33
33
kuler "^2.0.0"
34
34
35
- " @types/chai@4.2.18 " :
36
- version "4.2.18 "
37
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.18 .tgz#0c8e298dbff8205e2266606c1ea5fbdba29b46e4 "
38
- integrity sha512-rS27+EkB/RE1Iz3u0XtVL5q36MGDWbgYe7zWiodyKNUnthxY0rukK5V36eiUCtCisB7NN8zKYH6DO2M37qxFEQ ==
35
+ " @types/chai@4.3.3 " :
36
+ version "4.3.3 "
37
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.3 .tgz#3c90752792660c4b562ad73b3fbd68bf3bc7ae07 "
38
+ integrity sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g ==
39
39
40
40
" @types/eslint-visitor-keys@^1.0.0 " :
41
41
version "1.0.0"
@@ -244,15 +244,16 @@ camelcase@^5.0.0:
244
244
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
245
245
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
246
246
247
-
248
- version "4.3.4 "
249
- resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4 .tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49 "
250
- integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA ==
247
+
248
+ version "4.3.6 "
249
+ resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.6 .tgz#ffe4ba2d9fa9d6680cc0b370adae709ec9011e9c "
250
+ integrity sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q ==
251
251
dependencies :
252
252
assertion-error "^1.1.0"
253
253
check-error "^1.0.2"
254
254
deep-eql "^3.0.1"
255
255
get-func-name "^2.0.0"
256
+ loupe "^2.3.1"
256
257
pathval "^1.1.1"
257
258
type-detect "^4.0.5"
258
259
@@ -1057,6 +1058,13 @@ logform@^2.2.0:
1057
1058
ms "^2.1.1"
1058
1059
triple-beam "^1.3.0"
1059
1060
1061
+ loupe@^2.3.1 :
1062
+ version "2.3.4"
1063
+ resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.4.tgz#7e0b9bffc76f148f9be769cb1321d3dcf3cb25f3"
1064
+ integrity sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ==
1065
+ dependencies :
1066
+ get-func-name "^2.0.0"
1067
+
1060
1068
lru-cache@^6.0.0 :
1061
1069
version "6.0.0"
1062
1070
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
You can’t perform that action at this time.
0 commit comments