|
1832 | 1832 | source-map "^0.6.1"
|
1833 | 1833 | write-file-atomic "^3.0.0"
|
1834 | 1834 |
|
1835 |
| -"@jest/transform@^29.1.2": |
1836 |
| - version "29.1.2" |
1837 |
| - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.1.2.tgz#20f814696e04f090421f6d505c14bbfe0157062a" |
1838 |
| - integrity sha512-2uaUuVHTitmkx1tHF+eBjb4p7UuzBG7SXIaA/hNIkaMP6K+gXYGxP38ZcrofzqN0HeZ7A90oqsOa97WU7WZkSw== |
| 1835 | +"@jest/transform@^29.2.0": |
| 1836 | + version "29.2.0" |
| 1837 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.2.0.tgz#1c55ca549f64810351df999265a29f8ead51be15" |
| 1838 | + integrity sha512-NXMujGHy+B4DAj4dGnVPD0SIXlR2Z/N8Gp9h3mF66kcIRult1WWqY3/CEIrJcKviNWaFPYhZjCG2L3fteWzcUw== |
1839 | 1839 | dependencies:
|
1840 | 1840 | "@babel/core" "^7.11.6"
|
1841 |
| - "@jest/types" "^29.1.2" |
| 1841 | + "@jest/types" "^29.2.0" |
1842 | 1842 | "@jridgewell/trace-mapping" "^0.3.15"
|
1843 | 1843 | babel-plugin-istanbul "^6.1.1"
|
1844 | 1844 | chalk "^4.0.0"
|
1845 | 1845 | convert-source-map "^1.4.0"
|
1846 | 1846 | fast-json-stable-stringify "^2.1.0"
|
1847 | 1847 | graceful-fs "^4.2.9"
|
1848 |
| - jest-haste-map "^29.1.2" |
1849 |
| - jest-regex-util "^29.0.0" |
1850 |
| - jest-util "^29.1.2" |
| 1848 | + jest-haste-map "^29.2.0" |
| 1849 | + jest-regex-util "^29.2.0" |
| 1850 | + jest-util "^29.2.0" |
1851 | 1851 | micromatch "^4.0.4"
|
1852 | 1852 | pirates "^4.0.4"
|
1853 | 1853 | slash "^3.0.0"
|
|
1883 | 1883 | "@types/yargs" "^15.0.0"
|
1884 | 1884 | chalk "^4.0.0"
|
1885 | 1885 |
|
1886 |
| -"@jest/types@^29.1.2": |
1887 |
| - version "29.1.2" |
1888 |
| - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a" |
1889 |
| - integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg== |
| 1886 | +"@jest/types@^29.2.0": |
| 1887 | + version "29.2.0" |
| 1888 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.0.tgz#c0d1ef8bc1e4f4b358e7877e34157371e7881b0b" |
| 1889 | + integrity sha512-mfgpQz4Z2xGo37m6KD8xEpKelaVzvYVRijmLPePn9pxgaPEtX+SqIyPNzzoeCPXKYbB4L/wYSgXDL8o3Gop78Q== |
1890 | 1890 | dependencies:
|
1891 | 1891 | "@jest/schemas" "^29.0.0"
|
1892 | 1892 | "@types/istanbul-lib-coverage" "^2.0.0"
|
@@ -3435,14 +3435,14 @@ babel-jest@^26.6.3:
|
3435 | 3435 | slash "^3.0.0"
|
3436 | 3436 |
|
3437 | 3437 | babel-jest@^29.0.3:
|
3438 |
| - version "29.1.2" |
3439 |
| - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.1.2.tgz#540d3241925c55240fb0c742e3ffc5f33a501978" |
3440 |
| - integrity sha512-IuG+F3HTHryJb7gacC7SQ59A9kO56BctUsT67uJHp1mMCHUOMXpDwOHWGifWqdWVknN2WNkCVQELPjXx0aLJ9Q== |
| 3438 | + version "29.2.0" |
| 3439 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.0.tgz#088624f037da90e69a06073305276cbd111d68a8" |
| 3440 | + integrity sha512-c8FkrW1chgcbyBqOo7jFGpQYfVnb43JqjQGV+C2r94k2rZJOukYOZ6+csAqKE4ms+PHc+yevnONxs27jQIxylw== |
3441 | 3441 | dependencies:
|
3442 |
| - "@jest/transform" "^29.1.2" |
| 3442 | + "@jest/transform" "^29.2.0" |
3443 | 3443 | "@types/babel__core" "^7.1.14"
|
3444 | 3444 | babel-plugin-istanbul "^6.1.1"
|
3445 |
| - babel-preset-jest "^29.0.2" |
| 3445 | + babel-preset-jest "^29.2.0" |
3446 | 3446 | chalk "^4.0.0"
|
3447 | 3447 | graceful-fs "^4.2.9"
|
3448 | 3448 | slash "^3.0.0"
|
@@ -3486,10 +3486,10 @@ babel-plugin-jest-hoist@^26.6.2:
|
3486 | 3486 | "@types/babel__core" "^7.0.0"
|
3487 | 3487 | "@types/babel__traverse" "^7.0.6"
|
3488 | 3488 |
|
3489 |
| -babel-plugin-jest-hoist@^29.0.2: |
3490 |
| - version "29.0.2" |
3491 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.0.2.tgz#ae61483a829a021b146c016c6ad39b8bcc37c2c8" |
3492 |
| - integrity sha512-eBr2ynAEFjcebVvu8Ktx580BD1QKCrBG1XwEUTXJe285p9HA/4hOhfWCFRQhTKSyBV0VzjhG7H91Eifz9s29hg== |
| 3489 | +babel-plugin-jest-hoist@^29.2.0: |
| 3490 | + version "29.2.0" |
| 3491 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.2.0.tgz#23ee99c37390a98cfddf3ef4a78674180d823094" |
| 3492 | + integrity sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA== |
3493 | 3493 | dependencies:
|
3494 | 3494 | "@babel/template" "^7.3.3"
|
3495 | 3495 | "@babel/types" "^7.3.3"
|
@@ -3636,12 +3636,12 @@ babel-preset-jest@^26.6.2:
|
3636 | 3636 | babel-plugin-jest-hoist "^26.6.2"
|
3637 | 3637 | babel-preset-current-node-syntax "^1.0.0"
|
3638 | 3638 |
|
3639 |
| -babel-preset-jest@^29.0.2: |
3640 |
| - version "29.0.2" |
3641 |
| - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.0.2.tgz#e14a7124e22b161551818d89e5bdcfb3b2b0eac7" |
3642 |
| - integrity sha512-BeVXp7rH5TK96ofyEnHjznjLMQ2nAeDJ+QzxKnHAAMs0RgrQsCywjAN8m4mOm5Di0pxU//3AoEeJJrerMH5UeA== |
| 3639 | +babel-preset-jest@^29.2.0: |
| 3640 | + version "29.2.0" |
| 3641 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.2.0.tgz#3048bea3a1af222e3505e4a767a974c95a7620dc" |
| 3642 | + integrity sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA== |
3643 | 3643 | dependencies:
|
3644 |
| - babel-plugin-jest-hoist "^29.0.2" |
| 3644 | + babel-plugin-jest-hoist "^29.2.0" |
3645 | 3645 | babel-preset-current-node-syntax "^1.0.0"
|
3646 | 3646 |
|
3647 | 3647 | badgin@^1.1.2:
|
@@ -8732,20 +8732,20 @@ jest-haste-map@^26.6.2:
|
8732 | 8732 | optionalDependencies:
|
8733 | 8733 | fsevents "^2.1.2"
|
8734 | 8734 |
|
8735 |
| -jest-haste-map@^29.1.2: |
8736 |
| - version "29.1.2" |
8737 |
| - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.1.2.tgz#93f3634aa921b6b654e7c94137b24e02e7ca6ac9" |
8738 |
| - integrity sha512-xSjbY8/BF11Jh3hGSPfYTa/qBFrm3TPM7WU8pU93m2gqzORVLkHFWvuZmFsTEBPRKndfewXhMOuzJNHyJIZGsw== |
| 8735 | +jest-haste-map@^29.2.0: |
| 8736 | + version "29.2.0" |
| 8737 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.2.0.tgz#2410f2ec93958e0bd894818de6c8056eb1b4d6fc" |
| 8738 | + integrity sha512-qu9lGFi7qJ8v37egS1phZZUJYiMyWnKwu83NlNT1qs50TbedIX2hFl+9ztsJ7U/ENaHwk1/Bs8fqOIQsScIRwg== |
8739 | 8739 | dependencies:
|
8740 |
| - "@jest/types" "^29.1.2" |
| 8740 | + "@jest/types" "^29.2.0" |
8741 | 8741 | "@types/graceful-fs" "^4.1.3"
|
8742 | 8742 | "@types/node" "*"
|
8743 | 8743 | anymatch "^3.0.3"
|
8744 | 8744 | fb-watchman "^2.0.0"
|
8745 | 8745 | graceful-fs "^4.2.9"
|
8746 |
| - jest-regex-util "^29.0.0" |
8747 |
| - jest-util "^29.1.2" |
8748 |
| - jest-worker "^29.1.2" |
| 8746 | + jest-regex-util "^29.2.0" |
| 8747 | + jest-util "^29.2.0" |
| 8748 | + jest-worker "^29.2.0" |
8749 | 8749 | micromatch "^4.0.4"
|
8750 | 8750 | walker "^1.0.8"
|
8751 | 8751 | optionalDependencies:
|
@@ -8847,10 +8847,10 @@ jest-regex-util@^26.0.0:
|
8847 | 8847 | resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
|
8848 | 8848 | integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
|
8849 | 8849 |
|
8850 |
| -jest-regex-util@^29.0.0: |
8851 |
| - version "29.0.0" |
8852 |
| - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.0.0.tgz#b442987f688289df8eb6c16fa8df488b4cd007de" |
8853 |
| - integrity sha512-BV7VW7Sy0fInHWN93MMPtlClweYv2qrSCwfeFWmpribGZtQPWNvRSq9XOVgOEjU1iBGRKXUZil0o2AH7Iy9Lug== |
| 8850 | +jest-regex-util@^29.2.0: |
| 8851 | + version "29.2.0" |
| 8852 | + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.2.0.tgz#82ef3b587e8c303357728d0322d48bbfd2971f7b" |
| 8853 | + integrity sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA== |
8854 | 8854 |
|
8855 | 8855 | jest-resolve-dependencies@^26.6.3:
|
8856 | 8856 | version "26.6.3"
|
@@ -9004,12 +9004,12 @@ jest-util@^26.6.2:
|
9004 | 9004 | is-ci "^2.0.0"
|
9005 | 9005 | micromatch "^4.0.2"
|
9006 | 9006 |
|
9007 |
| -jest-util@^29.1.2: |
9008 |
| - version "29.1.2" |
9009 |
| - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1" |
9010 |
| - integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ== |
| 9007 | +jest-util@^29.2.0: |
| 9008 | + version "29.2.0" |
| 9009 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.0.tgz#797935697e83a5722aeba401ed6cd01264295566" |
| 9010 | + integrity sha512-8M1dx12ujkBbnhwytrezWY0Ut79hbflwodE+qZKjxSRz5qt4xDp6dQQJaOCFvCmE0QJqp9KyEK33lpPNjnhevw== |
9011 | 9011 | dependencies:
|
9012 |
| - "@jest/types" "^29.1.2" |
| 9012 | + "@jest/types" "^29.2.0" |
9013 | 9013 | "@types/node" "*"
|
9014 | 9014 | chalk "^4.0.0"
|
9015 | 9015 | ci-info "^3.2.0"
|
@@ -9079,13 +9079,13 @@ jest-worker@^26.6.2:
|
9079 | 9079 | merge-stream "^2.0.0"
|
9080 | 9080 | supports-color "^7.0.0"
|
9081 | 9081 |
|
9082 |
| -jest-worker@^29.1.2: |
9083 |
| - version "29.1.2" |
9084 |
| - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.1.2.tgz#a68302af61bce82b42a9a57285ca7499d29b2afc" |
9085 |
| - integrity sha512-AdTZJxKjTSPHbXT/AIOjQVmoFx0LHFcVabWu0sxI7PAy7rFf8c0upyvgBKgguVXdM4vY74JdwkyD4hSmpTW8jA== |
| 9082 | +jest-worker@^29.2.0: |
| 9083 | + version "29.2.0" |
| 9084 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.2.0.tgz#b2bd1a81fc7a1ae79a500b05f5feb0d1c0b1a19e" |
| 9085 | + integrity sha512-mluOlMbRX1H59vGVzPcVg2ALfCausbBpxC8a2KWOzInhYHZibbHH8CB0C1JkmkpfurrkOYgF7FPmypuom1OM9A== |
9086 | 9086 | dependencies:
|
9087 | 9087 | "@types/node" "*"
|
9088 |
| - jest-util "^29.1.2" |
| 9088 | + jest-util "^29.2.0" |
9089 | 9089 | merge-stream "^2.0.0"
|
9090 | 9090 | supports-color "^8.0.0"
|
9091 | 9091 |
|
|
0 commit comments