|
74 | 74 | dependencies:
|
75 | 75 | typescript-workspace-plugin "^2.0.1"
|
76 | 76 |
|
77 |
| -"@babel/cli@^7.12.8", "@babel/cli@^7.8.4": |
78 |
| - version "7.12.8" |
79 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430" |
80 |
| - integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA== |
| 77 | +"@babel/cli@^7.12.10", "@babel/cli@^7.8.4": |
| 78 | + version "7.12.10" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.10.tgz#67a1015b1cd505bde1696196febf910c4c339a48" |
| 80 | + integrity sha512-+y4ZnePpvWs1fc/LhZRTHkTesbXkyBYuOB+5CyodZqrEuETXi3zOVfpAQIdgC3lXbHLTDG9dQosxR9BhvLKDLQ== |
81 | 81 | dependencies:
|
82 | 82 | commander "^4.0.1"
|
83 | 83 | convert-source-map "^1.1.0"
|
|
107 | 107 | invariant "^2.2.4"
|
108 | 108 | semver "^5.5.0"
|
109 | 109 |
|
110 |
| -"@babel/core@^7.12.9", "@babel/core@^7.6.4", "@babel/core@^7.9.0": |
111 |
| - version "7.12.9" |
112 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
113 |
| - integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== |
| 110 | +"@babel/core@^7.12.10", "@babel/core@^7.6.4", "@babel/core@^7.9.0": |
| 111 | + version "7.12.10" |
| 112 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd" |
| 113 | + integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== |
114 | 114 | dependencies:
|
115 | 115 | "@babel/code-frame" "^7.10.4"
|
116 |
| - "@babel/generator" "^7.12.5" |
| 116 | + "@babel/generator" "^7.12.10" |
117 | 117 | "@babel/helper-module-transforms" "^7.12.1"
|
118 | 118 | "@babel/helpers" "^7.12.5"
|
119 |
| - "@babel/parser" "^7.12.7" |
| 119 | + "@babel/parser" "^7.12.10" |
120 | 120 | "@babel/template" "^7.12.7"
|
121 |
| - "@babel/traverse" "^7.12.9" |
122 |
| - "@babel/types" "^7.12.7" |
| 121 | + "@babel/traverse" "^7.12.10" |
| 122 | + "@babel/types" "^7.12.10" |
123 | 123 | convert-source-map "^1.7.0"
|
124 | 124 | debug "^4.1.0"
|
125 | 125 | gensync "^1.0.0-beta.1"
|
126 | 126 | json5 "^2.1.2"
|
127 | 127 | lodash "^4.17.19"
|
128 |
| - resolve "^1.3.2" |
129 | 128 | semver "^5.4.1"
|
130 | 129 | source-map "^0.5.0"
|
131 | 130 |
|
132 |
| -"@babel/generator@^7.12.5": |
133 |
| - version "7.12.5" |
134 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" |
135 |
| - integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== |
| 131 | +"@babel/generator@^7.12.10": |
| 132 | + version "7.12.10" |
| 133 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460" |
| 134 | + integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww== |
136 | 135 | dependencies:
|
137 |
| - "@babel/types" "^7.12.5" |
| 136 | + "@babel/types" "^7.12.10" |
138 | 137 | jsesc "^2.5.1"
|
139 | 138 | source-map "^0.5.0"
|
140 | 139 |
|
|
362 | 361 | chalk "^2.0.0"
|
363 | 362 | js-tokens "^4.0.0"
|
364 | 363 |
|
365 |
| -"@babel/parser@^7.12.7", "@babel/parser@^7.7.0": |
366 |
| - version "7.12.7" |
367 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
368 |
| - integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== |
| 364 | +"@babel/parser@^7.12.10", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0": |
| 365 | + version "7.12.10" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81" |
| 367 | + integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA== |
369 | 368 |
|
370 | 369 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
371 | 370 | version "7.8.3"
|
|
982 | 981 | "@babel/parser" "^7.12.7"
|
983 | 982 | "@babel/types" "^7.12.7"
|
984 | 983 |
|
985 |
| -"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": |
986 |
| - version "7.12.9" |
987 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
988 |
| - integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
| 984 | +"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": |
| 985 | + version "7.12.10" |
| 986 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a" |
| 987 | + integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg== |
989 | 988 | dependencies:
|
990 | 989 | "@babel/code-frame" "^7.10.4"
|
991 |
| - "@babel/generator" "^7.12.5" |
| 990 | + "@babel/generator" "^7.12.10" |
992 | 991 | "@babel/helper-function-name" "^7.10.4"
|
993 | 992 | "@babel/helper-split-export-declaration" "^7.11.0"
|
994 |
| - "@babel/parser" "^7.12.7" |
995 |
| - "@babel/types" "^7.12.7" |
| 993 | + "@babel/parser" "^7.12.10" |
| 994 | + "@babel/types" "^7.12.10" |
996 | 995 | debug "^4.1.0"
|
997 | 996 | globals "^11.1.0"
|
998 | 997 | lodash "^4.17.19"
|
999 | 998 |
|
1000 |
| -"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0": |
1001 |
| - version "7.12.7" |
1002 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
1003 |
| - integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
| 999 | +"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.9.0": |
| 1000 | + version "7.12.10" |
| 1001 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260" |
| 1002 | + integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw== |
1004 | 1003 | dependencies:
|
1005 | 1004 | "@babel/helper-validator-identifier" "^7.10.4"
|
1006 | 1005 | lodash "^4.17.19"
|
|
1185 | 1184 | "@sinonjs/commons" "^1"
|
1186 | 1185 | "@sinonjs/samsam" "^5.0.2"
|
1187 | 1186 |
|
1188 |
| -"@sinonjs/samsam@^5.0.2", "@sinonjs/samsam@^5.2.0": |
1189 |
| - version "5.2.0" |
1190 |
| - resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.2.0.tgz#fcff83ab86f83b5498f4a967869c079408d9b5eb" |
1191 |
| - integrity sha512-CaIcyX5cDsjcW/ab7HposFWzV1kC++4HNsfnEdFJa7cP1QIuILAKV+BgfeqRXhcnSAc76r/Rh/O5C+300BwUIw== |
| 1187 | +"@sinonjs/samsam@^5.0.2", "@sinonjs/samsam@^5.3.0": |
| 1188 | + version "5.3.0" |
| 1189 | + resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.0.tgz#1d2f0743dc54bf13fe9d508baefacdffa25d4329" |
| 1190 | + integrity sha512-hXpcfx3aq+ETVBwPlRFICld5EnrkexXuXDwqUNhDdr5L8VjvMeSRwyOa0qL7XFmR+jVWR4rUZtnxlG7RX72sBg== |
1192 | 1191 | dependencies:
|
1193 | 1192 | "@sinonjs/commons" "^1.6.0"
|
1194 | 1193 | lodash.get "^4.4.2"
|
|
1290 | 1289 | dependencies:
|
1291 | 1290 | "@types/yargs-parser" "*"
|
1292 | 1291 |
|
1293 |
| -"@typescript-eslint/eslint-plugin@^4.9.0": |
1294 |
| - version "4.9.0" |
1295 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.0.tgz#8fde15743413661fdc086c9f1f5d74a80b856113" |
1296 |
| - integrity sha512-WrVzGMzzCrgrpnQMQm4Tnf+dk+wdl/YbgIgd5hKGa2P+lnJ2MON+nQnbwgbxtN9QDLi8HO+JAq0/krMnjQK6Cw== |
| 1292 | +"@typescript-eslint/eslint-plugin@^4.9.1": |
| 1293 | + version "4.9.1" |
| 1294 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b" |
| 1295 | + integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ== |
1297 | 1296 | dependencies:
|
1298 |
| - "@typescript-eslint/experimental-utils" "4.9.0" |
1299 |
| - "@typescript-eslint/scope-manager" "4.9.0" |
| 1297 | + "@typescript-eslint/experimental-utils" "4.9.1" |
| 1298 | + "@typescript-eslint/scope-manager" "4.9.1" |
1300 | 1299 | debug "^4.1.1"
|
1301 | 1300 | functional-red-black-tree "^1.0.1"
|
1302 | 1301 | regexpp "^3.0.0"
|
|
1314 | 1313 | eslint-scope "^5.0.0"
|
1315 | 1314 | eslint-utils "^2.0.0"
|
1316 | 1315 |
|
1317 |
| -"@typescript-eslint/[email protected].0": |
1318 |
| - version "4.9.0" |
1319 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.0.tgz#23a296b85d243afba24e75a43fd55aceda5141f0" |
1320 |
| - integrity sha512-0p8GnDWB3R2oGhmRXlEnCvYOtaBCijtA5uBfH5GxQKsukdSQyI4opC4NGTUb88CagsoNQ4rb/hId2JuMbzWKFQ== |
| 1316 | +"@typescript-eslint/[email protected].1": |
| 1317 | + version "4.9.1" |
| 1318 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2" |
| 1319 | + integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg== |
1321 | 1320 | dependencies:
|
1322 | 1321 | "@types/json-schema" "^7.0.3"
|
1323 |
| - "@typescript-eslint/scope-manager" "4.9.0" |
1324 |
| - "@typescript-eslint/types" "4.9.0" |
1325 |
| - "@typescript-eslint/typescript-estree" "4.9.0" |
| 1322 | + "@typescript-eslint/scope-manager" "4.9.1" |
| 1323 | + "@typescript-eslint/types" "4.9.1" |
| 1324 | + "@typescript-eslint/typescript-estree" "4.9.1" |
1326 | 1325 | eslint-scope "^5.0.0"
|
1327 | 1326 | eslint-utils "^2.0.0"
|
1328 | 1327 |
|
|
1337 | 1336 | "@typescript-eslint/typescript-estree" "3.10.1"
|
1338 | 1337 | eslint-visitor-keys "^1.1.0"
|
1339 | 1338 |
|
1340 |
| -"@typescript-eslint/parser@^4.9.0": |
1341 |
| - version "4.9.0" |
1342 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249" |
1343 |
| - integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw== |
| 1339 | +"@typescript-eslint/parser@^4.9.1": |
| 1340 | + version "4.9.1" |
| 1341 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055" |
| 1342 | + integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g== |
1344 | 1343 | dependencies:
|
1345 |
| - "@typescript-eslint/scope-manager" "4.9.0" |
1346 |
| - "@typescript-eslint/types" "4.9.0" |
1347 |
| - "@typescript-eslint/typescript-estree" "4.9.0" |
| 1344 | + "@typescript-eslint/scope-manager" "4.9.1" |
| 1345 | + "@typescript-eslint/types" "4.9.1" |
| 1346 | + "@typescript-eslint/typescript-estree" "4.9.1" |
1348 | 1347 | debug "^4.1.1"
|
1349 | 1348 |
|
1350 |
| -"@typescript-eslint/[email protected].0": |
1351 |
| - version "4.9.0" |
1352 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708" |
1353 |
| - integrity sha512-q/81jtmcDtMRE+nfFt5pWqO0R41k46gpVLnuefqVOXl4QV1GdQoBWfk5REcipoJNQH9+F5l+dwa9Li5fbALjzg== |
| 1349 | +"@typescript-eslint/[email protected].1": |
| 1350 | + version "4.9.1" |
| 1351 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103" |
| 1352 | + integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ== |
1354 | 1353 | dependencies:
|
1355 |
| - "@typescript-eslint/types" "4.9.0" |
1356 |
| - "@typescript-eslint/visitor-keys" "4.9.0" |
| 1354 | + "@typescript-eslint/types" "4.9.1" |
| 1355 | + "@typescript-eslint/visitor-keys" "4.9.1" |
1357 | 1356 |
|
1358 | 1357 | "@typescript-eslint/[email protected]":
|
1359 | 1358 | version "3.10.1"
|
1360 | 1359 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
|
1361 | 1360 | integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
|
1362 | 1361 |
|
1363 |
| -"@typescript-eslint/[email protected].0": |
1364 |
| - version "4.9.0" |
1365 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c" |
1366 |
| - integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA== |
| 1362 | +"@typescript-eslint/[email protected].1": |
| 1363 | + version "4.9.1" |
| 1364 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2" |
| 1365 | + integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA== |
1367 | 1366 |
|
1368 | 1367 | "@typescript-eslint/[email protected]":
|
1369 | 1368 | version "3.10.1"
|
|
1379 | 1378 | semver "^7.3.2"
|
1380 | 1379 | tsutils "^3.17.1"
|
1381 | 1380 |
|
1382 |
| -"@typescript-eslint/[email protected].0": |
1383 |
| - version "4.9.0" |
1384 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c" |
1385 |
| - integrity sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug== |
| 1381 | +"@typescript-eslint/[email protected].1": |
| 1382 | + version "4.9.1" |
| 1383 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf" |
| 1384 | + integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw== |
1386 | 1385 | dependencies:
|
1387 |
| - "@typescript-eslint/types" "4.9.0" |
1388 |
| - "@typescript-eslint/visitor-keys" "4.9.0" |
| 1386 | + "@typescript-eslint/types" "4.9.1" |
| 1387 | + "@typescript-eslint/visitor-keys" "4.9.1" |
1389 | 1388 | debug "^4.1.1"
|
1390 | 1389 | globby "^11.0.1"
|
1391 | 1390 | is-glob "^4.0.1"
|
|
1400 | 1399 | dependencies:
|
1401 | 1400 | eslint-visitor-keys "^1.1.0"
|
1402 | 1401 |
|
1403 |
| -"@typescript-eslint/[email protected].0": |
1404 |
| - version "4.9.0" |
1405 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8" |
1406 |
| - integrity sha512-sV45zfdRqQo1A97pOSx3fsjR+3blmwtdCt8LDrXgCX36v4Vmz4KHrhpV6Fo2cRdXmyumxx11AHw0pNJqCNpDyg== |
| 1402 | +"@typescript-eslint/[email protected].1": |
| 1403 | + version "4.9.1" |
| 1404 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1" |
| 1405 | + integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ== |
1407 | 1406 | dependencies:
|
1408 |
| - "@typescript-eslint/types" "4.9.0" |
| 1407 | + "@typescript-eslint/types" "4.9.1" |
1409 | 1408 | eslint-visitor-keys "^2.0.0"
|
1410 | 1409 |
|
1411 | 1410 |
|
@@ -6587,7 +6586,7 @@ resolve-url@^0.2.1:
|
6587 | 6586 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
6588 | 6587 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
6589 | 6588 |
|
6590 |
| -resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2, resolve@^1.8.1: |
| 6589 | +resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.8.1: |
6591 | 6590 | version "1.18.1"
|
6592 | 6591 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
|
6593 | 6592 | integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
|
@@ -6852,15 +6851,15 @@ simulant@^0.2.2:
|
6852 | 6851 | resolved "https://registry.yarnpkg.com/simulant/-/simulant-0.2.2.tgz#f1bce52712b6a7a0da38ddfdda7e83b20b1da01e"
|
6853 | 6852 | integrity sha1-8bzlJxK2p6DaON392n6DsgsdoB4=
|
6854 | 6853 |
|
6855 |
| -sinon@^9.2.1: |
6856 |
| - version "9.2.1" |
6857 |
| - resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.1.tgz#64cc88beac718557055bd8caa526b34a2231be6d" |
6858 |
| - integrity sha512-naPfsamB5KEE1aiioaoqJ6MEhdUs/2vtI5w1hPAXX/UwvoPjXcwh1m5HiKx0HGgKR8lQSoFIgY5jM6KK8VrS9w== |
| 6854 | +sinon@^9.2.2: |
| 6855 | + version "9.2.2" |
| 6856 | + resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.2.tgz#b83cf5d43838f99cfa3644453f4c7db23e7bd535" |
| 6857 | + integrity sha512-9Owi+RisvCZpB0bdOVFfL314I6I4YoRlz6Isi4+fr8q8YQsDPoCe5UnmNtKHRThX3negz2bXHWIuiPa42vM8EQ== |
6859 | 6858 | dependencies:
|
6860 | 6859 | "@sinonjs/commons" "^1.8.1"
|
6861 | 6860 | "@sinonjs/fake-timers" "^6.0.1"
|
6862 | 6861 | "@sinonjs/formatio" "^5.0.1"
|
6863 |
| - "@sinonjs/samsam" "^5.2.0" |
| 6862 | + "@sinonjs/samsam" "^5.3.0" |
6864 | 6863 | diff "^4.0.2"
|
6865 | 6864 | nise "^4.0.4"
|
6866 | 6865 | supports-color "^7.1.0"
|
@@ -7559,10 +7558,10 @@ typescript-workspace-plugin@^2.0.1:
|
7559 | 7558 | resolved "https://registry.yarnpkg.com/typescript-workspace-plugin/-/typescript-workspace-plugin-2.0.1.tgz#3d88be1c35a7fdf2c0160c8cf569ca8993439a12"
|
7560 | 7559 | integrity sha512-xjIYNFlPIA7IWXvnOFJoAeHPbPJSo0AiQDCRJzaAp3+xZwz6maTgeRLB0oEHVtCqz4Q1CDN6U9kh/2z8sxdDBQ==
|
7561 | 7560 |
|
7562 |
| -typescript@^4.0.2, typescript@^4.1.2: |
7563 |
| - version "4.1.2" |
7564 |
| - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" |
7565 |
| - integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== |
| 7561 | +typescript@^4.0.2, typescript@^4.1.3: |
| 7562 | + version "4.1.3" |
| 7563 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" |
| 7564 | + integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== |
7566 | 7565 |
|
7567 | 7566 |
|
7568 | 7567 | version "0.7.22"
|
|
0 commit comments