Skip to content

Commit 08ecb42

Browse files
committed
Update dependency ts-jest to v26.5.6
1 parent 164eb3b commit 08ecb42

File tree

2 files changed

+38
-29
lines changed

2 files changed

+38
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/node": "14.14.31",
3535
"bob-the-bundler": "1.1.0",
3636
"jest": "26.2.2",
37-
"ts-jest": "26.1.4",
37+
"ts-jest": "26.5.6",
3838
"ts-node": "8.10.2",
3939
"graphql": "15.3.0",
4040
"typescript": "3.9.7"

yarn.lock

Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,23 +1353,24 @@
13531353
"@types/yargs" "^15.0.0"
13541354
chalk "^3.0.0"
13551355

1356-
"@jest/types@^26.1.0":
1357-
version "26.1.0"
1358-
resolved "https://registry.npmjs.org/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057"
1359-
integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ==
1356+
"@jest/types@^26.2.0":
1357+
version "26.2.0"
1358+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.2.0.tgz#b28ca1fb517a4eb48c0addea7fcd9edc4ab45721"
1359+
integrity sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA==
13601360
dependencies:
13611361
"@types/istanbul-lib-coverage" "^2.0.0"
13621362
"@types/istanbul-reports" "^1.1.1"
1363+
"@types/node" "*"
13631364
"@types/yargs" "^15.0.0"
13641365
chalk "^4.0.0"
13651366

1366-
"@jest/types@^26.2.0":
1367-
version "26.2.0"
1368-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.2.0.tgz#b28ca1fb517a4eb48c0addea7fcd9edc4ab45721"
1369-
integrity sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA==
1367+
"@jest/types@^26.6.2":
1368+
version "26.6.2"
1369+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
1370+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
13701371
dependencies:
13711372
"@types/istanbul-lib-coverage" "^2.0.0"
1372-
"@types/istanbul-reports" "^1.1.1"
1373+
"@types/istanbul-reports" "^3.0.0"
13731374
"@types/node" "*"
13741375
"@types/yargs" "^15.0.0"
13751376
chalk "^4.0.0"
@@ -1540,6 +1541,13 @@
15401541
"@types/istanbul-lib-coverage" "*"
15411542
"@types/istanbul-lib-report" "*"
15421543

1544+
"@types/istanbul-reports@^3.0.0":
1545+
version "3.0.1"
1546+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff"
1547+
integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==
1548+
dependencies:
1549+
"@types/istanbul-lib-report" "*"
1550+
15431551
"@types/jest@26.0.8":
15441552
version "26.0.8"
15451553
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369"
@@ -4892,12 +4900,13 @@ jest-snapshot@^26.2.2:
48924900
pretty-format "^26.2.0"
48934901
semver "^7.3.2"
48944902

4895-
jest-util@26.x:
4896-
version "26.1.0"
4897-
resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.1.0.tgz#80e85d4ba820decacf41a691c2042d5276e5d8d8"
4898-
integrity sha512-rNMOwFQevljfNGvbzNQAxdmXQ+NawW/J72dmddsK0E8vgxXCMtwQ/EH0BiWEIxh0hhMcTsxwAxINt7Lh46Uzbg==
4903+
jest-util@^26.1.0:
4904+
version "26.6.2"
4905+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
4906+
integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
48994907
dependencies:
4900-
"@jest/types" "^26.1.0"
4908+
"@jest/types" "^26.6.2"
4909+
"@types/node" "*"
49014910
chalk "^4.0.0"
49024911
graceful-fs "^4.2.4"
49034912
is-ci "^2.0.0"
@@ -5368,11 +5377,6 @@ lodash.isstring@^4.0.1:
53685377
resolved "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
53695378
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
53705379

5371-
lodash.memoize@4.x:
5372-
version "4.1.2"
5373-
resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
5374-
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
5375-
53765380
lodash.once@^4.0.0:
53775381
version "4.1.1"
53785382
resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
@@ -5383,7 +5387,7 @@ lodash.sortby@^4.7.0:
53835387
resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
53845388
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
53855389

5386-
lodash@4.17.21, lodash@^4.17.20, lodash@~4.17.0:
5390+
lodash@4.17.21, lodash@4.x, lodash@^4.17.20, lodash@~4.17.0:
53875391
version "4.17.21"
53885392
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
53895393
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -7364,21 +7368,21 @@ tr46@^2.0.2:
73647368
dependencies:
73657369
punycode "^2.1.1"
73667370

7367-
ts-jest@26.1.4:
7368-
version "26.1.4"
7369-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.1.4.tgz#87d41a96016a8efe4b8cc14501d3785459af6fa6"
7370-
integrity sha512-Nd7diUX6NZWfWq6FYyvcIPR/c7GbEF75fH1R6coOp3fbNzbRJBZZAn0ueVS0r8r9ral1VcrpneAFAwB3TsVS1Q==
7371+
ts-jest@26.5.6:
7372+
version "26.5.6"
7373+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.6.tgz#c32e0746425274e1dfe333f43cd3c800e014ec35"
7374+
integrity sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==
73717375
dependencies:
73727376
bs-logger "0.x"
73737377
buffer-from "1.x"
73747378
fast-json-stable-stringify "2.x"
7375-
jest-util "26.x"
7379+
jest-util "^26.1.0"
73767380
json5 "2.x"
7377-
lodash.memoize "4.x"
7381+
lodash "4.x"
73787382
make-error "1.x"
73797383
mkdirp "1.x"
73807384
semver "7.x"
7381-
yargs-parser "18.x"
7385+
yargs-parser "20.x"
73827386

73837387
ts-log@^2.2.3:
73847388
version "2.2.3"
@@ -7894,7 +7898,12 @@ yaml@^1.10.0, yaml@^1.7.2:
78947898
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
78957899
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
78967900

7897-
yargs-parser@18.x, yargs-parser@^18.1.1, yargs-parser@^18.1.2:
7901+
yargs-parser@20.x:
7902+
version "20.2.9"
7903+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
7904+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
7905+
7906+
yargs-parser@^18.1.1, yargs-parser@^18.1.2:
78987907
version "18.1.3"
78997908
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
79007909
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==

0 commit comments

Comments
 (0)