Skip to content

Commit e94c648

Browse files
committed
Updated deps and tests
1 parent 4e0a75a commit e94c648

File tree

8 files changed

+151289
-8346
lines changed

8 files changed

+151289
-8346
lines changed

__tests__/global/__snapshots__/all.spec.ts.snap

Lines changed: 25133 additions & 1307 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/apollo.spec.ts.snap

Lines changed: 25216 additions & 1390 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/react-hooks.spec.ts.snap

Lines changed: 25213 additions & 1389 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/templates.spec.ts.snap

Lines changed: 25213 additions & 1389 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/types.spec.ts.snap

Lines changed: 25211 additions & 1387 deletions
Large diffs are not rendered by default.

__tests__/global/__snapshots__/vue-hooks.spec.ts.snap

Lines changed: 25213 additions & 1389 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-graphql-to-typescript",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"description": "Simple Typescript interface generator from GraphQL Schemas",
55
"main": "dist/index.js",
66
"typings": "types/index.d.ts",
@@ -69,22 +69,22 @@
6969
"@types/inquirer": "^7.3.1",
7070
"@types/jest": "^26.0.20",
7171
"@types/mkdirp": "^1.0.1",
72-
"@types/node": "^14.14.30",
72+
"@types/node": "^14.14.33",
7373
"@types/node-fetch": "^2.5.8",
74-
"@types/prettier": "^2.2.1",
74+
"@types/prettier": "^2.2.2",
7575
"@types/querystringify": "^2.0.0",
76-
"@typescript-eslint/eslint-plugin": "^4.15.1",
77-
"@typescript-eslint/parser": "^4.15.1",
76+
"@typescript-eslint/eslint-plugin": "^4.17.0",
77+
"@typescript-eslint/parser": "^4.17.0",
7878
"@vuepress/plugin-google-analytics": "^1.8.2",
7979
"@zerollup/ts-transform-paths": "^1.7.18",
80-
"eslint": "^7.20.0",
81-
"eslint-config-prettier": "^7.2.0",
80+
"eslint": "^7.21.0",
81+
"eslint-config-prettier": "^8.1.0",
8282
"eslint-plugin-prettier": "^3.3.1",
8383
"inquirer": "^7.3.3",
8484
"jest": "^26.6.3",
85-
"lodash": "^4.17.20",
85+
"lodash": "^4.17.21",
8686
"rimraf": "^3.0.2",
87-
"ts-jest": "^26.5.1",
87+
"ts-jest": "^26.5.3",
8888
"ttypescript": "^1.5.12",
8989
"vuepress": "^1.8.2",
9090
"vuepress-plugin-autometa": "^0.1.13"
@@ -101,6 +101,6 @@
101101
"ora": "^5.3.0",
102102
"prettier": "^2.2.1",
103103
"querystringify": "^2.2.0",
104-
"typescript": "^4.1.5"
104+
"typescript": "^4.2.3"
105105
}
106106
}

yarn.lock

Lines changed: 80 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -901,10 +901,10 @@
901901
exec-sh "^0.3.2"
902902
minimist "^1.2.0"
903903

904-
"@eslint/eslintrc@^0.3.0":
905-
version "0.3.0"
906-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
907-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
904+
"@eslint/eslintrc@^0.4.0":
905+
version "0.4.0"
906+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
907+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
908908
dependencies:
909909
ajv "^6.12.4"
910910
debug "^4.1.1"
@@ -913,7 +913,6 @@
913913
ignore "^4.0.6"
914914
import-fresh "^3.2.1"
915915
js-yaml "^3.13.1"
916-
lodash "^4.17.20"
917916
minimatch "^3.0.4"
918917
strip-json-comments "^3.1.1"
919918

@@ -1256,14 +1255,6 @@
12561255
dependencies:
12571256
"@types/istanbul-lib-report" "*"
12581257

