|
1740 | 1740 | slash "^3.0.0"
|
1741 | 1741 | write-file-atomic "^4.0.1"
|
1742 | 1742 |
|
1743 |
| -"@jest/transform@^29.1.2": |
1744 |
| - version "29.1.2" |
1745 |
| - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.1.2.tgz#20f814696e04f090421f6d505c14bbfe0157062a" |
1746 |
| - integrity sha512-2uaUuVHTitmkx1tHF+eBjb4p7UuzBG7SXIaA/hNIkaMP6K+gXYGxP38ZcrofzqN0HeZ7A90oqsOa97WU7WZkSw== |
| 1743 | +"@jest/transform@^29.2.2": |
| 1744 | + version "29.2.2" |
| 1745 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.2.2.tgz#dfc03fc092b31ffea0c55917728e75bfcf8b5de6" |
| 1746 | + integrity sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg== |
1747 | 1747 | dependencies:
|
1748 | 1748 | "@babel/core" "^7.11.6"
|
1749 |
| - "@jest/types" "^29.1.2" |
| 1749 | + "@jest/types" "^29.2.1" |
1750 | 1750 | "@jridgewell/trace-mapping" "^0.3.15"
|
1751 | 1751 | babel-plugin-istanbul "^6.1.1"
|
1752 | 1752 | chalk "^4.0.0"
|
1753 | 1753 | convert-source-map "^1.4.0"
|
1754 | 1754 | fast-json-stable-stringify "^2.1.0"
|
1755 | 1755 | graceful-fs "^4.2.9"
|
1756 |
| - jest-haste-map "^29.1.2" |
1757 |
| - jest-regex-util "^29.0.0" |
1758 |
| - jest-util "^29.1.2" |
| 1756 | + jest-haste-map "^29.2.1" |
| 1757 | + jest-regex-util "^29.2.0" |
| 1758 | + jest-util "^29.2.1" |
1759 | 1759 | micromatch "^4.0.4"
|
1760 | 1760 | pirates "^4.0.4"
|
1761 | 1761 | slash "^3.0.0"
|
|
1784 | 1784 | "@types/yargs" "^17.0.8"
|
1785 | 1785 | chalk "^4.0.0"
|
1786 | 1786 |
|
1787 |
| -"@jest/types@^29.1.2": |
1788 |
| - version "29.1.2" |
1789 |
| - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a" |
1790 |
| - integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg== |
| 1787 | +"@jest/types@^29.2.1": |
| 1788 | + version "29.2.1" |
| 1789 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.1.tgz#ec9c683094d4eb754e41e2119d8bdaef01cf6da0" |
| 1790 | + integrity sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw== |
1791 | 1791 | dependencies:
|
1792 | 1792 | "@jest/schemas" "^29.0.0"
|
1793 | 1793 | "@types/istanbul-lib-coverage" "^2.0.0"
|
@@ -4653,14 +4653,14 @@ babel-jest@^28.1.1:
|
4653 | 4653 | slash "^3.0.0"
|
4654 | 4654 |
|
4655 | 4655 | babel-jest@^29.1.2:
|
4656 |
| - version "29.1.2" |
4657 |
| - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.1.2.tgz#540d3241925c55240fb0c742e3ffc5f33a501978" |
4658 |
| - integrity sha512-IuG+F3HTHryJb7gacC7SQ59A9kO56BctUsT67uJHp1mMCHUOMXpDwOHWGifWqdWVknN2WNkCVQELPjXx0aLJ9Q== |
| 4656 | + version "29.2.2" |
| 4657 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.2.tgz#2c15abd8c2081293c9c3f4f80a4ed1d51542fee5" |
| 4658 | + integrity sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w== |
4659 | 4659 | dependencies:
|
4660 |
| - "@jest/transform" "^29.1.2" |
| 4660 | + "@jest/transform" "^29.2.2" |
4661 | 4661 | "@types/babel__core" "^7.1.14"
|
4662 | 4662 | babel-plugin-istanbul "^6.1.1"
|
4663 |
| - babel-preset-jest "^29.0.2" |
| 4663 | + babel-preset-jest "^29.2.0" |
4664 | 4664 | chalk "^4.0.0"
|
4665 | 4665 | graceful-fs "^4.2.9"
|
4666 | 4666 | slash "^3.0.0"
|
@@ -4722,10 +4722,10 @@ babel-plugin-jest-hoist@^28.1.3:
|
4722 | 4722 | "@types/babel__core" "^7.1.14"
|
4723 | 4723 | "@types/babel__traverse" "^7.0.6"
|
4724 | 4724 |
|
4725 |
| -babel-plugin-jest-hoist@^29.0.2: |
4726 |
| - version "29.0.2" |
4727 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.0.2.tgz#ae61483a829a021b146c016c6ad39b8bcc37c2c8" |
4728 |
| - integrity sha512-eBr2ynAEFjcebVvu8Ktx580BD1QKCrBG1XwEUTXJe285p9HA/4hOhfWCFRQhTKSyBV0VzjhG7H91Eifz9s29hg== |
| 4725 | +babel-plugin-jest-hoist@^29.2.0: |
| 4726 | + version "29.2.0" |
| 4727 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.2.0.tgz#23ee99c37390a98cfddf3ef4a78674180d823094" |
| 4728 | + integrity sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA== |
4729 | 4729 | dependencies:
|
4730 | 4730 | "@babel/template" "^7.3.3"
|
4731 | 4731 | "@babel/types" "^7.3.3"
|
@@ -4811,12 +4811,12 @@ babel-preset-jest@^28.1.3:
|
4811 | 4811 | babel-plugin-jest-hoist "^28.1.3"
|
4812 | 4812 | babel-preset-current-node-syntax "^1.0.0"
|
4813 | 4813 |
|
4814 |
| -babel-preset-jest@^29.0.2: |
4815 |
| - version "29.0.2" |
4816 |
| - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.0.2.tgz#e14a7124e22b161551818d89e5bdcfb3b2b0eac7" |
4817 |
| - integrity sha512-BeVXp7rH5TK96ofyEnHjznjLMQ2nAeDJ+QzxKnHAAMs0RgrQsCywjAN8m4mOm5Di0pxU//3AoEeJJrerMH5UeA== |
| 4814 | +babel-preset-jest@^29.2.0: |
| 4815 | + version "29.2.0" |
| 4816 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.2.0.tgz#3048bea3a1af222e3505e4a767a974c95a7620dc" |
| 4817 | + integrity sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA== |
4818 | 4818 | dependencies:
|
4819 |
| - babel-plugin-jest-hoist "^29.0.2" |
| 4819 | + babel-plugin-jest-hoist "^29.2.0" |
4820 | 4820 | babel-preset-current-node-syntax "^1.0.0"
|
4821 | 4821 |
|
4822 | 4822 | balanced-match@^1.0.0:
|
@@ -9106,20 +9106,20 @@ jest-haste-map@^28.1.1, jest-haste-map@^28.1.3:
|
9106 | 9106 | optionalDependencies:
|
9107 | 9107 | fsevents "^2.3.2"
|
9108 | 9108 |
|
9109 |
| -jest-haste-map@^29.1.2: |
9110 |
| - version "29.1.2" |
9111 |
| - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.1.2.tgz#93f3634aa921b6b654e7c94137b24e02e7ca6ac9" |
9112 |
| - integrity sha512-xSjbY8/BF11Jh3hGSPfYTa/qBFrm3TPM7WU8pU93m2gqzORVLkHFWvuZmFsTEBPRKndfewXhMOuzJNHyJIZGsw== |
| 9109 | +jest-haste-map@^29.2.1: |
| 9110 | + version "29.2.1" |
| 9111 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.2.1.tgz#f803fec57f8075e6c55fb5cd551f99a72471c699" |
| 9112 | + integrity sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA== |
9113 | 9113 | dependencies:
|
9114 |
| - "@jest/types" "^29.1.2" |
| 9114 | + "@jest/types" "^29.2.1" |
9115 | 9115 | "@types/graceful-fs" "^4.1.3"
|
9116 | 9116 | "@types/node" "*"
|
9117 | 9117 | anymatch "^3.0.3"
|
9118 | 9118 | fb-watchman "^2.0.0"
|
9119 | 9119 | graceful-fs "^4.2.9"
|
9120 |
| - jest-regex-util "^29.0.0" |
9121 |
| - jest-util "^29.1.2" |
9122 |
| - jest-worker "^29.1.2" |
| 9120 | + jest-regex-util "^29.2.0" |
| 9121 | + jest-util "^29.2.1" |
| 9122 | + jest-worker "^29.2.1" |
9123 | 9123 | micromatch "^4.0.4"
|
9124 | 9124 | walker "^1.0.8"
|
9125 | 9125 | optionalDependencies:
|
@@ -9245,10 +9245,10 @@ jest-regex-util@^28.0.2:
|
9245 | 9245 | resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-28.0.2.tgz#afdc377a3b25fb6e80825adcf76c854e5bf47ead"
|
9246 | 9246 | integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==
|
9247 | 9247 |
|
9248 |
| -jest-regex-util@^29.0.0: |
9249 |
| - version "29.0.0" |
9250 |
| - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.0.0.tgz#b442987f688289df8eb6c16fa8df488b4cd007de" |
9251 |
| - integrity sha512-BV7VW7Sy0fInHWN93MMPtlClweYv2qrSCwfeFWmpribGZtQPWNvRSq9XOVgOEjU1iBGRKXUZil0o2AH7Iy9Lug== |
| 9248 | +jest-regex-util@^29.2.0: |
| 9249 | + version "29.2.0" |
| 9250 | + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.2.0.tgz#82ef3b587e8c303357728d0322d48bbfd2971f7b" |
| 9251 | + integrity sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA== |
9252 | 9252 |
|
9253 | 9253 | jest-resolve-dependencies@^27.5.1:
|
9254 | 9254 | version "27.5.1"
|
@@ -9516,12 +9516,12 @@ jest-util@^28.1.1, jest-util@^28.1.3:
|
9516 | 9516 | graceful-fs "^4.2.9"
|
9517 | 9517 | picomatch "^2.2.3"
|
9518 | 9518 |
|
9519 |
| -jest-util@^29.1.2: |
9520 |
| - version "29.1.2" |
9521 |
| - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1" |
9522 |
| - integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ== |
| 9519 | +jest-util@^29.2.1: |
| 9520 | + version "29.2.1" |
| 9521 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747" |
| 9522 | + integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g== |
9523 | 9523 | dependencies:
|
9524 |
| - "@jest/types" "^29.1.2" |
| 9524 | + "@jest/types" "^29.2.1" |
9525 | 9525 | "@types/node" "*"
|
9526 | 9526 | chalk "^4.0.0"
|
9527 | 9527 | ci-info "^3.2.0"
|
@@ -9597,13 +9597,13 @@ jest-worker@^28.1.1, jest-worker@^28.1.3:
|
9597 | 9597 | merge-stream "^2.0.0"
|
9598 | 9598 | supports-color "^8.0.0"
|
9599 | 9599 |
|
9600 |
| -jest-worker@^29.1.2: |
9601 |
| - version "29.1.2" |
9602 |
| - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.1.2.tgz#a68302af61bce82b42a9a57285ca7499d29b2afc" |
9603 |
| - integrity sha512-AdTZJxKjTSPHbXT/AIOjQVmoFx0LHFcVabWu0sxI7PAy7rFf8c0upyvgBKgguVXdM4vY74JdwkyD4hSmpTW8jA== |
| 9600 | +jest-worker@^29.2.1: |
| 9601 | + version "29.2.1" |
| 9602 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.2.1.tgz#8ba68255438252e1674f990f0180c54dfa26a3b1" |
| 9603 | + integrity sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg== |
9604 | 9604 | dependencies:
|
9605 | 9605 | "@types/node" "*"
|
9606 |
| - jest-util "^29.1.2" |
| 9606 | + jest-util "^29.2.1" |
9607 | 9607 | merge-stream "^2.0.0"
|
9608 | 9608 | supports-color "^8.0.0"
|
9609 | 9609 |
|
|
0 commit comments