Skip to content

Commit 5fcc00d

Browse files
chore(deps): bump eslint-plugin-jest to ^29.0.0
1 parent 27845ff commit 5fcc00d

File tree

2 files changed

+96
-85
lines changed

2 files changed

+96
-85
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"cross-env": "^7.0.3",
5858
"cypress": "^12.0.0",
5959
"eslint": "^7.27.0",
60-
"eslint-plugin-jest": "^27.0.0",
60+
"eslint-plugin-jest": "^29.0.0",
6161
"jest": "^29.0.0",
6262
"jest-diff": "^29.0.0",
6363
"jest-environment-jsdom": "^29.0.0",

yarn.lock

Lines changed: 95 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,12 +1285,12 @@
12851285
debug "^3.1.0"
12861286
lodash.once "^4.1.1"
12871287

1288-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1289-
version "4.4.0"
1290-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1291-
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1288+
"@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.7.0":
1289+
version "4.7.0"
1290+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1291+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
12921292
dependencies:
1293-
eslint-visitor-keys "^3.3.0"
1293+
eslint-visitor-keys "^3.4.3"
12941294

12951295
"@eslint-community/regexpp@^4.5.1":
12961296
version "4.8.1"
@@ -1750,7 +1750,7 @@
17501750
"@types/tough-cookie" "*"
17511751
parse5 "^7.0.0"
17521752

1753-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1753+
"@types/json-schema@^7.0.12":
17541754
version "7.0.13"
17551755
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
17561756
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
@@ -1770,7 +1770,7 @@
17701770
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
17711771
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
17721772

1773-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
1773+
"@types/semver@^7.5.0":
17741774
version "7.5.8"
17751775
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
17761776
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -1842,13 +1842,14 @@
18421842
"@typescript-eslint/visitor-keys" "6.7.3"
18431843
debug "^4.3.4"
18441844

1845-
"@typescript-eslint/[email protected]":
1846-
version "5.62.0"
1847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1848-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1845+
"@typescript-eslint/[email protected]":
1846+
version "8.39.1"
1847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d"
1848+
integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==
18491849
dependencies:
1850-
"@typescript-eslint/types" "5.62.0"
1851-
"@typescript-eslint/visitor-keys" "5.62.0"
1850+
"@typescript-eslint/tsconfig-utils" "^8.39.1"
1851+
"@typescript-eslint/types" "^8.39.1"
1852+
debug "^4.3.4"
18521853

18531854
"@typescript-eslint/[email protected]":
18541855
version "6.7.3"
@@ -1858,6 +1859,19 @@
18581859
"@typescript-eslint/types" "6.7.3"
18591860
"@typescript-eslint/visitor-keys" "6.7.3"
18601861

1862+
"@typescript-eslint/[email protected]":
1863+
version "8.39.1"
1864+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
1865+
integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==
1866+
dependencies:
1867+
"@typescript-eslint/types" "8.39.1"
1868+
"@typescript-eslint/visitor-keys" "8.39.1"
1869+
1870+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.39.1":
1871+
version "8.39.1"
1872+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
1873+
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
1874+
18611875
"@typescript-eslint/[email protected]":
18621876
version "6.7.3"
18631877
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
@@ -1868,28 +1882,15 @@
18681882
debug "^4.3.4"
18691883
ts-api-utils "^1.0.1"
18701884

1871-
"@typescript-eslint/[email protected]":
1872-
version "5.62.0"
1873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1874-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1875-
18761885
"@typescript-eslint/[email protected]":
18771886
version "6.7.3"
18781887
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
18791888
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
18801889

1881-
"@typescript-eslint/[email protected]":
1882-
version "5.62.0"
1883-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1884-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1885-
dependencies:
1886-
"@typescript-eslint/types" "5.62.0"
1887-
"@typescript-eslint/visitor-keys" "5.62.0"
1888-
debug "^4.3.4"
1889-
globby "^11.1.0"
1890-
is-glob "^4.0.3"
1891-
semver "^7.3.7"
1892-
tsutils "^3.21.0"
1890+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.39.1":
1891+
version "8.39.1"
1892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
1893+
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
18931894

18941895
"@typescript-eslint/[email protected]":
18951896
version "6.7.3"
@@ -1904,6 +1905,22 @@
19041905
semver "^7.5.4"
19051906
ts-api-utils "^1.0.1"
19061907

1908+
"@typescript-eslint/[email protected]":
1909+
version "8.39.1"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
1911+
integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==
1912+
dependencies:
1913+
"@typescript-eslint/project-service" "8.39.1"
1914+
"@typescript-eslint/tsconfig-utils" "8.39.1"
1915+
"@typescript-eslint/types" "8.39.1"
1916+
"@typescript-eslint/visitor-keys" "8.39.1"
1917+
debug "^4.3.4"
1918+
fast-glob "^3.3.2"
1919+
is-glob "^4.0.3"
1920+
minimatch "^9.0.4"
1921+
semver "^7.6.0"
1922+
ts-api-utils "^2.1.0"
1923+
19071924
"@typescript-eslint/[email protected]":
19081925
version "6.7.3"
19091926
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
@@ -1917,27 +1934,15 @@
19171934
"@typescript-eslint/typescript-estree" "6.7.3"
19181935
semver "^7.5.4"
19191936