1259-
"@types/jest@26.x":
1260-
version "26.0.19"
1261-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.19.tgz#e6fa1e3def5842ec85045bd5210e9bb8289de790"
1262-
integrity sha512-jqHoirTG61fee6v6rwbnEuKhpSKih0tuhqeFbCmMmErhtu3BYlOZaXWjffgOstMM4S/3iQD31lI5bGLTrs97yQ==
1263-
dependencies:
1264-
jest-diff "^26.0.0"
1265-
pretty-format "^26.0.0"
1266-
12671258
"@types/jest@^26.0.20":
12681259
version "26.0.20"
12691260
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
@@ -1302,10 +1293,10 @@
13021293
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
13031294
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
13041295

1305-
"@types/node@^14.14.30":
1306-
version "14.14.30"
1307-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.30.tgz#7d5162eec085ba34f8cb9011e9ba12119f76f961"
1308-
integrity sha512-gUWhy8s45fQp4PqqKecsnOkdW0kt1IaKjgOIR3HPokkzTmQj9ji2wWFID5THu1MKrtO+d4s2lVrlEhXUsPXSvg==
1296+
"@types/node@^14.14.33":
1297+
version "14.14.33"
1298+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.33.tgz#9e4f8c64345522e4e8ce77b334a8aaa64e2b6c78"
1299+
integrity sha512-oJqcTrgPUF29oUP8AsUqbXGJNuPutsetaa9kTQAQce5Lx5dTYWV02ScBiT/k1BX/Z7pKeqedmvp39Wu4zR7N7g==
13091300

13101301
"@types/normalize-package-data@^2.4.0":
13111302
version "2.4.0"
@@ -1317,10 +1308,10 @@
13171308
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.1.6.tgz#f4b1efa784e8db479cdb8b14403e2144b1e9ff03"
13181309
integrity sha512-6gOkRe7OIioWAXfnO/2lFiv+SJichKVSys1mSsgyrYHSEjk8Ctv4tSR/Odvnu+HWlH2C8j53dahU03XmQdd5fA==
13191310

1320-
"@types/prettier@^2.2.1":
1321-
version "2.2.1"
1322-
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.1.tgz#374e31645d58cb18a07b3ecd8e9dede4deb2cccd"
1323-
integrity sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw==
1311+
"@types/prettier@^2.2.2":
1312+
version "2.2.2"
1313+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.2.tgz#e2280c89ddcbeef340099d6968d8c86ba155fdf6"
1314+
integrity sha512-i99hy7Ki19EqVOl77WplDrvgNugHnsSjECVR/wUrzw2TJXz1zlUfT2ngGckR6xN7yFYaijsMAqPkOLx9HgUqHg==
13241315

13251316
"@types/q@^1.5.1":
13261317
version "1.5.4"
@@ -1366,74 +1357,74 @@
13661357
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.1.tgz#5668c0bce55a91f2b9566b1d8a4c0a8dbbc79764"
13671358
integrity sha512-wmk0xQI6Yy7Fs/il4EpOcflG4uonUpYGqvZARESLc2oy4u69fkatFLbJOeW4Q6awO15P4rduAe6xkwHevpXcUQ==
13681359

1369-
"@typescript-eslint/eslint-plugin@^4.15.1":
1370-
version "4.15.1"
1371-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.1.tgz#835f64aa0a403e5e9e64c10ceaf8d05c3f015180"
1372-
integrity sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw==
1360+
"@typescript-eslint/eslint-plugin@^4.17.0":
1361+
version "4.17.0"
1362+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
1363+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
13731364
dependencies:
1374-
"@typescript-eslint/experimental-utils" "4.15.1"
1375-
"@typescript-eslint/scope-manager" "4.15.1"
1365+
"@typescript-eslint/experimental-utils" "4.17.0"
1366+
"@typescript-eslint/scope-manager" "4.17.0"
13761367
debug "^4.1.1"
13771368
functional-red-black-tree "^1.0.1"
13781369
lodash "^4.17.15"
13791370
regexpp "^3.0.0"
13801371
semver "^7.3.2"
13811372
tsutils "^3.17.1"
13821373

