|
1250 | 1250 | slash "^3.0.0"
|
1251 | 1251 | write-file-atomic "^5.0.1"
|
1252 | 1252 |
|
| 1253 | + |
| 1254 | + version "30.2.0" |
| 1255 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.2.0.tgz#54bef1a4510dcbd58d5d4de4fe2980a63077ef2a" |
| 1256 | + integrity sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA== |
| 1257 | + dependencies: |
| 1258 | + "@babel/core" "^7.27.4" |
| 1259 | + "@jest/types" "30.2.0" |
| 1260 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 1261 | + babel-plugin-istanbul "^7.0.1" |
| 1262 | + chalk "^4.1.2" |
| 1263 | + convert-source-map "^2.0.0" |
| 1264 | + fast-json-stable-stringify "^2.1.0" |
| 1265 | + graceful-fs "^4.2.11" |
| 1266 | + jest-haste-map "30.2.0" |
| 1267 | + jest-regex-util "30.0.1" |
| 1268 | + jest-util "30.2.0" |
| 1269 | + micromatch "^4.0.8" |
| 1270 | + pirates "^4.0.7" |
| 1271 | + slash "^3.0.0" |
| 1272 | + write-file-atomic "^5.0.1" |
| 1273 | + |
1253 | 1274 |
|
1254 | 1275 | version "30.0.5"
|
1255 | 1276 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.0.5.tgz#29a33a4c036e3904f1cfd94f6fe77f89d2e1cc05"
|
|
1263 | 1284 | "@types/yargs" "^17.0.33"
|
1264 | 1285 | chalk "^4.1.2"
|
1265 | 1286 |
|
| 1287 | + |
| 1288 | + version "30.2.0" |
| 1289 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.2.0.tgz#1c678a7924b8f59eafd4c77d56b6d0ba976d62b8" |
| 1290 | + integrity sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg== |
| 1291 | + dependencies: |
| 1292 | + "@jest/pattern" "30.0.1" |
| 1293 | + "@jest/schemas" "30.0.5" |
| 1294 | + "@types/istanbul-lib-coverage" "^2.0.6" |
| 1295 | + "@types/istanbul-reports" "^3.0.4" |
| 1296 | + "@types/node" "*" |
| 1297 | + "@types/yargs" "^17.0.33" |
| 1298 | + chalk "^4.1.2" |
| 1299 | + |
1266 | 1300 | "@jridgewell/gen-mapping@^0.3.12":
|
1267 | 1301 | version "0.3.12"
|
1268 | 1302 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
|
@@ -1764,7 +1798,7 @@ babel-eslint@^10.0.1:
|
1764 | 1798 | eslint-visitor-keys "^1.0.0"
|
1765 | 1799 | resolve "^1.12.0"
|
1766 | 1800 |
|
1767 |
| -[email protected], babel-jest@^30.0.2: |
| 1801 | + |
1768 | 1802 | version "30.1.2"
|
1769 | 1803 | resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.1.2.tgz#decd53b3a0cafca49443f93fb7a2c0fba55510da"
|
1770 | 1804 | integrity sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==
|
|
1777 | 1811 | graceful-fs "^4.2.11"
|
1778 | 1812 | slash "^3.0.0"
|
1779 | 1813 |
|
1780 |
| -babel-plugin-istanbul@^7.0.0: |
1781 |
| - version "7.0.0" |
1782 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.0.tgz#629a178f63b83dc9ecee46fd20266283b1f11280" |
1783 |
| - integrity sha512-C5OzENSx/A+gt7t4VH1I2XsflxyPUmXRFPKBxt33xncdOmq7oROVM3bZv9Ysjjkv8OJYDMa+tKuKMvqU/H3xdw== |
| 1814 | +babel-jest@^30.0.2: |
| 1815 | + version "30.2.0" |
| 1816 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.2.0.tgz#fd44a1ec9552be35ead881f7381faa7d8f3b95ac" |
| 1817 | + integrity sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw== |
| 1818 | + dependencies: |
| 1819 | + "@jest/transform" "30.2.0" |
| 1820 | + "@types/babel__core" "^7.20.5" |
| 1821 | + babel-plugin-istanbul "^7.0.1" |
| 1822 | + babel-preset-jest "30.2.0" |
| 1823 | + chalk "^4.1.2" |
| 1824 | + graceful-fs "^4.2.11" |
| 1825 | + slash "^3.0.0" |
| 1826 | + |
| 1827 | +babel-plugin-istanbul@^7.0.0, babel-plugin-istanbul@^7.0.1: |
| 1828 | + version "7.0.1" |
| 1829 | + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz#d8b518c8ea199364cf84ccc82de89740236daf92" |
| 1830 | + integrity sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA== |
1784 | 1831 | dependencies:
|
1785 | 1832 | "@babel/helper-plugin-utils" "^7.0.0"
|
1786 | 1833 | "@istanbuljs/load-nyc-config" "^1.0.0"
|
|
1797 | 1844 | "@babel/types" "^7.27.3"
|
1798 | 1845 | "@types/babel__core" "^7.20.5"
|
1799 | 1846 |
|
| 1847 | + |
| 1848 | + version "30.2.0" |
| 1849 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.2.0.tgz#94c250d36b43f95900f3a219241e0f4648191ce2" |
| 1850 | + integrity sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA== |
| 1851 | + dependencies: |
| 1852 | + "@types/babel__core" "^7.20.5" |
| 1853 | + |
1800 | 1854 | babel-plugin-polyfill-corejs2@^0.4.14:
|
1801 | 1855 | version "0.4.14"
|
1802 | 1856 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz#8101b82b769c568835611542488d463395c2ef8f"
|
@@ -1842,6 +1896,27 @@ babel-preset-current-node-syntax@^1.1.0:
|
1842 | 1896 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1843 | 1897 | "@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1844 | 1898 |
|
| 1899 | +babel-preset-current-node-syntax@^1.2.0: |
| 1900 | + version "1.2.0" |
| 1901 | + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz#20730d6cdc7dda5d89401cab10ac6a32067acde6" |
| 1902 | + integrity sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg== |
| 1903 | + dependencies: |
| 1904 | + "@babel/plugin-syntax-async-generators" "^7.8.4" |
| 1905 | + "@babel/plugin-syntax-bigint" "^7.8.3" |
| 1906 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 1907 | + "@babel/plugin-syntax-class-static-block" "^7.14.5" |
| 1908 | + "@babel/plugin-syntax-import-attributes" "^7.24.7" |
| 1909 | + "@babel/plugin-syntax-import-meta" "^7.10.4" |
| 1910 | + "@babel/plugin-syntax-json-strings" "^7.8.3" |
| 1911 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 1912 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 1913 | + "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
| 1914 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 1915 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
| 1916 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 1917 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
| 1918 | + "@babel/plugin-syntax-top-level-await" "^7.14.5" |
| 1919 | + |
1845 | 1920 |
|
1846 | 1921 | version "30.0.1"
|
1847 | 1922 | resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.0.1.tgz#7d28db9531bce264e846c8483d54236244b8ae88"
|
|
1850 | 1925 | babel-plugin-jest-hoist "30.0.1"
|
1851 | 1926 | babel-preset-current-node-syntax "^1.1.0"
|
1852 | 1927 |
|
| 1928 | + |
| 1929 | + version "30.2.0" |
| 1930 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.2.0.tgz#04717843e561347781d6d7f69c81e6bcc3ed11ce" |
| 1931 | + integrity sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ== |
| 1932 | + dependencies: |
| 1933 | + babel-plugin-jest-hoist "30.2.0" |
| 1934 | + babel-preset-current-node-syntax "^1.2.0" |
| 1935 | + |
1853 | 1936 | balanced-match@^1.0.0:
|
1854 | 1937 | version "1.0.2"
|
1855 | 1938 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
|
2892 | 2975 | optionalDependencies:
|
2893 | 2976 | fsevents "^2.3.3"
|
2894 | 2977 |
|
| 2978 | + |
| 2979 | + version "30.2.0" |
| 2980 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.2.0.tgz#808e3889f288603ac70ff0ac047598345a66022e" |
| 2981 | + integrity sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw== |
| 2982 | + dependencies: |
| 2983 | + "@jest/types" "30.2.0" |
| 2984 | + "@types/node" "*" |
| 2985 | + anymatch "^3.1.3" |
| 2986 | + fb-watchman "^2.0.2" |
| 2987 | + graceful-fs "^4.2.11" |
| 2988 | + jest-regex-util "30.0.1" |
| 2989 | + jest-util "30.2.0" |
| 2990 | + jest-worker "30.2.0" |
| 2991 | + micromatch "^4.0.8" |
| 2992 | + walker "^1.0.8" |
| 2993 | + optionalDependencies: |
| 2994 | + fsevents "^2.3.3" |
| 2995 | + |
2895 | 2996 |
|
2896 | 2997 | version "30.1.0"
|
2897 | 2998 | resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-30.1.0.tgz#8b86e7c5f1e3e4f2a32d930ec769103ad0985874"
|
|
3061 | 3162 | graceful-fs "^4.2.11"
|
3062 | 3163 | picomatch "^4.0.2"
|
3063 | 3164 |
|
| 3165 | + |
| 3166 | + version "30.2.0" |
| 3167 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.2.0.tgz#5142adbcad6f4e53c2776c067a4db3c14f913705" |
| 3168 | + integrity sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA== |
| 3169 | + dependencies: |
| 3170 | + "@jest/types" "30.2.0" |
| 3171 | + "@types/node" "*" |
| 3172 | + chalk "^4.1.2" |
| 3173 | + ci-info "^4.2.0" |
| 3174 | + graceful-fs "^4.2.11" |
| 3175 | + picomatch "^4.0.2" |
| 3176 | + |
3064 | 3177 |
|
3065 | 3178 | version "30.1.0"
|
3066 | 3179 | resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-30.1.0.tgz#585aae6c9ee1ac138dbacbece8a7838ca7773e60"
|
|
3098 | 3211 | merge-stream "^2.0.0"
|
3099 | 3212 | supports-color "^8.1.1"
|
3100 | 3213 |
|
| 3214 | + |
| 3215 | + version "30.2.0" |
| 3216 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.2.0.tgz#fd5c2a36ff6058ec8f74366ec89538cc99539d26" |
| 3217 | + integrity sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g== |
| 3218 | + dependencies: |
| 3219 | + "@types/node" "*" |
| 3220 | + "@ungap/structured-clone" "^1.3.0" |
| 3221 | + jest-util "30.2.0" |
| 3222 | + merge-stream "^2.0.0" |
| 3223 | + supports-color "^8.1.1" |
| 3224 | + |
3101 | 3225 | jest@^30.0.3:
|
3102 | 3226 | version "30.1.2"
|
3103 | 3227 | resolved "https://registry.yarnpkg.com/jest/-/jest-30.1.2.tgz#28c1615b7eea7c217a1cf6e94845636f3af38c01"
|
|
0 commit comments