Skip to content

Commit decb85f

Browse files
build(deps-dev): bump the eslint group with 3 updates (#1920)
Bumps the eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@typescript-eslint/eslint-plugin` from 8.46.3 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.3 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/parser) Updates `eslint-plugin-jest` from 29.0.1 to 29.1.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@v29.0.1...v29.1.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-plugin-jest dependency-version: 29.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9772ab commit decb85f

2 files changed

Lines changed: 8 additions & 172 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"devDependencies": {
4646
"@types/jest": "29.5.14",
4747
"@types/node": "22.15.30",
48-
"@typescript-eslint/eslint-plugin": "8.46.3",
49-
"@typescript-eslint/parser": "8.46.3",
48+
"@typescript-eslint/eslint-plugin": "8.49.0",
49+
"@typescript-eslint/parser": "8.49.0",
5050
"eslint": "9.28.0",
5151
"eslint-config-prettier": "10.1.8",
52-
"eslint-plugin-jest": "29.0.1",
52+
"eslint-plugin-jest": "29.2.1",
5353
"eslint-plugin-prettier": "5.5.4",
5454
"jest": "29.7.0",
5555
"jest-circus": "30.2.0",

yarn.lock

Lines changed: 5 additions & 169 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,31 +1428,6 @@
14281428
"@emnapi/runtime" "^1.4.3"
14291429
"@tybys/wasm-util" "^0.10.0"
14301430

1431-
"@nodelib/fs.scandir@2.1.5":
1432-
version "2.1.5"
1433-
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
1434-
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
1435-
dependencies:
1436-
"@nodelib/fs.stat" "2.0.5"
1437-
run-parallel "^1.1.9"
1438-
1439-
"@nodelib/fs.stat@2.0.5":
1440-
version "2.0.5"
1441-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
1442-
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
1443-
1444-
"@nodelib/fs.stat@^2.0.2":
1445-
version "2.0.3"
1446-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
1447-
1448-
"@nodelib/fs.walk@^1.2.3":
1449-
version "1.2.8"
1450-
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
1451-
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
1452-
dependencies:
1453-
"@nodelib/fs.scandir" "2.1.5"
1454-
fastq "^1.6.0"
1455-
14561431
"@octokit/auth-token@^4.0.0":
14571432
version "4.0.0"
14581433
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
@@ -1714,21 +1689,6 @@
17141689
dependencies:
17151690
"@types/yargs-parser" "*"
17161691

1717-
"@typescript-eslint/eslint-plugin@8.46.3":
1718-
version "8.46.3"
1719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.3.tgz#6f7aeaf9f5c611425db9b8f983e8d3fe5deece3c"
1720-
integrity sha512-sbaQ27XBUopBkRiuY/P9sWGOWUW4rl8fDoHIUmLpZd8uldsTyB4/Zg6bWTegPoTLnKj9Hqgn3QD6cjPNB32Odw==
1721-
dependencies:
1722-
"@eslint-community/regexpp" "^4.10.0"
1723-
"@typescript-eslint/scope-manager" "8.46.3"
1724-
"@typescript-eslint/type-utils" "8.46.3"
1725-
"@typescript-eslint/utils" "8.46.3"
1726-
"@typescript-eslint/visitor-keys" "8.46.3"
1727-
graphemer "^1.4.0"
1728-
ignore "^7.0.0"
1729-
natural-compare "^1.4.0"
1730-
ts-api-utils "^2.1.0"
1731-
17321692
"@typescript-eslint/eslint-plugin@8.49.0":
17331693
version "8.49.0"
17341694
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.49.0.tgz#8ed8736b8415a9193989220eadb6031dbcd2260a"
@@ -1743,17 +1703,6 @@
17431703
natural-compare "^1.4.0"
17441704
ts-api-utils "^2.1.0"
17451705

1746-
"@typescript-eslint/parser@8.46.3":
1747-
version "8.46.3"
1748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.3.tgz#3badfb62d2e2dc733d02a038073e3f65f2cb833d"
1749-
integrity sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==
1750-
dependencies:
1751-
"@typescript-eslint/scope-manager" "8.46.3"
1752-
"@typescript-eslint/types" "8.46.3"
1753-
"@typescript-eslint/typescript-estree" "8.46.3"
1754-
"@typescript-eslint/visitor-keys" "8.46.3"
1755-
debug "^4.3.4"
1756-
17571706
"@typescript-eslint/parser@8.49.0":
17581707
version "8.49.0"
17591708
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz#0ede412d59e99239b770f0f08c76c42fba717fa2"
@@ -1765,15 +1714,6 @@
17651714
"@typescript-eslint/visitor-keys" "8.49.0"
17661715
debug "^4.3.4"
17671716

1768-
"@typescript-eslint/project-service@8.46.3":
1769-
version "8.46.3"
1770-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.3.tgz#4555c685407ea829081218fa033d7b032607aaef"
1771-
integrity sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==
1772-
dependencies:
1773-
"@typescript-eslint/tsconfig-utils" "^8.46.3"
1774-
"@typescript-eslint/types" "^8.46.3"
1775-
debug "^4.3.4"
1776-
17771717
"@typescript-eslint/project-service@8.49.0":
17781718
version "8.49.0"
17791719
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.49.0.tgz#ce220525c88cb2d23792b391c07e14cb9697651a"
@@ -1783,14 +1723,6 @@
17831723
"@typescript-eslint/types" "^8.49.0"
17841724
debug "^4.3.4"
17851725

1786-
"@typescript-eslint/scope-manager@8.46.3":
1787-
version "8.46.3"
1788-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz#2e330f566e135ccac13477b98dd88d8f176e4dff"
1789-
integrity sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==
1790-
dependencies:
1791-
"@typescript-eslint/types" "8.46.3"
1792-
"@typescript-eslint/visitor-keys" "8.46.3"
1793-
17941726
"@typescript-eslint/scope-manager@8.49.0":
17951727
version "8.49.0"
17961728
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz#a3496765b57fb48035d671174552e462e5bffa63"
@@ -1799,27 +1731,11 @@
17991731
"@typescript-eslint/types" "8.49.0"
18001732
"@typescript-eslint/visitor-keys" "8.49.0"
18011733

1802-
"@typescript-eslint/tsconfig-utils@8.46.3", "@typescript-eslint/tsconfig-utils@^8.46.3":
1803-
version "8.46.3"
1804-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz#cad33398c762c97fe56a8defda00c16505abefa3"
1805-
integrity sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==
1806-
18071734
"@typescript-eslint/tsconfig-utils@8.49.0", "@typescript-eslint/tsconfig-utils@^8.49.0":
18081735
version "8.49.0"
18091736
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz#857777c8e35dd1e564505833d8043f544442fbf4"
18101737
integrity sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==
18111738

1812-
"@typescript-eslint/type-utils@8.46.3":
1813-
version "8.46.3"
1814-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz#71188df833d7697ecff256cd1d3889a20552d78c"
1815-
integrity sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==
1816-
dependencies:
1817-
"@typescript-eslint/types" "8.46.3"
1818-
"@typescript-eslint/typescript-estree" "8.46.3"
1819-
"@typescript-eslint/utils" "8.46.3"
1820-
debug "^4.3.4"
1821-
ts-api-utils "^2.1.0"
1822-
18231739
"@typescript-eslint/type-utils@8.49.0":
18241740
version "8.49.0"
18251741
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz#d8118a0c1896a78a22f01d3c176e9945409b085b"
@@ -1831,32 +1747,11 @@
18311747
debug "^4.3.4"
18321748
ts-api-utils "^2.1.0"
18331749

1834-
"@typescript-eslint/types@8.46.3", "@typescript-eslint/types@^8.46.3":
1835-
version "8.46.3"
1836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.3.tgz#da05ea40e91359b4275dbb3a489f2f7907a02245"
1837-
integrity sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==
1838-
18391750
"@typescript-eslint/types@8.49.0", "@typescript-eslint/types@^8.49.0":
18401751
version "8.49.0"
18411752
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz#c1bd3ebf956d9e5216396349ca23c58d74f06aee"
18421753
integrity sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==
18431754

1844-
"@typescript-eslint/typescript-estree@8.46.3":
1845-
version "8.46.3"
1846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz#c12406afba707f9779ce0c0151a08c33b3a96d41"
1847-
integrity sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==
1848-
dependencies:
1849-
"@typescript-eslint/project-service" "8.46.3"
1850-
"@typescript-eslint/tsconfig-utils" "8.46.3"
1851-
"@typescript-eslint/types" "8.46.3"
1852-
"@typescript-eslint/visitor-keys" "8.46.3"
1853-
debug "^4.3.4"
1854-
fast-glob "^3.3.2"
1855-
is-glob "^4.0.3"
1856-
minimatch "^9.0.4"
1857-
semver "^7.6.0"
1858-
ts-api-utils "^2.1.0"
1859-
18601755
"@typescript-eslint/typescript-estree@8.49.0":
18611756
version "8.49.0"
18621757
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz#99c5a53275197ccb4e849786dad68344e9924135"
@@ -1872,16 +1767,6 @@
18721767
tinyglobby "^0.2.15"
18731768
ts-api-utils "^2.1.0"
18741769

1875-
"@typescript-eslint/utils@8.46.3":
1876-
version "8.46.3"
1877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.3.tgz#b6c7994b7c1ee2fe338ab32f7b3d4424856a73ce"
1878-
integrity sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==
1879-
dependencies:
1880-
"@eslint-community/eslint-utils" "^4.7.0"
1881-
"@typescript-eslint/scope-manager" "8.46.3"
1882-
"@typescript-eslint/types" "8.46.3"
1883-
"@typescript-eslint/typescript-estree" "8.46.3"
1884-
18851770
"@typescript-eslint/utils@8.49.0", "@typescript-eslint/utils@^8.0.0":
18861771
version "8.49.0"
18871772
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz#43b3b91d30afd6f6114532cf0b228f1790f43aff"
@@ -1892,14 +1777,6 @@
18921777
"@typescript-eslint/types" "8.49.0"
18931778
"@typescript-eslint/typescript-estree" "8.49.0"
18941779

1895-
"@typescript-eslint/visitor-keys@8.46.3":
1896-
version "8.46.3"
1897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz#6811b15053501981059c58e1c01b39242bd5c0f6"
1898-
integrity sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==
1899-
dependencies:
1900-
"@typescript-eslint/types" "8.46.3"
1901-
eslint-visitor-keys "^4.2.1"
1902-
19031780
"@typescript-eslint/visitor-keys@8.49.0":
19041781
version "8.49.0"
19051782
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.49.0.tgz#8e450cc502c0d285cad9e84d400cf349a85ced6c"
@@ -2537,10 +2414,10 @@ eslint-config-prettier@10.1.8:
25372414
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
25382415
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
25392416

2540-
eslint-plugin-jest@29.0.1:
2541-
version "29.0.1"
2542-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
2543-
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
2417+
eslint-plugin-jest@29.2.1:
2418+
version "29.2.1"
2419+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.2.1.tgz#e56c5f79b6475dafa551ce8e762ac25d4bd21ea4"
2420+
integrity sha512-0WLIezrIxitUGbjMIGwznVzSIp0uFJV0PZ2fiSvpyVcxe+QMXKUt7MRhUpzdbctnnLwiOTOFkACplgB0wAglFw==
25442421
dependencies:
25452422
"@typescript-eslint/utils" "^8.0.0"
25462423

@@ -2708,17 +2585,6 @@ fast-diff@^1.1.2:
27082585
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
27092586
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
27102587

2711-
fast-glob@^3.3.2:
2712-
version "3.3.2"
2713-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
2714-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
2715-
dependencies:
2716-
"@nodelib/fs.stat" "^2.0.2"
2717-
"@nodelib/fs.walk" "^1.2.3"
2718-
glob-parent "^5.1.2"
2719-
merge2 "^1.3.0"
2720-
micromatch "^4.0.4"
2721-
27222588
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
27232589
version "2.1.0"
27242590
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2728,12 +2594,6 @@ fast-levenshtein@^2.0.6:
27282594
version "2.0.6"
27292595
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
27302596

2731-
fastq@^1.6.0:
2732-
version "1.8.0"
2733-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481"
2734-
dependencies:
2735-
reusify "^1.0.4"
2736-
27372597
fb-watchman@^2.0.0:
27382598
version "2.0.0"
27392599
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
@@ -2842,13 +2702,6 @@ get-stream@^6.0.0:
28422702
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
28432703
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
28442704

2845-
glob-parent@^5.1.2:
2846-
version "5.1.2"
2847-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
2848-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
2849-
dependencies:
2850-
is-glob "^4.0.1"
2851-
28522705
glob-parent@^6.0.2:
28532706
version "6.0.2"
28542707
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
@@ -2910,11 +2763,6 @@ graceful-fs@^4.2.9:
29102763
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
29112764
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
29122765

2913-
graphemer@^1.4.0:
2914-
version "1.4.0"
2915-
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2916-
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
2917-
29182766
has-flag@^3.0.0:
29192767
version "3.0.0"
29202768
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
@@ -3000,7 +2848,7 @@ is-generator-fn@^2.0.0, is-generator-fn@^2.1.0:
30002848
version "2.1.0"
30012849
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
30022850

3003-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
2851+
is-glob@^4.0.0, is-glob@^4.0.3:
30042852
version "4.0.3"
30052853
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
30062854
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -3825,10 +3673,6 @@ merge-stream@^2.0.0:
38253673
version "2.0.0"
38263674
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
38273675

3828-
merge2@^1.3.0:
3829-
version "1.4.1"
3830-
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
3831-
38323676
micromatch@^4.0.4, micromatch@^4.0.8:
38333677
version "4.0.8"
38343678
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
@@ -4167,10 +4011,6 @@ resolve@^1.20.0:
41674011
is-core-module "^2.2.0"
41684012
path-parse "^1.0.6"
41694013

4170-
reusify@^1.0.4:
4171-
version "1.0.4"
4172-
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
4173-
41744014
rimraf@6.0.1:
41754015
version "6.0.1"
41764016
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
@@ -4179,10 +4019,6 @@ rimraf@6.0.1:
41794019
glob "^11.0.0"
41804020
package-json-from-dist "^1.0.0"
41814021

4182-
run-parallel@^1.1.9:
4183-
version "1.1.9"
4184-
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
4185-
41864022
safe-buffer@~5.1.1:
41874023
version "5.1.2"
41884024
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

0 commit comments

Comments
 (0)