1383-
"@typescript-eslint/experimental-utils@4.15.1":
1384-
version "4.15.1"
1385-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.1.tgz#d744d1ac40570a84b447f7aa1b526368afd17eec"
1386-
integrity sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ==
1374+
"@typescript-eslint/experimental-utils@4.17.0":
1375+
version "4.17.0"
1376+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
1377+
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
13871378
dependencies:
13881379
"@types/json-schema" "^7.0.3"
1389-
"@typescript-eslint/scope-manager" "4.15.1"
1390-
"@typescript-eslint/types" "4.15.1"
1391-
"@typescript-eslint/typescript-estree" "4.15.1"
1380+
"@typescript-eslint/scope-manager" "4.17.0"
1381+
"@typescript-eslint/types" "4.17.0"
1382+
"@typescript-eslint/typescript-estree" "4.17.0"
13921383
eslint-scope "^5.0.0"
13931384
eslint-utils "^2.0.0"
13941385

1395-
"@typescript-eslint/parser@^4.15.1":
1396-
version "4.15.1"
1397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.1.tgz#4c91a0602733db63507e1dbf13187d6c71a153c4"
1398-
integrity sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA==
1386+
"@typescript-eslint/parser@^4.17.0":
1387+
version "4.17.0"
1388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
1389+
integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
13991390
dependencies:
1400-
"@typescript-eslint/scope-manager" "4.15.1"
1401-
"@typescript-eslint/types" "4.15.1"
1402-
"@typescript-eslint/typescript-estree" "4.15.1"
1391+
"@typescript-eslint/scope-manager" "4.17.0"
1392+
"@typescript-eslint/types" "4.17.0"
1393+
"@typescript-eslint/typescript-estree" "4.17.0"
14031394
debug "^4.1.1"
14041395

1405-
"@typescript-eslint/scope-manager@4.15.1":
1406-
version "4.15.1"
1407-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.1.tgz#f6511eb38def2a8a6be600c530c243bbb56ac135"
1408-
integrity sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA==
1396+
"@typescript-eslint/scope-manager@4.17.0":
1397+
version "4.17.0"
1398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
1399+
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
14091400
dependencies:
1410-
"@typescript-eslint/types" "4.15.1"
1411-
"@typescript-eslint/visitor-keys" "4.15.1"
1401+
"@typescript-eslint/types" "4.17.0"
1402+
"@typescript-eslint/visitor-keys" "4.17.0"
14121403

1413-
"@typescript-eslint/types@4.15.1":
1414-
version "4.15.1"
1415-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
1416-
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
1404+
"@typescript-eslint/types@4.17.0":
1405+
version "4.17.0"
1406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
1407+
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
14171408

1418-
"@typescript-eslint/typescript-estree@4.15.1":
1419-
version "4.15.1"
1420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
1421-
integrity sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw==
1409+
"@typescript-eslint/typescript-estree@4.17.0":
1410+
version "4.17.0"
1411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
1412+
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
14221413
dependencies:
1423-
"@typescript-eslint/types" "4.15.1"
1424-
"@typescript-eslint/visitor-keys" "4.15.1"
1414+
"@typescript-eslint/types" "4.17.0"
1415+
"@typescript-eslint/visitor-keys" "4.17.0"
14251416
debug "^4.1.1"
14261417
globby "^11.0.1"
14271418
is-glob "^4.0.1"
14281419
semver "^7.3.2"
14291420
tsutils "^3.17.1"
14301421

1431-
"@typescript-eslint/visitor-keys@4.15.1":
1432-
version "4.15.1"
1433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
1434-
integrity sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww==
1422+
"@typescript-eslint/visitor-keys@4.17.0":
1423+
version "4.17.0"
1424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
1425+
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
14351426
dependencies:
1436-
"@typescript-eslint/types" "4.15.1"
1427+
"@typescript-eslint/types" "4.17.0"
14371428
eslint-visitor-keys "^2.0.0"
14381429

