|
891 | 891 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" |
892 | 892 | integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== |
893 | 893 |
|
894 | | -"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.5.0": |
| 894 | +"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.5.0", "@eslint-community/eslint-utils@^4.7.0": |
895 | 895 | version "4.7.0" |
896 | 896 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
897 | 897 | integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
|
1949 | 1949 | dependencies: |
1950 | 1950 | "@types/node" "*" |
1951 | 1951 |
|
| 1952 | +"@typescript-eslint/project-service@8.33.0": |
| 1953 | + version "8.33.0" |
| 1954 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08" |
| 1955 | + integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A== |
| 1956 | + dependencies: |
| 1957 | + "@typescript-eslint/tsconfig-utils" "^8.33.0" |
| 1958 | + "@typescript-eslint/types" "^8.33.0" |
| 1959 | + debug "^4.3.4" |
| 1960 | + |
| 1961 | +"@typescript-eslint/scope-manager@8.33.0": |
| 1962 | + version "8.33.0" |
| 1963 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c" |
| 1964 | + integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw== |
| 1965 | + dependencies: |
| 1966 | + "@typescript-eslint/types" "8.33.0" |
| 1967 | + "@typescript-eslint/visitor-keys" "8.33.0" |
| 1968 | + |
| 1969 | +"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0": |
| 1970 | + version "8.33.0" |
| 1971 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e" |
| 1972 | + integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug== |
| 1973 | + |
| 1974 | +"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0": |
| 1975 | + version "8.33.0" |
| 1976 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee" |
| 1977 | + integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg== |
| 1978 | + |
| 1979 | +"@typescript-eslint/typescript-estree@8.33.0": |
| 1980 | + version "8.33.0" |
| 1981 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd" |
| 1982 | + integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ== |
| 1983 | + dependencies: |
| 1984 | + "@typescript-eslint/project-service" "8.33.0" |
| 1985 | + "@typescript-eslint/tsconfig-utils" "8.33.0" |
| 1986 | + "@typescript-eslint/types" "8.33.0" |
| 1987 | + "@typescript-eslint/visitor-keys" "8.33.0" |
| 1988 | + debug "^4.3.4" |
| 1989 | + fast-glob "^3.3.2" |
| 1990 | + is-glob "^4.0.3" |
| 1991 | + minimatch "^9.0.4" |
| 1992 | + semver "^7.6.0" |
| 1993 | + ts-api-utils "^2.1.0" |
| 1994 | + |
| 1995 | +"@typescript-eslint/utils@^8.26.1": |
| 1996 | + version "8.33.0" |
| 1997 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1" |
| 1998 | + integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw== |
| 1999 | + dependencies: |
| 2000 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 2001 | + "@typescript-eslint/scope-manager" "8.33.0" |
| 2002 | + "@typescript-eslint/types" "8.33.0" |
| 2003 | + "@typescript-eslint/typescript-estree" "8.33.0" |
| 2004 | + |
| 2005 | +"@typescript-eslint/visitor-keys@8.33.0": |
| 2006 | + version "8.33.0" |
| 2007 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe" |
| 2008 | + integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ== |
| 2009 | + dependencies: |
| 2010 | + "@typescript-eslint/types" "8.33.0" |
| 2011 | + eslint-visitor-keys "^4.2.0" |
| 2012 | + |
1952 | 2013 | "@ungap/structured-clone@^1.2.0": |
1953 | 2014 | version "1.3.0" |
1954 | 2015 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" |
@@ -4324,19 +4385,21 @@ eslint-plugin-import@2.31.0, eslint-plugin-import@^2.26.0: |
4324 | 4385 | string.prototype.trimend "^1.0.8" |
4325 | 4386 | tsconfig-paths "^3.15.0" |
4326 | 4387 |
|
4327 | | -eslint-plugin-n@17.18.0: |
4328 | | - version "17.18.0" |
4329 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.18.0.tgz#8515979b49ef8db7bb16e457b8ed22cc695d2a84" |
4330 | | - integrity sha512-hvZ/HusueqTJ7VDLoCpjN0hx4N4+jHIWTXD4TMLHy9F23XkDagR9v+xQWRWR57yY55GPF8NnD4ox9iGTxirY8A== |
| 4388 | +eslint-plugin-n@17.19.0: |
| 4389 | + version "17.19.0" |
| 4390 | + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.19.0.tgz#3c198306c2eb9ea950c7458cff9c9a6426d02c58" |
| 4391 | + integrity sha512-qxn1NaDHtizbhVAPpbMT8wWFaLtPnwhfN/e+chdu2i6Vgzmo/tGM62tcJ1Hf7J5Ie4dhse3DOPMmDxduzfifzw== |
4331 | 4392 | dependencies: |
4332 | 4393 | "@eslint-community/eslint-utils" "^4.5.0" |
| 4394 | + "@typescript-eslint/utils" "^8.26.1" |
4333 | 4395 | enhanced-resolve "^5.17.1" |
4334 | 4396 | eslint-plugin-es-x "^7.8.0" |
4335 | 4397 | get-tsconfig "^4.8.1" |
4336 | 4398 | globals "^15.11.0" |
4337 | 4399 | ignore "^5.3.2" |
4338 | 4400 | minimatch "^9.0.5" |
4339 | 4401 | semver "^7.6.3" |
| 4402 | + ts-declaration-location "^1.0.6" |
4340 | 4403 |
|
4341 | 4404 | eslint-plugin-n@^15.2.4: |
4342 | 4405 | version "15.7.0" |
@@ -4444,6 +4507,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
4444 | 4507 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
4445 | 4508 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
4446 | 4509 |
|
| 4510 | +eslint-visitor-keys@^4.2.0: |
| 4511 | + version "4.2.0" |
| 4512 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 4513 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 4514 | + |
4447 | 4515 | eslint-webpack-plugin@^3.1.0: |
4448 | 4516 | version "3.2.0" |
4449 | 4517 | resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz#1978cdb9edc461e4b0195a20da950cf57988347c" |
@@ -8736,7 +8804,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1: |
8736 | 8804 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
8737 | 8805 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
8738 | 8806 |
|
8739 | | -semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3: |
| 8807 | +semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3: |
8740 | 8808 | version "7.7.2" |
8741 | 8809 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58" |
8742 | 8810 | integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== |
@@ -9675,6 +9743,18 @@ treeverse@^3.0.0: |
9675 | 9743 | resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8" |
9676 | 9744 | integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ== |
9677 | 9745 |
|
| 9746 | +ts-api-utils@^2.1.0: |
| 9747 | + version "2.1.0" |
| 9748 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 9749 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 9750 | + |
| 9751 | +ts-declaration-location@^1.0.6: |
| 9752 | + version "1.0.7" |
| 9753 | + resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz#d4068fe9975828b3b453b3ab112b4711d8267688" |
| 9754 | + integrity sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA== |
| 9755 | + dependencies: |
| 9756 | + picomatch "^4.0.2" |
| 9757 | + |
9678 | 9758 | tsconfig-paths@^3.15.0: |
9679 | 9759 | version "3.15.0" |
9680 | 9760 | resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4" |
|
0 commit comments