|
106 | 106 | obug "^2.1.1" |
107 | 107 | semver "^7.7.3" |
108 | 108 |
|
109 | | -"@babel/eslint-parser@^7.29.7": |
110 | | - version "7.29.7" |
111 | | - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.29.7.tgz#272cc7531972ff45bc0db96c45349cb7304d21e1" |
112 | | - integrity sha512-zxt+UJTOMKvUt3yOg+D58MLuz334pHp93qifMFcjIIO+9hN6t+ufw2gi7vDPMpxvfnHRR+3VVXvIjineCcgyXw== |
| 109 | +"@babel/eslint-parser@^8.0.1": |
| 110 | + version "8.0.1" |
| 111 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-8.0.1.tgz#34a56c88deb4cf1340257296d1309028fadbb953" |
| 112 | + integrity sha512-2javO8pAQv/ld6sS6OcxoLAlzZEZy+xm99bnoAfMhzKSumKhdF5wylpbZB7XTorWr3KLPtx5K95eduJPOy1mzA== |
113 | 113 | dependencies: |
114 | | - "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" |
115 | | - eslint-visitor-keys "^2.1.0" |
116 | | - semver "^6.3.1" |
| 114 | + eslint-scope "^9.1.0" |
| 115 | + eslint-visitor-keys "^5.0.0" |
| 116 | + semver "^7.7.3" |
117 | 117 |
|
118 | 118 | "@babel/generator@^7.27.5", "@babel/generator@^7.29.7": |
119 | 119 | version "7.29.7" |
|
1599 | 1599 | "@emnapi/runtime" "^1.4.3" |
1600 | 1600 | "@tybys/wasm-util" "^0.9.0" |
1601 | 1601 |
|
1602 | | -"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": |
1603 | | - version "5.1.1-v1" |
1604 | | - resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129" |
1605 | | - integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg== |
1606 | | - dependencies: |
1607 | | - eslint-scope "5.1.1" |
1608 | | - |
1609 | 1602 | "@noble/hashes@1.4.0": |
1610 | 1603 | version "1.4.0" |
1611 | 1604 | resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426" |
|
1881 | 1874 | dependencies: |
1882 | 1875 | "@types/node" "*" |
1883 | 1876 |
|
| 1877 | +"@types/esrecurse@^4.3.1": |
| 1878 | + version "4.3.1" |
| 1879 | + resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec" |
| 1880 | + integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw== |
| 1881 | + |
1884 | 1882 | "@types/estree@^1.0.6", "@types/estree@^1.0.8": |
1885 | 1883 | version "1.0.8" |
1886 | 1884 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e" |
@@ -3680,10 +3678,15 @@ eslint-scope@^8.4.0: |
3680 | 3678 | esrecurse "^4.3.0" |
3681 | 3679 | estraverse "^5.2.0" |
3682 | 3680 |
|
3683 | | -eslint-visitor-keys@^2.1.0: |
3684 | | - version "2.1.0" |
3685 | | - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" |
3686 | | - integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== |
| 3681 | +eslint-scope@^9.1.0: |
| 3682 | + version "9.1.2" |
| 3683 | + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802" |
| 3684 | + integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ== |
| 3685 | + dependencies: |
| 3686 | + "@types/esrecurse" "^4.3.1" |
| 3687 | + "@types/estree" "^1.0.8" |
| 3688 | + esrecurse "^4.3.0" |
| 3689 | + estraverse "^5.2.0" |
3687 | 3690 |
|
3688 | 3691 | eslint-visitor-keys@^3.4.3: |
3689 | 3692 | version "3.4.3" |
|
0 commit comments