|
1258 | 1258 | slash "^3.0.0"
|
1259 | 1259 | write-file-atomic "^5.0.1"
|
1260 | 1260 |
|
| 1261 | + |
| 1262 | + version "30.2.0" |
| 1263 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.2.0.tgz#54bef1a4510dcbd58d5d4de4fe2980a63077ef2a" |
| 1264 | + integrity sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA== |
| 1265 | + dependencies: |
| 1266 | + "@babel/core" "^7.27.4" |
| 1267 | + "@jest/types" "30.2.0" |
| 1268 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 1269 | + babel-plugin-istanbul "^7.0.1" |
| 1270 | + chalk "^4.1.2" |
| 1271 | + convert-source-map "^2.0.0" |
| 1272 | + fast-json-stable-stringify "^2.1.0" |
| 1273 | + graceful-fs "^4.2.11" |
| 1274 | + jest-haste-map "30.2.0" |
| 1275 | + jest-regex-util "30.0.1" |
| 1276 | + jest-util "30.2.0" |
| 1277 | + micromatch "^4.0.8" |
| 1278 | + pirates "^4.0.7" |
| 1279 | + slash "^3.0.0" |
| 1280 | + write-file-atomic "^5.0.1" |
| 1281 | + |
1261 | 1282 |
|
1262 | 1283 | version "30.0.5"
|
1263 | 1284 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.0.5.tgz#29a33a4c036e3904f1cfd94f6fe77f89d2e1cc05"
|
|
1271 | 1292 | "@types/yargs" "^17.0.33"
|
1272 | 1293 | chalk "^4.1.2"
|
1273 | 1294 |
|
| 1295 | + |
| 1296 | + version "30.2.0" |
| 1297 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.2.0.tgz#1c678a7924b8f59eafd4c77d56b6d0ba976d62b8" |
| 1298 | + integrity sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg== |
| 1299 | + dependencies: |
| 1300 | + "@jest/pattern" "30.0.1" |
| 1301 | + "@jest/schemas" "30.0.5" |
| 1302 | + "@types/istanbul-lib-coverage" "^2.0.6" |
| 1303 | + "@types/istanbul-reports" "^3.0.4" |
| 1304 | + "@types/node" "*" |
| 1305 | + "@types/yargs" "^17.0.33" |
| 1306 | + chalk "^4.1.2" |
| 1307 | + |
1274 | 1308 | "@jridgewell/gen-mapping@^0.1.0":
|
1275 | 1309 | version "0.1.1"
|
1276 | 1310 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
|
@@ -1777,7 +1811,7 @@ babel-eslint@^10.0.1:
|
1777 | 1811 | eslint-visitor-keys "^1.0.0"
|
1778 | 1812 | resolve "^1.12.0"
|
1779 | 1813 |
|
1780 |
| -[email protected], babel-jest@^30.0.2: |
| 1814 | + |
1781 | 1815 | version "30.1.2"
|
1782 | 1816 | resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.1.2.tgz#decd53b3a0cafca49443f93fb7a2c0fba55510da"
|
1783 | 1817 | integrity sha512-IQCus1rt9kaSh7PQxLYRY5NmkNrNlU2TpabzwV7T2jljnpdHOcmnYYv8QmE04Li4S3a2Lj8/yXyET5pBarPr6g==
|
|
1790 | 1824 | graceful-fs "^4.2.11"
|
1791 | 1825 | slash "^3.0.0"
|
1792 | 1826 |
|
1793 |
| -babel-plugin-istanbul@^7.0.0: |
1794 |
| - version "7.0.0" |
1795 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.0.tgz#629a178f63b83dc9ecee46fd20266283b1f11280" |
1796 |
| - integrity sha512-C5OzENSx/A+gt7t4VH1I2XsflxyPUmXRFPKBxt33xncdOmq7oROVM3bZv9Ysjjkv8OJYDMa+tKuKMvqU/H3xdw== |
| 1827 | +babel-jest@^30.0.2: |
| 1828 | + version "30.2.0" |
| 1829 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.2.0.tgz#fd44a1ec9552be35ead881f7381faa7d8f3b95ac" |
| 1830 | + integrity sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw== |
| 1831 | + dependencies: |
| 1832 | + "@jest/transform" "30.2.0" |
| 1833 | + "@types/babel__core" "^7.20.5" |
| 1834 | + babel-plugin-istanbul "^7.0.1" |
| 1835 | + babel-preset-jest "30.2.0" |
| 1836 | + chalk "^4.1.2" |
| 1837 | + graceful-fs "^4.2.11" |
| 1838 | + slash "^3.0.0" |
| 1839 | + |
| 1840 | +babel-plugin-istanbul@^7.0.0, babel-plugin-istanbul@^7.0.1: |
| 1841 | + version "7.0.1" |
| 1842 | + resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz#d8b518c8ea199364cf84ccc82de89740236daf92" |
| 1843 | + integrity sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA== |
1797 | 1844 | dependencies:
|
1798 | 1845 | "@babel/helper-plugin-utils" "^7.0.0"
|
1799 | 1846 | "@istanbuljs/load-nyc-config" "^1.0.0"
|
|
1810 | 1857 | "@babel/types" "^7.27.3"
|
1811 | 1858 | "@types/babel__core" "^7.20.5"
|
1812 | 1859 |
|
| 1860 | + |
| 1861 | + version "30.2.0" |
| 1862 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.2.0.tgz#94c250d36b43f95900f3a219241e0f4648191ce2" |
| 1863 | + integrity sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA== |
| 1864 | + dependencies: |
| 1865 | + "@types/babel__core" "^7.20.5" |
| 1866 | + |
1813 | 1867 | babel-plugin-polyfill-corejs2@^0.4.14:
|
1814 | 1868 | version "0.4.14"
|
1815 | 1869 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz#8101b82b769c568835611542488d463395c2ef8f"
|
@@ -1855,6 +1909,27 @@ babel-preset-current-node-syntax@^1.1.0:
|
1855 | 1909 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
1856 | 1910 | "@babel/plugin-syntax-top-level-await" "^7.14.5"
|
1857 | 1911 |
|
| 1912 | +babel-preset-current-node-syntax@^1.2.0: |
| 1913 | + version "1.2.0" |
| 1914 | + resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz#20730d6cdc7dda5d89401cab10ac6a32067acde6" |
| 1915 | + integrity sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg== |
| 1916 | + dependencies: |
| 1917 | + "@babel/plugin-syntax-async-generators" "^7.8.4" |
| 1918 | + "@babel/plugin-syntax-bigint" "^7.8.3" |
| 1919 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 1920 | + "@babel/plugin-syntax-class-static-block" "^7.14.5" |
| 1921 | + "@babel/plugin-syntax-import-attributes" "^7.24.7" |
| 1922 | + "@babel/plugin-syntax-import-meta" "^7.10.4" |
| 1923 | + "@babel/plugin-syntax-json-strings" "^7.8.3" |
| 1924 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 1925 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 1926 | + "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
| 1927 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 1928 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
| 1929 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 1930 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
| 1931 | + "@babel/plugin-syntax-top-level-await" "^7.14.5" |
| 1932 | + |
1858 | 1933 |
|
1859 | 1934 | version "30.0.1"
|
1860 | 1935 | resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.0.1.tgz#7d28db9531bce264e846c8483d54236244b8ae88"
|
|
1863 | 1938 | babel-plugin-jest-hoist "30.0.1"
|
1864 | 1939 | babel-preset-current-node-syntax "^1.1.0"
|
1865 | 1940 |
|
| 1941 | + |
| 1942 | + version "30.2.0" |
| 1943 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.2.0.tgz#04717843e561347781d6d7f69c81e6bcc3ed11ce" |
| 1944 | + integrity sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ== |
| 1945 | + dependencies: |
| 1946 | + babel-plugin-jest-hoist "30.2.0" |
| 1947 | + babel-preset-current-node-syntax "^1.2.0" |
| 1948 | + |
1866 | 1949 | balanced-match@^1.0.0:
|
1867 | 1950 | version "1.0.2"
|
1868 | 1951 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
|
2905 | 2988 | optionalDependencies:
|
2906 | 2989 | fsevents "^2.3.3"
|
2907 | 2990 |
|
| 2991 | + |
| 2992 | + version "30.2.0" |
| 2993 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.2.0.tgz#808e3889f288603ac70ff0ac047598345a66022e" |
| 2994 | + integrity sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw== |
| 2995 | + dependencies: |
| 2996 | + "@jest/types" "30.2.0" |
| 2997 | + "@types/node" "*" |
| 2998 | + anymatch "^3.1.3" |
| 2999 | + fb-watchman "^2.0.2" |
| 3000 | + graceful-fs "^4.2.11" |
| 3001 | + jest-regex-util "30.0.1" |
| 3002 | + jest-util "30.2.0" |
| 3003 | + jest-worker "30.2.0" |
| 3004 | + micromatch "^4.0.8" |
| 3005 | + walker "^1.0.8" |
| 3006 | + optionalDependencies: |
| 3007 | + fsevents "^2.3.3" |
| 3008 | + |
2908 | 3009 |
|
2909 | 3010 | version "30.1.0"
|
2910 | 3011 | resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-30.1.0.tgz#8b86e7c5f1e3e4f2a32d930ec769103ad0985874"
|
|
3074 | 3175 | graceful-fs "^4.2.11"
|
3075 | 3176 | picomatch "^4.0.2"
|
3076 | 3177 |
|
| 3178 | + |
| 3179 | + version "30.2.0" |
| 3180 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.2.0.tgz#5142adbcad6f4e53c2776c067a4db3c14f913705" |
| 3181 | + integrity sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA== |
| 3182 | + dependencies: |
| 3183 | + "@jest/types" "30.2.0" |
| 3184 | + "@types/node" "*" |
| 3185 | + chalk "^4.1.2" |
| 3186 | + ci-info "^4.2.0" |
| 3187 | + graceful-fs "^4.2.11" |
| 3188 | + picomatch "^4.0.2" |
| 3189 | + |
3077 | 3190 |
|
3078 | 3191 | version "30.1.0"
|
3079 | 3192 | resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-30.1.0.tgz#585aae6c9ee1ac138dbacbece8a7838ca7773e60"
|
|
3111 | 3224 | merge-stream "^2.0.0"
|
3112 | 3225 | supports-color "^8.1.1"
|
3113 | 3226 |
|
| 3227 | + |
| 3228 | + version "30.2.0" |
| 3229 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.2.0.tgz#fd5c2a36ff6058ec8f74366ec89538cc99539d26" |
| 3230 | + integrity sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g== |
| 3231 | + dependencies: |
| 3232 | + "@types/node" "*" |
| 3233 | + "@ungap/structured-clone" "^1.3.0" |
| 3234 | + jest-util "30.2.0" |
| 3235 | + merge-stream "^2.0.0" |
| 3236 | + supports-color "^8.1.1" |
| 3237 | + |
3114 | 3238 | jest@^30.0.3:
|
3115 | 3239 | version "30.1.2"
|
3116 | 3240 | resolved "https://registry.yarnpkg.com/jest/-/jest-30.1.2.tgz#28c1615b7eea7c217a1cf6e94845636f3af38c01"
|
|
0 commit comments