|
316 | 316 | dependencies:
|
317 | 317 | eslint-visitor-keys "^3.3.0"
|
318 | 318 |
|
319 |
| -"@eslint-community/regexpp@^4.5.1": |
320 |
| - version "4.6.2" |
321 |
| - resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8" |
322 |
| - integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw== |
323 |
| - |
324 |
| -"@eslint-community/regexpp@^4.6.1": |
| 319 | +"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": |
325 | 320 | version "4.9.1"
|
326 | 321 | resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
|
327 | 322 | integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
|
|
1944 | 1939 | expect "^29.0.0"
|
1945 | 1940 | pretty-format "^29.0.0"
|
1946 | 1941 |
|
1947 |
| -"@types/json-schema@^7.0.12": |
1948 |
| - version "7.0.12" |
1949 |
| - resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" |
1950 |
| - integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== |
1951 |
| - |
1952 |
| -"@types/json-schema@^7.0.9": |
| 1942 | +"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9": |
1953 | 1943 | version "7.0.13"
|
1954 | 1944 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
|
1955 | 1945 | integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
|
|
2118 | 2108 | "@types/yargs-parser" "*"
|
2119 | 2109 |
|
2120 | 2110 | "@typescript-eslint/eslint-plugin@^6.3.0":
|
2121 |
| - version "6.4.0" |
2122 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz#53428b616f7d80fe879f45a08f11cc0f0b62cf13" |
2123 |
| - integrity sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg== |
| 2111 | + version "6.7.4" |
| 2112 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.4.tgz#057338df21b6062c2f2fc5999fbea8af9973ac6d" |
| 2113 | + integrity sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA== |
2124 | 2114 | dependencies:
|
2125 | 2115 | "@eslint-community/regexpp" "^4.5.1"
|
2126 |
| - "@typescript-eslint/scope-manager" "6.4.0" |
2127 |
| - "@typescript-eslint/type-utils" "6.4.0" |
2128 |
| - "@typescript-eslint/utils" "6.4.0" |
2129 |
| - "@typescript-eslint/visitor-keys" "6.4.0" |
| 2116 | + "@typescript-eslint/scope-manager" "6.7.4" |
| 2117 | + "@typescript-eslint/type-utils" "6.7.4" |
| 2118 | + "@typescript-eslint/utils" "6.7.4" |
| 2119 | + "@typescript-eslint/visitor-keys" "6.7.4" |
2130 | 2120 | debug "^4.3.4"
|
2131 | 2121 | graphemer "^1.4.0"
|
2132 | 2122 | ignore "^5.2.4"
|
|
2135 | 2125 | ts-api-utils "^1.0.1"
|
2136 | 2126 |
|
2137 | 2127 | "@typescript-eslint/parser@^6.3.0":
|
2138 |
| - version "6.4.0" |
2139 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.4.0.tgz#47e7c6e22ff1248e8675d95f488890484de67600" |
2140 |
| - integrity sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg== |
2141 |
| - dependencies: |
2142 |
| - "@typescript-eslint/scope-manager" "6.4.0" |
2143 |
| - "@typescript-eslint/types" "6.4.0" |
2144 |
| - "@typescript-eslint/typescript-estree" "6.4.0" |
2145 |
| - "@typescript-eslint/visitor-keys" "6.4.0" |
| 2128 | + version "6.7.4" |
| 2129 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.7.4.tgz#23d1dd4fe5d295c7fa2ab651f5406cd9ad0bd435" |
| 2130 | + integrity sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA== |
| 2131 | + dependencies: |
| 2132 | + "@typescript-eslint/scope-manager" "6.7.4" |
| 2133 | + "@typescript-eslint/types" "6.7.4" |
| 2134 | + "@typescript-eslint/typescript-estree" "6.7.4" |
| 2135 | + "@typescript-eslint/visitor-keys" "6.7.4" |
2146 | 2136 | debug "^4.3.4"
|
2147 | 2137 |
|
2148 | 2138 | "@typescript-eslint/[email protected]":
|
|
2153 | 2143 | "@typescript-eslint/types" "5.62.0"
|
2154 | 2144 | "@typescript-eslint/visitor-keys" "5.62.0"
|
2155 | 2145 |
|
2156 |
| -"@typescript-eslint/scope-manager@6.4.0": |
2157 |
| - version "6.4.0" |
2158 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz#3048e4262ba3eafa4e2e69b08912d9037ec646ae" |
2159 |
| - integrity sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig== |
| 2146 | +"@typescript-eslint/scope-manager@6.7.4": |
| 2147 | + version "6.7.4" |
| 2148 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.4.tgz#a484a17aa219e96044db40813429eb7214d7b386" |
| 2149 | + integrity sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A== |
2160 | 2150 | dependencies:
|
2161 |
| - "@typescript-eslint/types" "6.4.0" |
2162 |
| - "@typescript-eslint/visitor-keys" "6.4.0" |
| 2151 | + "@typescript-eslint/types" "6.7.4" |
| 2152 | + "@typescript-eslint/visitor-keys" "6.7.4" |
2163 | 2153 |
|
2164 |
| -"@typescript-eslint/type-utils@6.4.0": |
2165 |
| - version "6.4.0" |
2166 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz#c8ac92716ed6a9d5443aa3e342910355b0796ba0" |
2167 |
| - integrity sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg== |
| 2154 | +"@typescript-eslint/type-utils@6.7.4": |
| 2155 | + version "6.7.4" |
| 2156 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.7.4.tgz#847cd3b59baf948984499be3e0a12ff07373e321" |
| 2157 | + integrity sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ== |
2168 | 2158 | dependencies:
|
2169 |
| - "@typescript-eslint/typescript-estree" "6.4.0" |
2170 |
| - "@typescript-eslint/utils" "6.4.0" |
| 2159 | + "@typescript-eslint/typescript-estree" "6.7.4" |
| 2160 | + "@typescript-eslint/utils" "6.7.4" |
2171 | 2161 | debug "^4.3.4"
|
2172 | 2162 | ts-api-utils "^1.0.1"
|
2173 | 2163 |
|
|
2176 | 2166 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
2177 | 2167 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
2178 | 2168 |
|
2179 |
| -"@typescript-eslint/types@6.4.0": |
2180 |
| - version "6.4.0" |
2181 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee" |
2182 |
| - integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg== |
| 2169 | +"@typescript-eslint/types@6.7.4": |
| 2170 | + version "6.7.4" |
| 2171 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.4.tgz#5d358484d2be986980c039de68e9f1eb62ea7897" |
| 2172 | + integrity sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA== |
2183 | 2173 |
|
2184 | 2174 | "@typescript-eslint/[email protected]":
|
2185 | 2175 | version "5.62.0"
|
|
2194 | 2184 | semver "^7.3.7"
|
2195 | 2185 | tsutils "^3.21.0"
|
2196 | 2186 |
|
2197 |
| -"@typescript-eslint/typescript-estree@6.4.0": |
2198 |
| - version "6.4.0" |
2199 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz#3c58d20632db93fec3d6ab902acbedf593d37276" |
2200 |
| - integrity sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA== |
| 2187 | +"@typescript-eslint/typescript-estree@6.7.4": |
| 2188 | + version "6.7.4" |
| 2189 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.4.tgz#f2baece09f7bb1df9296e32638b2e1130014ef1a" |
| 2190 | + integrity sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ== |
2201 | 2191 | dependencies:
|
2202 |
| - "@typescript-eslint/types" "6.4.0" |
2203 |
| - "@typescript-eslint/visitor-keys" "6.4.0" |
| 2192 | + "@typescript-eslint/types" "6.7.4" |
| 2193 | + "@typescript-eslint/visitor-keys" "6.7.4" |
2204 | 2194 | debug "^4.3.4"
|
2205 | 2195 | globby "^11.1.0"
|
2206 | 2196 | is-glob "^4.0.3"
|
2207 | 2197 | semver "^7.5.4"
|
2208 | 2198 | ts-api-utils "^1.0.1"
|
2209 | 2199 |
|
2210 |
| -"@typescript-eslint/utils@6.4.0": |
2211 |
| - version "6.4.0" |
2212 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.4.0.tgz#23e996b693603c5924b1fbb733cc73196256baa5" |
2213 |
| - integrity sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw== |
| 2200 | +"@typescript-eslint/utils@6.7.4": |
| 2201 | + version "6.7.4" |
| 2202 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.7.4.tgz#2236f72b10e38277ee05ef06142522e1de470ff2" |
| 2203 | + integrity sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA== |
2214 | 2204 | dependencies:
|
2215 | 2205 | "@eslint-community/eslint-utils" "^4.4.0"
|
2216 | 2206 | "@types/json-schema" "^7.0.12"
|
2217 | 2207 | "@types/semver" "^7.5.0"
|
2218 |
| - "@typescript-eslint/scope-manager" "6.4.0" |
2219 |
| - "@typescript-eslint/types" "6.4.0" |
2220 |
| - "@typescript-eslint/typescript-estree" "6.4.0" |
| 2208 | + "@typescript-eslint/scope-manager" "6.7.4" |
| 2209 | + "@typescript-eslint/types" "6.7.4" |
| 2210 | + "@typescript-eslint/typescript-estree" "6.7.4" |
2221 | 2211 | semver "^7.5.4"
|
2222 | 2212 |
|
2223 | 2213 | "@typescript-eslint/utils@^5.10.0":
|
|
2242 | 2232 | "@typescript-eslint/types" "5.62.0"
|
2243 | 2233 | eslint-visitor-keys "^3.3.0"
|
2244 | 2234 |
|
2245 |
| -"@typescript-eslint/visitor-keys@6.4.0": |
2246 |
| - version "6.4.0" |
2247 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz#96a426cdb1add28274abd7a34aefe27f8b7d51ef" |
2248 |
| - integrity sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA== |
| 2235 | +"@typescript-eslint/visitor-keys@6.7.4": |
| 2236 | + version "6.7.4" |
| 2237 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.4.tgz#80dfecf820fc67574012375859085f91a4dff043" |
| 2238 | + integrity sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA== |
2249 | 2239 | dependencies:
|
2250 |
| - "@typescript-eslint/types" "6.4.0" |
| 2240 | + "@typescript-eslint/types" "6.7.4" |
2251 | 2241 | eslint-visitor-keys "^3.4.1"
|
2252 | 2242 |
|
2253 | 2243 | "@yarnpkg/lockfile@^1.1.0":
|
@@ -8397,9 +8387,9 @@ trim-newlines@^3.0.0:
|
8397 | 8387 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
8398 | 8388 |
|
8399 | 8389 | ts-api-utils@^1.0.1:
|
8400 |
| - version "1.0.2" |
8401 |
| - resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.2.tgz#7c094f753b6705ee4faee25c3c684ade52d66d99" |
8402 |
| - integrity sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ== |
| 8390 | + version "1.0.3" |
| 8391 | + resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331" |
| 8392 | + integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg== |
8403 | 8393 |
|
8404 | 8394 | ts-node@^10.8.1:
|
8405 | 8395 | version "10.9.1"
|
|
0 commit comments