1920-
"@typescript-eslint/utils@^5.10.0":
1921-
version "5.62.0"
1922-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1923-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1924-
dependencies:
1925-
"@eslint-community/eslint-utils" "^4.2.0"
1926-
"@types/json-schema" "^7.0.9"
1927-
"@types/semver" "^7.3.12"
1928-
"@typescript-eslint/scope-manager" "5.62.0"
1929-
"@typescript-eslint/types" "5.62.0"
1930-
"@typescript-eslint/typescript-estree" "5.62.0"
1931-
eslint-scope "^5.1.1"
1932-
semver "^7.3.7"
1933-
1934-
"@typescript-eslint/[email protected]":
1935-
version "5.62.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1937-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1937+
"@typescript-eslint/utils@^8.0.0":
1938+
version "8.39.1"
1939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
1940+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
19381941
dependencies:
1939-
"@typescript-eslint/types" "5.62.0"
1940-
eslint-visitor-keys "^3.3.0"
1942+
"@eslint-community/eslint-utils" "^4.7.0"
1943+
"@typescript-eslint/scope-manager" "8.39.1"
1944+
"@typescript-eslint/types" "8.39.1"
1945+
"@typescript-eslint/typescript-estree" "8.39.1"
19411946

19421947
"@typescript-eslint/[email protected]":
19431948
version "6.7.3"
@@ -1947,6 +1952,14 @@
19471952
"@typescript-eslint/types" "6.7.3"
19481953
eslint-visitor-keys "^3.4.1"
19491954

1955+
"@typescript-eslint/[email protected]":
1956+
version "8.39.1"
1957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
1958+
integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==
1959+
dependencies:
1960+
"@typescript-eslint/types" "8.39.1"
1961+
eslint-visitor-keys "^4.2.1"
1962+
19501963
19511964
version "2.29.0"
19521965
resolved "https://registry.yarnpkg.com/@zeit/schemas/-/schemas-2.29.0.tgz#a59ae6ebfdf4ddc66a876872dd736baa58b6696c"
@@ -3318,12 +3331,12 @@ escodegen@^2.0.0:
33183331
optionalDependencies:
33193332
source-map "~0.6.1"
33203333

3321-
eslint-plugin-jest@^27.0.0:
3322-
version "27.4.2"
3323-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed"
3324-
integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg==
3334+
eslint-plugin-jest@^29.0.0:
3335+
version "29.0.1"
3336+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
3337+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
33253338
dependencies:
3326-
"@typescript-eslint/utils" "^5.10.0"
3339+
"@typescript-eslint/utils" "^8.0.0"
33273340

33283341
eslint-scope@^5.1.1:
33293342
version "5.1.1"
@@ -3350,11 +3363,16 @@ eslint-visitor-keys@^2.0.0:
33503363
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
33513364
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
33523365

3353-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
3366+
eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
33543367
version "3.4.3"
33553368
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
33563369
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
33573370

3371+
eslint-visitor-keys@^4.2.1:
3372+
version "4.2.1"
3373+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3374+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3375+
33583376
eslint@^7.27.0:
33593377
version "7.32.0"
33603378
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -3542,16 +3560,16 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
35423560
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
35433561
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
35443562

3545-
fast-glob@^3.2.9:
3546-
version "3.3.2"
3547-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3548-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
3563+
fast-glob@^3.2.9, fast-glob@^3.3.2:
3564+
version "3.3.3"
3565+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3566+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
35493567
dependencies:
35503568
"@nodelib/fs.stat" "^2.0.2"
35513569
"@nodelib/fs.walk" "^1.2.3"
35523570
glob-parent "^5.1.2"
35533571
merge2 "^1.3.0"
3554-
micromatch "^4.0.4"
3572+
micromatch "^4.0.8"
35553573

35563574
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
35573575
version "2.1.0"
@@ -5213,10 +5231,10 @@ merge2@^1.3.0, merge2@^1.4.1:
52135231
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
52145232
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
52155233

5216-
micromatch@^4.0.2, micromatch@^4.0.4:
5217-
version "4.0.7"
5218-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
5219-
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
5234+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
5235+
version "4.0.8"
5236+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5237+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
52205238
dependencies:
52215239
braces "^3.0.3"
52225240
picomatch "^2.3.1"
@@ -5269,10 +5287,10 @@ [email protected], minimatch@^5.0.1:
52695287
dependencies:
52705288
brace-expansion "^2.0.1"
52715289

5272-
minimatch@^9.0.0, minimatch@^9.0.1:
5273-
version "9.0.4"
5274-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
5275-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
5290+
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.4:
5291+
version "9.0.5"
5292+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
5293+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
52765294
dependencies:
52775295
brace-expansion "^2.0.1"
52785296

@@ -6146,10 +6164,10 @@ semver@^6.3.0, semver@^6.3.1:
61466164
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
61476165
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
61486166

6149-
semver@^7.2.1, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
6150-
version "7.6.2"
6151-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
6152-
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
6167+
semver@^7.2.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
6168+
version "7.7.2"
6169+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
6170+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
61536171

61546172
61556173
version "6.0.0"
@@ -6655,23 +6673,16 @@ ts-api-utils@^1.0.1:
66556673
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
66566674
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
66576675

6658-
tslib@^1.8.1:
6659-
version "1.14.1"
6660-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
6661-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
6676+
ts-api-utils@^2.1.0:
6677+
version "2.1.0"
6678+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
6679+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
66626680

66636681
tslib@^2.1.0:
66646682
version "2.6.2"
66656683
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
66666684
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
66676685

6668-
tsutils@^3.21.0:
6669-
version "3.21.0"
6670-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6671-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
6672-
dependencies:
6673-
tslib "^1.8.1"
6674-
66756686
tty-table@^4.1.5:
66766687
version "4.2.3"
66776688
resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-4.2.3.tgz#e33eb4007a0a9c976c97c37fa13ba66329a5c515"

0 commit comments

Comments
 (0)