Skip to content

Commit 72441b9

Browse files
chore(deps-dev): bump ts-jest from 26.3.0 to 26.4.4 (#173)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.3.0 to 26.4.4. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v26.3.0...v26.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 832df5b commit 72441b9

1 file changed

Lines changed: 34 additions & 64 deletions

File tree

yarn.lock

Lines changed: 34 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@
11531153
"@types/yargs" "^15.0.0"
11541154
chalk "^3.0.0"
11551155

1156-
"@jest/types@^26.1.0", "@jest/types@^26.3.0":
1156+
"@jest/types@^26.3.0":
11571157
version "26.3.0"
11581158
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
11591159
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
@@ -1164,6 +1164,17 @@
11641164
"@types/yargs" "^15.0.0"
11651165
chalk "^4.0.0"
11661166

1167+
"@jest/types@^26.6.2":
1168+
version "26.6.2"
1169+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
1170+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
1171+
dependencies:
1172+
"@types/istanbul-lib-coverage" "^2.0.0"
1173+
"@types/istanbul-reports" "^3.0.0"
1174+
"@types/node" "*"
1175+
"@types/yargs" "^15.0.0"
1176+
chalk "^4.0.0"
1177+
11671178
"@lerna/add@3.21.0":
11681179
version "3.21.0"
11691180
resolved "https://r.cnpmjs.org/@lerna/add/download/@lerna/add-3.21.0.tgz#27007bde71cc7b0a2969ab3c2f0ae41578b4577b"
@@ -2234,14 +2245,6 @@
22342245
"@typescript-eslint/typescript-estree" "4.6.0"
22352246
debug "^4.1.1"
22362247

2237-
"@typescript-eslint/scope-manager@4.3.0":
2238-
version "4.3.0"
2239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
2240-
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
2241-
dependencies:
2242-
"@typescript-eslint/types" "4.3.0"
2243-
"@typescript-eslint/visitor-keys" "4.3.0"
2244-
22452248
"@typescript-eslint/scope-manager@4.6.0":
22462249
version "4.6.0"
22472250
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.0.tgz#b7d8b57fe354047a72dfb31881d9643092838662"
@@ -2250,30 +2253,11 @@
22502253
"@typescript-eslint/types" "4.6.0"
22512254
"@typescript-eslint/visitor-keys" "4.6.0"
22522255

2253-
"@typescript-eslint/types@4.3.0":
2254-
version "4.3.0"
2255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
2256-
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
2257-
22582256
"@typescript-eslint/types@4.6.0":
22592257
version "4.6.0"
22602258
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f"
22612259
integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA==
22622260

2263-
"@typescript-eslint/typescript-estree@4.3.0":
2264-
version "4.3.0"
2265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
2266-
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
2267-
dependencies:
2268-
"@typescript-eslint/types" "4.3.0"
2269-
"@typescript-eslint/visitor-keys" "4.3.0"
2270-
debug "^4.1.1"
2271-
globby "^11.0.1"
2272-
is-glob "^4.0.1"
2273-
lodash "^4.17.15"
2274-
semver "^7.3.2"
2275-
tsutils "^3.17.1"
2276-
22772261
"@typescript-eslint/typescript-estree@4.6.0":
22782262
version "4.6.0"
22792263
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.0.tgz#85bd98dcc8280511cfc5b2ce7b03a9ffa1732b08"
@@ -2288,14 +2272,6 @@
22882272
semver "^7.3.2"
22892273
tsutils "^3.17.1"
22902274

2291-
"@typescript-eslint/visitor-keys@4.3.0":
2292-
version "4.3.0"
2293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
2294-
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
2295-
dependencies:
2296-
"@typescript-eslint/types" "4.3.0"
2297-
eslint-visitor-keys "^2.0.0"
2298-
22992275
"@typescript-eslint/visitor-keys@4.6.0":
23002276
version "4.6.0"
23012277
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.0.tgz#fb05d6393891b0a089b243fc8f9fb8039383d5da"
@@ -6676,23 +6652,12 @@ jest-snapshot@^26.4.2:
66766652
pretty-format "^26.4.2"
66776653
semver "^7.3.2"
66786654

6679-
jest-util@26.x:
6680-
version "26.1.0"
6681-
resolved "https://r.cnpmjs.org/jest-util/download/jest-util-26.1.0.tgz#80e85d4ba820decacf41a691c2042d5276e5d8d8"
6682-
integrity sha1-gOhdS6gg3srPQaaRwgQtUnbl2Ng=
6683-
dependencies:
6684-
"@jest/types" "^26.1.0"
6685-
chalk "^4.0.0"
6686-
graceful-fs "^4.2.4"
6687-
is-ci "^2.0.0"
6688-
micromatch "^4.0.2"
6689-
6690-
jest-util@^26.3.0:
6691-
version "26.3.0"
6692-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
6693-
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
6655+
jest-util@^26.1.0, jest-util@^26.3.0:
6656+
version "26.6.2"
6657+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
6658+
integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
66946659
dependencies:
6695-
"@jest/types" "^26.3.0"
6660+
"@jest/types" "^26.6.2"
66966661
"@types/node" "*"
66976662
chalk "^4.0.0"
66986663
graceful-fs "^4.2.4"
@@ -10191,21 +10156,21 @@ trim-off-newlines@^1.0.0:
1019110156
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
1019210157

1019310158
ts-jest@^26.1.3:
10194-
version "26.3.0"
10195-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.3.0.tgz#6b2845045347dce394f069bb59358253bc1338a9"
10196-
integrity sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q==
10159+
version "26.4.4"
10160+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.4.tgz#61f13fb21ab400853c532270e52cc0ed7e502c49"
10161+
integrity sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==
1019710162
dependencies:
1019810163
"@types/jest" "26.x"
1019910164
bs-logger "0.x"
1020010165
buffer-from "1.x"
1020110166
fast-json-stable-stringify "2.x"
10202-
jest-util "26.x"
10167+
jest-util "^26.1.0"
1020310168
json5 "2.x"
1020410169
lodash.memoize "4.x"
1020510170
make-error "1.x"
1020610171
mkdirp "1.x"
1020710172
semver "7.x"
10208-
yargs-parser "18.x"
10173+
yargs-parser "20.x"
1020910174

1021010175
ts-loader@^8.0.0:
1021110176
version "8.0.0"
@@ -10963,13 +10928,10 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
1096310928
resolved "https://r.cnpmjs.org/yallist/download/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
1096410929
integrity sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=
1096510930

10966-
yargs-parser@18.x, yargs-parser@^18.1.2, yargs-parser@^18.1.3:
10967-
version "18.1.3"
10968-
resolved "https://r.cnpmjs.org/yargs-parser/download/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
10969-
integrity sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=
10970-
dependencies:
10971-
camelcase "^5.0.0"
10972-
decamelize "^1.2.0"
10931+
yargs-parser@20.x:
10932+
version "20.2.4"
10933+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
10934+
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
1097310935

1097410936
yargs-parser@^13.1.2:
1097510937
version "13.1.2"
@@ -10987,6 +10949,14 @@ yargs-parser@^15.0.1:
1098710949
camelcase "^5.0.0"
1098810950
decamelize "^1.2.0"
1098910951

10952+
yargs-parser@^18.1.2, yargs-parser@^18.1.3:
10953+
version "18.1.3"
10954+
resolved "https://r.cnpmjs.org/yargs-parser/download/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
10955+
integrity sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=
10956+
dependencies:
10957+
camelcase "^5.0.0"
10958+
decamelize "^1.2.0"
10959+
1099010960
yargs@^13.3.2:
1099110961
version "13.3.2"
1099210962
resolved "https://r.cnpmjs.org/yargs/download/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"

0 commit comments

Comments
 (0)