|
3221 | 3221 | dependencies: |
3222 | 3222 | "@types/jest-diff" "*" |
3223 | 3223 |
|
| 3224 | +"@types/json-schema@^7.0.3": |
| 3225 | + version "7.0.3" |
| 3226 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636" |
| 3227 | + integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A== |
| 3228 | + |
3224 | 3229 | "@types/json5@^0.0.29": |
3225 | 3230 | version "0.0.29" |
3226 | 3231 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" |
|
3422 | 3427 | resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916" |
3423 | 3428 | integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw== |
3424 | 3429 |
|
3425 | | -"@typescript-eslint/eslint-plugin@1.10.2": |
3426 | | - version "1.10.2" |
3427 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.10.2.tgz#552fc64cfcb19c6162190360217c945e8faa330a" |
3428 | | - integrity sha512-7449RhjE1oLFIy5E/5rT4wG5+KsfPzakJuhvpzXJ3C46lq7xywY0/Rjo9ZBcwrfbk0nRZ5xmUHkk7DZ67tSBKw== |
3429 | | - dependencies: |
3430 | | - "@typescript-eslint/experimental-utils" "1.10.2" |
3431 | | - eslint-utils "^1.3.1" |
3432 | | - functional-red-black-tree "^1.0.1" |
3433 | | - regexpp "^2.0.1" |
3434 | | - tsutils "^3.7.0" |
3435 | | - |
3436 | 3430 | "@typescript-eslint/eslint-plugin@1.6.0": |
3437 | 3431 | version "1.6.0" |
3438 | 3432 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.6.0.tgz#a5ff3128c692393fb16efa403ec7c8a5593dab0f" |
|
3443 | 3437 | requireindex "^1.2.0" |
3444 | 3438 | tsutils "^3.7.0" |
3445 | 3439 |
|
3446 | | -"@typescript-eslint/experimental-utils@1.10.2": |
3447 | | - version "1.10.2" |
3448 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.10.2.tgz#cd548c03fc1a2b3ba5c136d1599001a1ede24215" |
3449 | | - integrity sha512-Hf5lYcrnTH5Oc67SRrQUA7KuHErMvCf5RlZsyxXPIT6AXa8fKTyfFO6vaEnUmlz48RpbxO4f0fY3QtWkuHZNjg== |
| 3440 | +"@typescript-eslint/eslint-plugin@2.0.0": |
| 3441 | + version "2.0.0" |
| 3442 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.0.0.tgz#609a5d7b00ce21a6f94d7ef282eba9da57ca1e42" |
| 3443 | + integrity sha512-Mo45nxTTELODdl7CgpZKJISvLb+Fu64OOO2ZFc2x8sYSnUpFrBUW3H+H/ZGYmEkfnL6VkdtOSxgdt+Av79j0sA== |
3450 | 3444 | dependencies: |
3451 | | - "@typescript-eslint/typescript-estree" "1.10.2" |
3452 | | - eslint-scope "^4.0.0" |
| 3445 | + "@typescript-eslint/experimental-utils" "2.0.0" |
| 3446 | + eslint-utils "^1.4.0" |
| 3447 | + functional-red-black-tree "^1.0.1" |
| 3448 | + regexpp "^2.0.1" |
| 3449 | + tsutils "^3.14.0" |
3453 | 3450 |
|
3454 | | -"@typescript-eslint/parser@1.10.2": |
3455 | | - version "1.10.2" |
3456 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.10.2.tgz#36cfe8c6bf1b6c1dd81da56f88c8588f4b1a852b" |
3457 | | - integrity sha512-xWDWPfZfV0ENU17ermIUVEVSseBBJxKfqBcRCMZ8nAjJbfA5R7NWMZmFFHYnars5MjK4fPjhu4gwQv526oZIPQ== |
| 3451 | +"@typescript-eslint/experimental-utils@2.0.0": |
| 3452 | + version "2.0.0" |
| 3453 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.0.0.tgz#f3d298bb411357f35c4184e24280b256b6321949" |
| 3454 | + integrity sha512-XGJG6GNBXIEx/mN4eTRypN/EUmsd0VhVGQ1AG+WTgdvjHl0G8vHhVBHrd/5oI6RRYBRnedNymSYWW1HAdivtmg== |
3458 | 3455 | dependencies: |
3459 | | - "@types/eslint-visitor-keys" "^1.0.0" |
3460 | | - "@typescript-eslint/experimental-utils" "1.10.2" |
3461 | | - "@typescript-eslint/typescript-estree" "1.10.2" |
3462 | | - eslint-visitor-keys "^1.0.0" |
| 3456 | + "@types/json-schema" "^7.0.3" |
| 3457 | + "@typescript-eslint/typescript-estree" "2.0.0" |
| 3458 | + eslint-scope "^4.0.0" |
3463 | 3459 |
|
3464 | 3460 | "@typescript-eslint/parser@1.6.0": |
3465 | 3461 | version "1.6.0" |
|
3470 | 3466 | eslint-scope "^4.0.0" |
3471 | 3467 | eslint-visitor-keys "^1.0.0" |
3472 | 3468 |
|
3473 | | -"@typescript-eslint/typescript-estree@1.10.2": |
3474 | | - version "1.10.2" |
3475 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.10.2.tgz#8403585dd74b6cfb6f78aa98b6958de158b5897b" |
3476 | | - integrity sha512-Kutjz0i69qraOsWeI8ETqYJ07tRLvD9URmdrMoF10bG8y8ucLmPtSxROvVejWvlJUGl2et/plnMiKRDW+rhEhw== |
| 3469 | +"@typescript-eslint/parser@2.0.0": |
| 3470 | + version "2.0.0" |
| 3471 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.0.0.tgz#4273bb19d03489daf8372cdaccbc8042e098178f" |
| 3472 | + integrity sha512-ibyMBMr0383ZKserIsp67+WnNVoM402HKkxqXGlxEZsXtnGGurbnY90pBO3e0nBUM7chEEOcxUhgw9aPq7fEBA== |
3477 | 3473 | dependencies: |
3478 | | - lodash.unescape "4.0.1" |
3479 | | - semver "5.5.0" |
| 3474 | + "@types/eslint-visitor-keys" "^1.0.0" |
| 3475 | + "@typescript-eslint/experimental-utils" "2.0.0" |
| 3476 | + "@typescript-eslint/typescript-estree" "2.0.0" |
| 3477 | + eslint-visitor-keys "^1.0.0" |
3480 | 3478 |
|
3481 | 3479 | "@typescript-eslint/typescript-estree@1.6.0": |
3482 | 3480 | version "1.6.0" |
|
3486 | 3484 | lodash.unescape "4.0.1" |
3487 | 3485 | semver "5.5.0" |
3488 | 3486 |
|
| 3487 | +"@typescript-eslint/typescript-estree@2.0.0": |
| 3488 | + version "2.0.0" |
| 3489 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.0.0.tgz#c9f6c0efd1b11475540d6a55dc973cc5b9a67e77" |
| 3490 | + integrity sha512-NXbmzA3vWrSgavymlzMWNecgNOuiMMp62MO3kI7awZRLRcsA1QrYWo6q08m++uuAGVbXH/prZi2y1AWuhSu63w== |
| 3491 | + dependencies: |
| 3492 | + lodash.unescape "4.0.1" |
| 3493 | + semver "^6.2.0" |
| 3494 | + |
3489 | 3495 | "@uifabric/azure-themes@^7.0.5": |
3490 | 3496 | version "7.0.5" |
3491 | 3497 | resolved "https://registry.yarnpkg.com/@uifabric/azure-themes/-/azure-themes-7.0.5.tgz#b8e77f4ecabbd5cb036746596d1aeaba428e2f7b" |
@@ -7664,6 +7670,13 @@ eslint-utils@^1.3.1: |
7664 | 7670 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512" |
7665 | 7671 | integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q== |
7666 | 7672 |
|
| 7673 | +eslint-utils@^1.4.0: |
| 7674 | + version "1.4.2" |
| 7675 | + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab" |
| 7676 | + integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q== |
| 7677 | + dependencies: |
| 7678 | + eslint-visitor-keys "^1.0.0" |
| 7679 | + |
7667 | 7680 | eslint-visitor-keys@^1.0.0: |
7668 | 7681 | version "1.0.0" |
7669 | 7682 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" |
@@ -16705,6 +16718,13 @@ tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0: |
16705 | 16718 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" |
16706 | 16719 | integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== |
16707 | 16720 |
|
| 16721 | +tsutils@^3.14.0: |
| 16722 | + version "3.17.1" |
| 16723 | + resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759" |
| 16724 | + integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g== |
| 16725 | + dependencies: |
| 16726 | + tslib "^1.8.1" |
| 16727 | + |
16708 | 16728 | tsutils@^3.7.0: |
16709 | 16729 | version "3.14.0" |
16710 | 16730 | resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.14.0.tgz#bf8d5a7bae5369331fa0f2b0a5a10bd7f7396c77" |
@@ -16796,10 +16816,10 @@ typeorm@0.2.18: |
16796 | 16816 | yargonaut "^1.1.2" |
16797 | 16817 | yargs "^13.2.1" |
16798 | 16818 |
|
16799 | | -typescript@3.5.3: |
16800 | | - version "3.5.3" |
16801 | | - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977" |
16802 | | - integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g== |
| 16819 | +typescript@3.6.2: |
| 16820 | + version "3.6.2" |
| 16821 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.2.tgz#105b0f1934119dde543ac8eb71af3a91009efe54" |
| 16822 | + integrity sha512-lmQ4L+J6mnu3xweP8+rOrUwzmN+MRAj7TgtJtDaXE5PMyX2kCrklhg3rvOsOIfNeAWMQWO2F1GPc1kMD2vLAfw== |
16803 | 16823 |
|
16804 | 16824 | ua-parser-js@^0.7.18: |
16805 | 16825 | version "0.7.20" |
|
0 commit comments