Skip to content

Commit a5ade48

Browse files
chore(deps): bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.18.1` | `8.18.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.18.1` | `8.18.2` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.15.0` | `17.15.1` | | [@inquirer/expand](https://github.com/SBoudrias/Inquirer.js) | `4.0.3` | `4.0.4` | | [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) | `4.0.3` | `4.0.4` | Updates `@typescript-eslint/eslint-plugin` from 8.18.1 to 8.18.2 - [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.18.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.1 to 8.18.2 - [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.18.2/packages/parser) Updates `eslint-plugin-n` from 17.15.0 to 17.15.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v17.15.0...v17.15.1) Updates `@inquirer/expand` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) Updates `@inquirer/select` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-n dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@inquirer/expand" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@inquirer/select" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea0d9b1 commit a5ade48

File tree

1 file changed

+78
-178
lines changed

1 file changed

+78
-178
lines changed

yarn.lock

+78-178
Original file line numberDiff line numberDiff line change
@@ -1595,32 +1595,13 @@
15951595
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
15961596
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
15971597

1598-
"@inquirer/checkbox@^4.0.3":
1599-
version "4.0.3"
1600-
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.0.3.tgz#cbd9694e925964f5b0432cc84ab107a8d7a8202d"
1601-
integrity sha512-CEt9B4e8zFOGtc/LYeQx5m8nfqQeG/4oNNv0PUvXGG0mys+wR/WbJ3B4KfSQ4Fcr3AQfpiuFOi3fVvmPfvNbxw==
1598+
"@inquirer/core@^10.1.2":
1599+
version "10.1.2"
1600+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.2.tgz#a9c5b9ed814a636e99b5c0a8ca4f1626d99fd75d"
1601+
integrity sha512-bHd96F3ezHg1mf/J0Rb4CV8ndCN0v28kUlrHqP7+ECm1C/A+paB7Xh2lbMk6x+kweQC+rZOxM/YeKikzxco8bQ==
16021602
dependencies:
1603-
"@inquirer/core" "^10.1.1"
1604-
"@inquirer/figures" "^1.0.8"
1605-
"@inquirer/type" "^3.0.1"
1606-
ansi-escapes "^4.3.2"
1607-
yoctocolors-cjs "^2.1.2"
1608-
1609-
"@inquirer/confirm@^5.1.0":
1610-
version "5.1.0"
1611-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.0.tgz#061cd0790c8debe092353589a501211b0d6c53ef"
1612-
integrity sha512-osaBbIMEqVFjTX5exoqPXs6PilWQdjaLhGtMDXMXg/yxkHXNq43GlxGyTA35lK2HpzUgDN+Cjh/2AmqCN0QJpw==
1613-
dependencies:
1614-
"@inquirer/core" "^10.1.1"
1615-
"@inquirer/type" "^3.0.1"
1616-
1617-
"@inquirer/core@^10.1.1":
1618-
version "10.1.1"
1619-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.1.tgz#801e82649fb64bcb2b5e4667397ff8c25bccebab"
1620-
integrity sha512-rmZVXy9iZvO3ZStEe/ayuuwIJ23LSF13aPMlLMTQARX6lGUBDHGV8UB5i9MRrfy0+mZwt5/9bdy8llszSD3NQA==
1621-
dependencies:
1622-
"@inquirer/figures" "^1.0.8"
1623-
"@inquirer/type" "^3.0.1"
1603+
"@inquirer/figures" "^1.0.9"
1604+
"@inquirer/type" "^3.0.2"
16241605
ansi-escapes "^4.3.2"
16251606
cli-width "^4.1.0"
16261607
mute-stream "^2.0.0"
@@ -1629,109 +1610,35 @@
16291610
wrap-ansi "^6.2.0"
16301611
yoctocolors-cjs "^2.1.2"
16311612

1632-
"@inquirer/editor@^4.2.0":
1633-
version "4.2.0"
1634-
resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-4.2.0.tgz#469a00e876afebcfc574bf8114e40c40795688c1"
1635-
integrity sha512-Z3LeGsD3WlItDqLxTPciZDbGtm0wrz7iJGS/uUxSiQxef33ZrBq7LhsXg30P7xrWz1kZX4iGzxxj5SKZmJ8W+w==
1636-
dependencies:
1637-
"@inquirer/core" "^10.1.1"
1638-
"@inquirer/type" "^3.0.1"
1639-
external-editor "^3.1.0"
1640-
16411613
"@inquirer/expand@^4.0.3":
1642-
version "4.0.3"
1643-
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.3.tgz#7593b841d9355c4e7a047071b33e5a58f202ac96"
1644-
integrity sha512-MDszqW4HYBpVMmAoy/FA9laLrgo899UAga0itEjsYrBthKieDZNc0e16gdn7N3cQ0DSf/6zsTBZMuDYDQU4ktg==
1645-
dependencies:
1646-
"@inquirer/core" "^10.1.1"
1647-
"@inquirer/type" "^3.0.1"
1648-
yoctocolors-cjs "^2.1.2"
1649-
1650-
"@inquirer/figures@^1.0.3":
1651-
version "1.0.7"
1652-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.7.tgz#d050ccc0eabfacc0248c4ff647a9dfba1b01594b"
1653-
integrity sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==
1654-
1655-
"@inquirer/figures@^1.0.8":
1656-
version "1.0.8"
1657-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.8.tgz#d9e414a1376a331a0e71b151fea27c48845788b0"
1658-
integrity sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==
1659-
1660-
"@inquirer/input@^4.1.0":
1661-
version "4.1.0"
1662-
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-4.1.0.tgz#54b484550c3ecb2e7bf62149a14e9784f08efe6b"
1663-
integrity sha512-16B8A9hY741yGXzd8UJ9R8su/fuuyO2e+idd7oVLYjP23wKJ6ILRIIHcnXe8/6AoYgwRS2zp4PNsW/u/iZ24yg==
1664-
dependencies:
1665-
"@inquirer/core" "^10.1.1"
1666-
"@inquirer/type" "^3.0.1"
1667-
1668-
"@inquirer/number@^3.0.3":
1669-
version "3.0.3"
1670-
resolved "https://registry.yarnpkg.com/@inquirer/number/-/number-3.0.3.tgz#e3dd7520e21e9708fea9465b73d20ac851f5f60d"
1671-
integrity sha512-HA/W4YV+5deKCehIutfGBzNxWH1nhvUC67O4fC9ufSijn72yrYnRmzvC61dwFvlXIG1fQaYWi+cqNE9PaB9n6Q==
1672-
dependencies:
1673-
"@inquirer/core" "^10.1.1"
1674-
"@inquirer/type" "^3.0.1"
1675-
1676-
"@inquirer/password@^4.0.3":
1677-
version "4.0.3"
1678-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.3.tgz#17af6d8983e2e5c0f231b382ef5c78a8b4b63e95"
1679-
integrity sha512-3qWjk6hS0iabG9xx0U1plwQLDBc/HA/hWzLFFatADpR6XfE62LqPr9GpFXBkLU0KQUaIXZ996bNG+2yUvocH8w==
1680-
dependencies:
1681-
"@inquirer/core" "^10.1.1"
1682-
"@inquirer/type" "^3.0.1"
1683-
ansi-escapes "^4.3.2"
1684-
1685-
"@inquirer/prompts@^7.2.0":
1686-
version "7.2.0"
1687-
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.2.0.tgz#15010df2257a243866480513d36f3e19c98d7fb1"
1688-
integrity sha512-ZXYZ5oGVrb+hCzcglPeVerJ5SFwennmDOPfXq1WyeZIrPGySLbl4W6GaSsBFvu3WII36AOK5yB8RMIEEkBjf8w==
1689-
dependencies:
1690-
"@inquirer/checkbox" "^4.0.3"
1691-
"@inquirer/confirm" "^5.1.0"
1692-
"@inquirer/editor" "^4.2.0"
1693-
"@inquirer/expand" "^4.0.3"
1694-
"@inquirer/input" "^4.1.0"
1695-
"@inquirer/number" "^3.0.3"
1696-
"@inquirer/password" "^4.0.3"
1697-
"@inquirer/rawlist" "^4.0.3"
1698-
"@inquirer/search" "^3.0.3"
1699-
"@inquirer/select" "^4.0.3"
1700-
1701-
"@inquirer/rawlist@^4.0.3":
1702-
version "4.0.3"
1703-
resolved "https://registry.yarnpkg.com/@inquirer/rawlist/-/rawlist-4.0.3.tgz#9964521d3470e153e7e11f228a53cf0afefb217c"
1704-
integrity sha512-5MhinSzfmOiZlRoPezfbJdfVCZikZs38ja3IOoWe7H1dxL0l3Z2jAUgbBldeyhhOkELdGvPlBfQaNbeLslib1w==
1614+
version "4.0.4"
1615+
resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.4.tgz#e3b052835e48fd4ebcf71813b7eae8b03c729d1b"
1616+
integrity sha512-GYocr+BPyxKPxQ4UZyNMqZFSGKScSUc0Vk17II3J+0bDcgGsQm0KYQNooN1Q5iBfXsy3x/VWmHGh20QnzsaHwg==
17051617
dependencies:
1706-
"@inquirer/core" "^10.1.1"
1707-
"@inquirer/type" "^3.0.1"
1618+
"@inquirer/core" "^10.1.2"
1619+
"@inquirer/type" "^3.0.2"
17081620
yoctocolors-cjs "^2.1.2"
17091621

1710-
"@inquirer/search@^3.0.3":
1711-
version "3.0.3"
1712-
resolved "https://registry.yarnpkg.com/@inquirer/search/-/search-3.0.3.tgz#791f19a4ee87d65816fd3bb17bd8d76bc11bff07"
1713-
integrity sha512-mQTCbdNolTGvGGVCJSI6afDwiSGTV+fMLPEIMDJgIV6L/s3+RYRpxt6t0DYnqMQmemnZ/Zq0vTIRwoHT1RgcTg==
1714-
dependencies:
1715-
"@inquirer/core" "^10.1.1"
1716-
"@inquirer/figures" "^1.0.8"
1717-
"@inquirer/type" "^3.0.1"
1718-
yoctocolors-cjs "^2.1.2"
1622+
"@inquirer/figures@^1.0.3", "@inquirer/figures@^1.0.9":
1623+
version "1.0.9"
1624+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3"
1625+
integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==
17191626

17201627
"@inquirer/select@^4.0.3":
1721-
version "4.0.3"
1722-
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.0.3.tgz#24a9d744685608ff26262fccb41fa93b4dac615f"
1723-
integrity sha512-OZfKDtDE8+J54JYAFTUGZwvKNfC7W/gFCjDkcsO7HnTH/wljsZo9y/FJquOxMy++DY0+9l9o/MOZ8s5s1j5wmw==
1628+
version "4.0.4"
1629+
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.0.4.tgz#026ada15754def1cd3fbc01efc56eae45ccc7de4"
1630+
integrity sha512-ZzYLuLoUzTIW9EJm++jBpRiTshGqS3Q1o5qOEQqgzaBlmdsjQr6pA4TUNkwu6OBYgM2mIRbCz6mUhFDfl/GF+w==
17241631
dependencies:
1725-
"@inquirer/core" "^10.1.1"
1726-
"@inquirer/figures" "^1.0.8"
1727-
"@inquirer/type" "^3.0.1"
1632+
"@inquirer/core" "^10.1.2"
1633+
"@inquirer/figures" "^1.0.9"
1634+
"@inquirer/type" "^3.0.2"
17281635
ansi-escapes "^4.3.2"
17291636
yoctocolors-cjs "^2.1.2"
17301637

1731-
"@inquirer/type@^3.0.1":
1732-
version "3.0.1"
1733-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.1.tgz#619ce9f65c3e114d8e39c41822bed3440d20b478"
1734-
integrity sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A==
1638+
"@inquirer/type@^3.0.2":
1639+
version "3.0.2"
1640+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.2.tgz#baff9f8d70947181deb36772cd9a5b6876d3e60c"
1641+
integrity sha512-ZhQ4TvhwHZF+lGhQ2O/rsjo80XoZR5/5qhOY3t6FJuX5XBg5Be8YzYTvaUGJnc12AUGI2nr4QSUE4PhKSigx7g==
17351642

17361643
"@isaacs/cliui@^8.0.2":
17371644
version "8.0.2"
@@ -3024,84 +2931,84 @@
30242931
"@types/yargs-parser" "*"
30252932

30262933
"@typescript-eslint/eslint-plugin@^8.6.0":
3027-
version "8.18.1"
3028-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz#992e5ac1553ce20d0d46aa6eccd79dc36dedc805"
3029-
integrity sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==
2934+
version "8.18.2"
2935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.2.tgz#c78e363ab5fe3b21dd1c90d8be9581534417f78e"
2936+
integrity sha512-adig4SzPLjeQ0Tm+jvsozSGiCliI2ajeURDGHjZ2llnA+A67HihCQ+a3amtPhUakd1GlwHxSRvzOZktbEvhPPg==
30302937
dependencies:
30312938
"@eslint-community/regexpp" "^4.10.0"
3032-
"@typescript-eslint/scope-manager" "8.18.1"
3033-
"@typescript-eslint/type-utils" "8.18.1"
3034-
"@typescript-eslint/utils" "8.18.1"
3035-
"@typescript-eslint/visitor-keys" "8.18.1"
2939+
"@typescript-eslint/scope-manager" "8.18.2"
2940+
"@typescript-eslint/type-utils" "8.18.2"
2941+
"@typescript-eslint/utils" "8.18.2"
2942+
"@typescript-eslint/visitor-keys" "8.18.2"
30362943
graphemer "^1.4.0"
30372944
ignore "^5.3.1"
30382945
natural-compare "^1.4.0"
30392946
ts-api-utils "^1.3.0"
30402947

30412948
"@typescript-eslint/parser@^8.6.0":
3042-
version "8.18.1"
3043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.1.tgz#c258bae062778b7696793bc492249027a39dfb95"
3044-
integrity sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==
3045-
dependencies:
3046-
"@typescript-eslint/scope-manager" "8.18.1"
3047-
"@typescript-eslint/types" "8.18.1"
3048-
"@typescript-eslint/typescript-estree" "8.18.1"
3049-
"@typescript-eslint/visitor-keys" "8.18.1"
2949+
version "8.18.2"
2950+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.2.tgz#0379a2e881d51d8fcf7ebdfa0dd18eee79182ce2"
2951+
integrity sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==
2952+
dependencies:
2953+
"@typescript-eslint/scope-manager" "8.18.2"
2954+
"@typescript-eslint/types" "8.18.2"
2955+
"@typescript-eslint/typescript-estree" "8.18.2"
2956+
"@typescript-eslint/visitor-keys" "8.18.2"
30502957
debug "^4.3.4"
30512958

3052-
"@typescript-eslint/[email protected].1":
3053-
version "8.18.1"
3054-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
3055-
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
2959+
"@typescript-eslint/[email protected].2":
2960+
version "8.18.2"
2961+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.2.tgz#d193c200d61eb0ddec5987c8e48c9d4e1c0510bd"
2962+
integrity sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==
30562963
dependencies:
3057-
"@typescript-eslint/types" "8.18.1"
3058-
"@typescript-eslint/visitor-keys" "8.18.1"
2964+
"@typescript-eslint/types" "8.18.2"
2965+
"@typescript-eslint/visitor-keys" "8.18.2"
30592966

3060-
"@typescript-eslint/[email protected].1":
3061-
version "8.18.1"
3062-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz#10f41285475c0bdee452b79ff7223f0e43a7781e"
3063-
integrity sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==
2967+
"@typescript-eslint/[email protected].2":
2968+
version "8.18.2"
2969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.2.tgz#5ad07e09002eee237591881df674c1c0c91ca52f"
2970+
integrity sha512-AB/Wr1Lz31bzHfGm/jgbFR0VB0SML/hd2P1yxzKDM48YmP7vbyJNHRExUE/wZsQj2wUCvbWH8poNHFuxLqCTnA==
30642971
dependencies:
3065-
"@typescript-eslint/typescript-estree" "8.18.1"
3066-
"@typescript-eslint/utils" "8.18.1"
2972+
"@typescript-eslint/typescript-estree" "8.18.2"
2973+
"@typescript-eslint/utils" "8.18.2"
30672974
debug "^4.3.4"
30682975
ts-api-utils "^1.3.0"
30692976

3070-
"@typescript-eslint/[email protected].1":
3071-
version "8.18.1"
3072-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
3073-
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
2977+
"@typescript-eslint/[email protected].2":
2978+
version "8.18.2"
2979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.2.tgz#5ebad5b384c8aa1c0f86cee1c61bcdbe7511f547"
2980+
integrity sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==
30742981

3075-
"@typescript-eslint/[email protected].1":
3076-
version "8.18.1"
3077-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
3078-
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
2982+
"@typescript-eslint/[email protected].2":
2983+
version "8.18.2"
2984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.2.tgz#fffb85527f8304e29bfbbdc712f4515da9f8b47c"
2985+
integrity sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==
30792986
dependencies:
3080-
"@typescript-eslint/types" "8.18.1"
3081-
"@typescript-eslint/visitor-keys" "8.18.1"
2987+
"@typescript-eslint/types" "8.18.2"
2988+
"@typescript-eslint/visitor-keys" "8.18.2"
30822989
debug "^4.3.4"
30832990
fast-glob "^3.3.2"
30842991
is-glob "^4.0.3"
30852992
minimatch "^9.0.4"
30862993
semver "^7.6.0"
30872994
ts-api-utils "^1.3.0"
30882995

3089-
"@typescript-eslint/[email protected].1":
3090-
version "8.18.1"
3091-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
3092-
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
2996+
"@typescript-eslint/[email protected].2":
2997+
version "8.18.2"
2998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.2.tgz#a2635f71904a84f9e47fe1b6f65a6d944ff1adf9"
2999+
integrity sha512-Cr4A0H7DtVIPkauj4sTSXVl+VBWewE9/o40KcF3TV9aqDEOWoXF3/+oRXNby3DYzZeCATvbdksYsGZzplwnK/Q==
30933000
dependencies:
30943001
"@eslint-community/eslint-utils" "^4.4.0"
3095-
"@typescript-eslint/scope-manager" "8.18.1"
3096-
"@typescript-eslint/types" "8.18.1"
3097-
"@typescript-eslint/typescript-estree" "8.18.1"
3002+
"@typescript-eslint/scope-manager" "8.18.2"
3003+
"@typescript-eslint/types" "8.18.2"
3004+
"@typescript-eslint/typescript-estree" "8.18.2"
30983005

3099-
"@typescript-eslint/[email protected].1":
3100-
version "8.18.1"
3101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
3102-
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
3006+
"@typescript-eslint/[email protected].2":
3007+
version "8.18.2"
3008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.2.tgz#b3e434b701f086b10a7c82416ebc56899d27ef2f"
3009+
integrity sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==
31033010
dependencies:
3104-
"@typescript-eslint/types" "8.18.1"
3011+
"@typescript-eslint/types" "8.18.2"
31053012
eslint-visitor-keys "^4.2.0"
31063013

31073014
"@ungap/structured-clone@^1.2.0":
@@ -4561,14 +4468,7 @@ [email protected]:
45614468
dependencies:
45624469
ms "2.0.0"
45634470

4564-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
4565-
version "4.3.7"
4566-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
4567-
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
4568-
dependencies:
4569-
ms "^2.1.3"
4570-
4571-
debug@~4.4.0:
4471+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@~4.4.0:
45724472
version "4.4.0"
45734473
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
45744474
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -4983,9 +4883,9 @@ eslint-plugin-es-x@^7.8.0:
49834883
eslint-compat-utils "^0.5.1"
49844884

49854885
eslint-plugin-n@^17.10.2:
4986-
version "17.15.0"
4987-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.0.tgz#c6ab639a7d7761085cff05313753413d898b087e"
4988-
integrity sha512-xF3zJkOfLlFOm5TvmqmsnA9/fO+/z2pYs0dkuKXKN/ymS6UB1yEcaoIkqxLKQ9Dw/WmLX/Tdh6/5ZS5azVixFQ==
4886+
version "17.15.1"
4887+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.1.tgz#2129bbc7b11466c3bfec57876a15aadfad3a83f2"
4888+
integrity sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA==
49894889
dependencies:
49904890
"@eslint-community/eslint-utils" "^4.4.1"
49914891
enhanced-resolve "^5.17.1"

0 commit comments

Comments
 (0)