Skip to content

Commit fa71c93

Browse files
chore(deps-dev): bump eslint-plugin-jest from 27.6.3 to 28.6.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.3 to 28.6.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.6.3...v28.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba2f13d commit fa71c93

File tree

2 files changed

+123
-60
lines changed

2 files changed

+123
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "^7.4.0",
4343
"eslint-config-airbnb-base": "^15.0.0",
4444
"eslint-plugin-import": "^2.22.0",
45-
"eslint-plugin-jest": "^27.1.4",
45+
"eslint-plugin-jest": "^28.6.0",
4646
"husky": "^8.0.1",
4747
"install-peers-cli": "^2.2.0",
4848
"jest": "^26.6.3",

yarn.lock

Lines changed: 122 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,13 @@
474474
dependencies:
475475
"@jridgewell/trace-mapping" "0.3.9"
476476

477+
"@eslint-community/eslint-utils@^4.4.0":
478+
version "4.4.0"
479+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
480+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
481+
dependencies:
482+
eslint-visitor-keys "^3.3.0"
483+
477484
"@eslint/eslintrc@^0.4.3":
478485
version "0.4.3"
479486
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -866,11 +873,6 @@
866873
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
867874
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
868875

869-
"@types/json-schema@^7.0.9":
870-
version "7.0.9"
871-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
872-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
873-
874876
"@types/json5@^0.0.29":
875877
version "0.0.29"
876878
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1005,23 +1007,23 @@
10051007
"@typescript-eslint/types" "4.33.0"
10061008
"@typescript-eslint/visitor-keys" "4.33.0"
10071009

1008-
"@typescript-eslint/scope-manager@5.12.1":
1009-
version "5.12.1"
1010-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
1011-
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
1010+
"@typescript-eslint/scope-manager@7.14.1":
1011+
version "7.14.1"
1012+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.14.1.tgz#63de7a577bc6fe8ee6e412a5b85499f654b93ee5"
1013+
integrity sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==
10121014
dependencies:
1013-
"@typescript-eslint/types" "5.12.1"
1014-
"@typescript-eslint/visitor-keys" "5.12.1"
1015+
"@typescript-eslint/types" "7.14.1"
1016+
"@typescript-eslint/visitor-keys" "7.14.1"
10151017

10161018
"@typescript-eslint/types@4.33.0":
10171019
version "4.33.0"
10181020
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
10191021
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
10201022

1021-
"@typescript-eslint/types@5.12.1":
1022-
version "5.12.1"
1023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
1024-
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
1023+
"@typescript-eslint/types@7.14.1":
1024+
version "7.14.1"
1025+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
1026+
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
10251027

10261028
"@typescript-eslint/typescript-estree@4.33.0":
10271029
version "4.33.0"
@@ -1036,30 +1038,29 @@
10361038
semver "^7.3.5"
10371039
tsutils "^3.21.0"
10381040

1039-
"@typescript-eslint/typescript-estree@5.12.1":
1040-
version "5.12.1"
1041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
1042-
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
1041+
"@typescript-eslint/typescript-estree@7.14.1":
1042+
version "7.14.1"
1043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
1044+
integrity sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==
10431045
dependencies:
1044-
"@typescript-eslint/types" "5.12.1"
1045-
"@typescript-eslint/visitor-keys" "5.12.1"
1046-
debug "^4.3.2"
1047-
globby "^11.0.4"
1046+
"@typescript-eslint/types" "7.14.1"
1047+
"@typescript-eslint/visitor-keys" "7.14.1"
1048+
debug "^4.3.4"
1049+
globby "^11.1.0"
10481050
is-glob "^4.0.3"
1049-
semver "^7.3.5"
1050-
tsutils "^3.21.0"
1051+
minimatch "^9.0.4"
1052+
semver "^7.6.0"
1053+
ts-api-utils "^1.3.0"
10511054

