|
2279 | 2279 | "@typescript-eslint/types" "6.21.0" |
2280 | 2280 | "@typescript-eslint/visitor-keys" "6.21.0" |
2281 | 2281 |
|
| 2282 | +"@typescript-eslint/scope-manager@7.17.0": |
| 2283 | + version "7.17.0" |
| 2284 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz#e072d0f914662a7bfd6c058165e3c2b35ea26b9d" |
| 2285 | + integrity sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA== |
| 2286 | + dependencies: |
| 2287 | + "@typescript-eslint/types" "7.17.0" |
| 2288 | + "@typescript-eslint/visitor-keys" "7.17.0" |
| 2289 | + |
2282 | 2290 | "@typescript-eslint/type-utils@6.21.0": |
2283 | 2291 | version "6.21.0" |
2284 | 2292 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" |
|
2294 | 2302 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" |
2295 | 2303 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== |
2296 | 2304 |
|
| 2305 | +"@typescript-eslint/types@7.17.0": |
| 2306 | + version "7.17.0" |
| 2307 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff" |
| 2308 | + integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A== |
| 2309 | + |
2297 | 2310 | "@typescript-eslint/typescript-estree@6.21.0": |
2298 | 2311 | version "6.21.0" |
2299 | 2312 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" |
|
2308 | 2321 | semver "^7.5.4" |
2309 | 2322 | ts-api-utils "^1.0.1" |
2310 | 2323 |
|
2311 | | -"@typescript-eslint/utils@6.21.0", "@typescript-eslint/utils@^6.17.0": |
| 2324 | +"@typescript-eslint/typescript-estree@7.17.0": |
| 2325 | + version "7.17.0" |
| 2326 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz#dcab3fea4c07482329dd6107d3c6480e228e4130" |
| 2327 | + integrity sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw== |
| 2328 | + dependencies: |
| 2329 | + "@typescript-eslint/types" "7.17.0" |
| 2330 | + "@typescript-eslint/visitor-keys" "7.17.0" |
| 2331 | + debug "^4.3.4" |
| 2332 | + globby "^11.1.0" |
| 2333 | + is-glob "^4.0.3" |
| 2334 | + minimatch "^9.0.4" |
| 2335 | + semver "^7.6.0" |
| 2336 | + ts-api-utils "^1.3.0" |
| 2337 | + |
| 2338 | +"@typescript-eslint/utils@6.21.0": |
2312 | 2339 | version "6.21.0" |
2313 | 2340 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" |
2314 | 2341 | integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== |
|
2321 | 2348 | "@typescript-eslint/typescript-estree" "6.21.0" |
2322 | 2349 | semver "^7.5.4" |
2323 | 2350 |
|
| 2351 | +"@typescript-eslint/utils@^7.17.0": |
| 2352 | + version "7.17.0" |
| 2353 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.17.0.tgz#815cd85b9001845d41b699b0ce4f92d6dfb84902" |
| 2354 | + integrity sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw== |
| 2355 | + dependencies: |
| 2356 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2357 | + "@typescript-eslint/scope-manager" "7.17.0" |
| 2358 | + "@typescript-eslint/types" "7.17.0" |
| 2359 | + "@typescript-eslint/typescript-estree" "7.17.0" |
| 2360 | + |
2324 | 2361 | "@typescript-eslint/visitor-keys@6.21.0": |
2325 | 2362 | version "6.21.0" |
2326 | 2363 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" |
|
2329 | 2366 | "@typescript-eslint/types" "6.21.0" |
2330 | 2367 | eslint-visitor-keys "^3.4.1" |
2331 | 2368 |
|
| 2369 | +"@typescript-eslint/visitor-keys@7.17.0": |
| 2370 | + version "7.17.0" |
| 2371 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz#680465c734be30969e564b4647f38d6cdf49bfb0" |
| 2372 | + integrity sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A== |
| 2373 | + dependencies: |
| 2374 | + "@typescript-eslint/types" "7.17.0" |
| 2375 | + eslint-visitor-keys "^3.4.3" |
| 2376 | + |
2332 | 2377 | "@ungap/structured-clone@^1.2.0": |
2333 | 2378 | version "1.2.0" |
2334 | 2379 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
@@ -3632,13 +3677,13 @@ eslint-plugin-jsdoc@^46.10.1: |
3632 | 3677 | semver "^7.5.4" |
3633 | 3678 | spdx-expression-parse "^4.0.0" |
3634 | 3679 |
|
3635 | | -eslint-plugin-sf-plugin@^1.18.12: |
3636 | | - version "1.18.12" |
3637 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.12.tgz#86a70a23bf55f01c2052aace1633fb6fef6c6caa" |
3638 | | - integrity sha512-07FXTiJshcuiewSy7QhE1/H8tYigAlZVSstDVZtHD9Okq4fTedTektBHV088RvmgmoClaGVkL8vGPccaEZOYQg== |
| 3680 | +eslint-plugin-sf-plugin@^1.20.0: |
| 3681 | + version "1.20.0" |
| 3682 | + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.0.tgz#0b954ba609f9c893a2acf1f89ff0f1caae6640e1" |
| 3683 | + integrity sha512-2gEdFUkDYO/Yx5q2tnw7pyE85ezmlWkp5PKMV8nxw+4RPkeFpXcdlI6S2bKgsGKKFlj78YSwDAuOwlnFr+bh+A== |
3639 | 3684 | dependencies: |
3640 | 3685 | "@salesforce/core" "^8.2.1" |
3641 | | - "@typescript-eslint/utils" "^6.17.0" |
| 3686 | + "@typescript-eslint/utils" "^7.17.0" |
3642 | 3687 |
|
3643 | 3688 | eslint-plugin-unicorn@^50.0.1: |
3644 | 3689 | version "50.0.1" |
@@ -7000,6 +7045,11 @@ ts-api-utils@^1.0.1: |
7000 | 7045 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331" |
7001 | 7046 | integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg== |
7002 | 7047 |
|
| 7048 | +ts-api-utils@^1.3.0: |
| 7049 | + version "1.3.0" |
| 7050 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
| 7051 | + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 7052 | + |
7003 | 7053 | ts-node@^10.8.1, ts-node@^10.9.2: |
7004 | 7054 | version "10.9.2" |
7005 | 7055 | resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f" |
|
0 commit comments