14391430
"@ungap/global-this@^0.4.2":
@@ -4111,10 +4102,10 @@ escodegen@^1.14.1:
41114102
optionalDependencies:
41124103
source-map "~0.6.1"
41134104

4114-
eslint-config-prettier@^7.2.0:
4115-
version "7.2.0"
4116-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
4117-
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
4105+
eslint-config-prettier@^8.1.0:
4106+
version "8.1.0"
4107+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
4108+
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
41184109

41194110
eslint-plugin-prettier@^3.3.1:
41204111
version "3.3.1"
@@ -4156,13 +4147,13 @@ eslint-visitor-keys@^2.0.0:
41564147
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
41574148
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
41584149

4159-
eslint@^7.20.0:
4160-
version "7.20.0"
4161-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
4162-
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
4150+
eslint@^7.21.0:
4151+
version "7.21.0"
4152+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
4153+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
41634154
dependencies:
41644155
"@babel/code-frame" "7.12.11"
4165-
"@eslint/eslintrc" "^0.3.0"
4156+
"@eslint/eslintrc" "^0.4.0"
41664157
ajv "^6.10.0"
41674158
chalk "^4.0.0"
41684159
cross-spawn "^7.0.2"
@@ -4175,7 +4166,7 @@ eslint@^7.20.0:
41754166
espree "^7.3.1"
41764167
esquery "^1.4.0"
41774168
esutils "^2.0.2"
4178-
file-entry-cache "^6.0.0"
4169+
file-entry-cache "^6.0.1"
41794170
functional-red-black-tree "^1.0.1"
41804171
glob-parent "^5.0.0"
41814172
globals "^12.1.0"
@@ -4518,10 +4509,10 @@ figures@^3.0.0:
45184509
dependencies:
45194510
escape-string-regexp "^1.0.5"
45204511

4521-
file-entry-cache@^6.0.0:
4522-
version "6.0.0"
4523-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
4524-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
4512+
file-entry-cache@^6.0.1:
4513+
version "6.0.1"
4514+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
4515+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
45254516
dependencies:
45264517
flat-cache "^3.0.4"
45274518

@@ -6578,6 +6569,11 @@ lodash@4.x, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19,
65786569
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
65796570
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
65806571

6572+
lodash@^4.17.21:
6573+
version "4.17.21"
6574+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6575+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
6576+
65816577
log-symbols@^4.0.0:
65826578
version "4.0.0"
65836579
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
@@ -9625,12 +9621,11 @@ ts-invariant@^0.6.0:
96259621
"@ungap/global-this" "^0.4.2"
96269622
tslib "^1.9.3"
96279623

9628-
ts-jest@^26.5.1:
9629-
version "26.5.1"
9630-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.1.tgz#4d53ee4481552f57c1624f0bd3425c8b17996150"
9631-
integrity sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==
9624+
ts-jest@^26.5.3:
9625+
version "26.5.3"
9626+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.3.tgz#a6ee00ba547be3b09877550df40a1465d0295554"
9627+
integrity sha512-nBiiFGNvtujdLryU7MiMQh1iPmnZ/QvOskBbD2kURiI1MwqvxlxNnaAB/z9TbslMqCsSbu5BXvSSQPc5tvHGeA==
96329628
dependencies:
9633-
"@types/jest" "26.x"
96349629
bs-logger "0.x"
96359630
buffer-from "1.x"
96369631
fast-json-stable-stringify "2.x"
@@ -9732,10 +9727,10 @@ typedarray@^0.0.6:
97329727
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
97339728
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
97349729

9735-
typescript@^4.1.5:
9736-
version "4.1.5"
9737-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
9738-
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
9730+
typescript@^4.2.3:
9731+
version "4.2.3"
9732+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
9733+
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
97399734

97409735
uc.micro@^1.0.1, uc.micro@^1.0.5:
97419736
version "1.0.6"

0 commit comments

Comments
 (0)