1052-
"@typescript-eslint/utils@^5.10.0":
1053-
version "5.12.1"
1054-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
1055-
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
1055+
"@typescript-eslint/utils@^6.0.0 || ^7.0.0":
1056+
version "7.14.1"
1057+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
1058+
integrity sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==
10561059
dependencies:
1057-
"@types/json-schema" "^7.0.9"
1058-
"@typescript-eslint/scope-manager" "5.12.1"
1059-
"@typescript-eslint/types" "5.12.1"
1060-
"@typescript-eslint/typescript-estree" "5.12.1"
1061-
eslint-scope "^5.1.1"
1062-
eslint-utils "^3.0.0"
1060+
"@eslint-community/eslint-utils" "^4.4.0"
1061+
"@typescript-eslint/scope-manager" "7.14.1"
1062+
"@typescript-eslint/types" "7.14.1"
1063+
"@typescript-eslint/typescript-estree" "7.14.1"
10631064

10641065
"@typescript-eslint/visitor-keys@4.33.0":
10651066
version "4.33.0"
@@ -1069,13 +1070,13 @@
10691070
"@typescript-eslint/types" "4.33.0"
10701071
eslint-visitor-keys "^2.0.0"
10711072

1072-
"@typescript-eslint/visitor-keys@5.12.1":
1073-
version "5.12.1"
1074-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
1075-
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
1073+
"@typescript-eslint/visitor-keys@7.14.1":
1074+
version "7.14.1"
1075+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.14.1.tgz#cc79b5ea154aea734b2a13b983670749f5742274"
1076+
integrity sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==
10761077
dependencies:
1077-
"@typescript-eslint/types" "5.12.1"
1078-
eslint-visitor-keys "^3.0.0"
1078+
"@typescript-eslint/types" "7.14.1"
1079+
eslint-visitor-keys "^3.4.3"
10791080

10801081
JSONStream@^1.3.5:
10811082
version "1.3.5"
@@ -1509,6 +1510,13 @@ brace-expansion@^1.1.7:
15091510
balanced-match "^1.0.0"
15101511
concat-map "0.0.1"
15111512

1513+
brace-expansion@^2.0.1:
1514+
version "2.0.1"
1515+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1516+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1517+
dependencies:
1518+
balanced-match "^1.0.0"
1519+
15121520
braces@^2.3.1:
15131521
version "2.3.2"
15141522
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -1532,6 +1540,13 @@ braces@^3.0.2:
15321540
dependencies:
15331541
fill-range "^7.0.1"
15341542

1543+
braces@^3.0.3:
1544+
version "3.0.3"
1545+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1546+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1547+
dependencies:
1548+
fill-range "^7.1.1"
1549+
15351550
browser-process-hrtime@^1.0.0:
15361551
version "1.0.0"
15371552
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
@@ -1961,7 +1976,7 @@ debug@^3.2.7:
19611976
dependencies:
19621977
ms "^2.1.1"
19631978

1964-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1979+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4:
19651980
version "4.3.4"
19661981
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
19671982
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -2368,12 +2383,12 @@ eslint-plugin-import@^2.22.0:
23682383
semver "^6.3.1"
23692384
tsconfig-paths "^3.15.0"
23702385

2371-
eslint-plugin-jest@^27.1.4:
2372-
version "27.6.3"
2373-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz#8acb8b1e45597fe1f4d4cf25163d90119efc12be"
2374-
integrity sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==
2386+
eslint-plugin-jest@^28.6.0:
2387+
version "28.6.0"
2388+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz#8410588d60bcafa68a91b6ec272e4a415502302a"
2389+
integrity sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg==
23752390
dependencies:
2376-
"@typescript-eslint/utils" "^5.10.0"
2391+
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0"
23772392

23782393
eslint-scope@^5.1.1:
23792394
version "5.1.1"
@@ -2407,10 +2422,10 @@ eslint-visitor-keys@^2.0.0:
24072422
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
24082423
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24092424

2410-
eslint-visitor-keys@^3.0.0:
2411-
version "3.0.0"
2412-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
2413-
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
2425+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
2426+
version "3.4.3"
2427+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2428+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
24142429

24152430
eslint@^7.4.0:
24162431
version "7.32.0"
@@ -2662,6 +2677,17 @@ fast-glob@^3.1.1:
26622677
micromatch "^4.0.2"
26632678
picomatch "^2.2.1"
26642679

