@@ -1249,20 +1249,15 @@ iterall@^1.1.3, iterall@^1.2.1, iterall@^1.2.2:
12491249 version "1.2.2"
12501250 resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
12511251
1252- jsonwebtoken@8.5.1 :
1253- version "8.5.1"
1254- resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
1252+ jsonwebtoken@9.0.1 :
1253+ version "9.0.1"
1254+ resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
1255+ integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
12551256 dependencies :
12561257 jws "^3.2.2"
1257- lodash.includes "^4.3.0"
1258- lodash.isboolean "^3.0.3"
1259- lodash.isinteger "^4.0.4"
1260- lodash.isnumber "^3.0.3"
1261- lodash.isplainobject "^4.0.6"
1262- lodash.isstring "^4.0.1"
1263- lodash.once "^4.0.0"
1258+ lodash "^4.17.21"
12641259 ms "^2.1.1"
1265- semver "^5.6.0 "
1260+ semver "^7.3.8 "
12661261
12671262jwa@^1.4.1 :
12681263 version "1.4.1"
@@ -1305,33 +1300,10 @@ latest-version@^3.0.0:
13051300 dependencies :
13061301 package-json "^4.0.0"
13071302
1308- lodash.includes@^4.3.0 :
1309- version "4.3.0"
1310- resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
1311-
1312- lodash.isboolean@^3.0.3 :
1313- version "3.0.3"
1314- resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
1315-
1316- lodash.isinteger@^4.0.4 :
1317- version "4.0.4"
1318- resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
1319-
1320- lodash.isnumber@^3.0.3 :
1321- version "3.0.3"
1322- resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
1323-
1324- lodash.isplainobject@^4.0.6 :
1325- version "4.0.6"
1326- resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
1327-
1328- lodash.isstring@^4.0.1 :
1329- version "4.0.1"
1330- resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
1331-
1332- lodash.once@^4.0.0 :
1333- version "4.1.1"
1334- resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
1303+ lodash@^4.17.21 :
1304+ version "4.17.21"
1305+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1306+ integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
13351307
13361308lodash@^4.17.4 :
13371309 version "4.17.11"
@@ -1348,6 +1320,13 @@ lru-cache@^4.0.1:
13481320 pseudomap "^1.0.2"
13491321 yallist "^2.1.2"
13501322
1323+ lru-cache@^6.0.0 :
1324+ version "6.0.0"
1325+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
1326+ integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
1327+ dependencies :
1328+ yallist "^4.0.0"
1329+
13511330make-dir@^1.0.0 :
13521331 version "1.3.0"
13531332 resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -1842,14 +1821,21 @@ semver-diff@^2.0.0:
18421821 dependencies :
18431822 semver "^5.0.3"
18441823
1845- semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.6.0 :
1824+ semver@^5.0.3, semver@^5.1.0, semver@^5.3.0 :
18461825 version "5.6.0"
18471826 resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
18481827
18491828semver@^5.7.1 :
18501829 version "5.7.1"
18511830 resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
18521831
1832+ semver@^7.3.8 :
1833+ version "7.5.3"
1834+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
1835+ integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
1836+ dependencies :
1837+ lru-cache "^6.0.0"
1838+
18531839send@0.16.2 :
18541840 version "0.16.2"
18551841 resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
@@ -2279,6 +2265,11 @@ yallist@^3.0.0, yallist@^3.0.2:
22792265 version "3.0.3"
22802266 resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
22812267
2268+ yallist@^4.0.0 :
2269+ version "4.0.0"
2270+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
2271+ integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
2272+
22822273yn@^2.0.0 :
22832274 version "2.0.0"
22842275 resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"
0 commit comments