2680+
fast-glob@^3.2.9:
2681+
version "3.3.2"
2682+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
2683+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
2684+
dependencies:
2685+
"@nodelib/fs.stat" "^2.0.2"
2686+
"@nodelib/fs.walk" "^1.2.3"
2687+
glob-parent "^5.1.2"
2688+
merge2 "^1.3.0"
2689+
micromatch "^4.0.4"
2690+
26652691
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
26662692
version "2.1.0"
26672693
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2710,6 +2736,13 @@ fill-range@^7.0.1:
27102736
dependencies:
27112737
to-regex-range "^5.0.1"
27122738

2739+
fill-range@^7.1.1:
2740+
version "7.1.1"
2741+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
2742+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
2743+
dependencies:
2744+
to-regex-range "^5.0.1"
2745+
27132746
find-up@^4.0.0, find-up@^4.1.0:
27142747
version "4.1.0"
27152748
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -2987,16 +3020,16 @@ globby@^11.0.3:
29873020
merge2 "^1.3.0"
29883021
slash "^3.0.0"
29893022

2990-
globby@^11.0.4:
2991-
version "11.0.4"
2992-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2993-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
3023+
globby@^11.1.0:
3024+
version "11.1.0"
3025+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
3026+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
29943027
dependencies:
29953028
array-union "^2.1.0"
29963029
dir-glob "^3.0.1"
2997-
fast-glob "^3.1.1"
2998-
ignore "^5.1.4"
2999-
merge2 "^1.3.0"
3030+
fast-glob "^3.2.9"
3031+
ignore "^5.2.0"
3032+
merge2 "^1.4.1"
30003033
slash "^3.0.0"
30013034

30023035
gopd@^1.0.1:
@@ -3212,6 +3245,11 @@ ignore@^5.1.4, ignore@^5.1.8:
32123245
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
32133246
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
32143247

3248+
ignore@^5.2.0:
3249+
version "5.3.1"
3250+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
3251+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
3252+
32153253
import-fresh@^3.0.0, import-fresh@^3.2.1:
32163254
version "3.3.0"
32173255
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4476,7 +4514,7 @@ merge-stream@^2.0.0:
44764514
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
44774515
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
44784516

4479-
merge2@^1.3.0:
4517+
merge2@^1.3.0, merge2@^1.4.1:
44804518
version "1.4.1"
44814519
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
44824520
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -4508,6 +4546,14 @@ micromatch@^4.0.2, micromatch@^4.0.5:
45084546
braces "^3.0.2"
45094547
picomatch "^2.3.1"
45104548

4549+
micromatch@^4.0.4:
4550+
version "4.0.7"
4551+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
4552+
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
4553+
dependencies:
4554+
braces "^3.0.3"
4555+
picomatch "^2.3.1"
4556+
45114557
mime-db@1.46.0:
45124558
version "1.46.0"
45134559
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.46.0.tgz#6267748a7f799594de3cbc8cde91def349661cee"
@@ -4542,6 +4588,13 @@ minimatch@^3.0.4, minimatch@^3.1.2:
45424588
dependencies:
45434589
brace-expansion "^1.1.7"
45444590

4591+
minimatch@^9.0.4:
4592+
version "9.0.5"
4593+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4594+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4595+
dependencies:
4596+
brace-expansion "^2.0.1"
4597+
45454598
minimist-options@4.1.0:
45464599
version "4.1.0"
45474600
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5406,6 +5459,11 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
54065459
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
54075460
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
54085461

5462+
semver@^7.6.0:
5463+
version "7.6.2"
5464+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
5465+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
5466+
54095467
set-blocking@^2.0.0:
54105468
version "2.0.0"
54115469
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -5966,6 +6024,11 @@ trim-newlines@^3.0.0:
59666024
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
59676025
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
59686026

6027+
ts-api-utils@^1.3.0:
6028+
version "1.3.0"
6029+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
6030+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
6031+
59696032
ts-jest@^26.5.3:
59706033
version "26.5.6"
59716034
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.6.tgz#c32e0746425274e1dfe333f43cd3c800e014ec35"

0 commit comments

Comments
 (0)