|
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"
|
@@ -4651,14 +4651,14 @@ babel-jest@^28.1.1:
|
4651 | 4651 | slash "^3.0.0"
|
4652 | 4652 |
|
4653 | 4653 | babel-jest@^29.1.2:
|
4654 |
| - version "29.1.2" |
4655 |
| - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.1.2.tgz#540d3241925c55240fb0c742e3ffc5f33a501978" |
4656 |
| - integrity sha512-IuG+F3HTHryJb7gacC7SQ59A9kO56BctUsT67uJHp1mMCHUOMXpDwOHWGifWqdWVknN2WNkCVQELPjXx0aLJ9Q== |
| 4654 | + version "29.2.2" |
| 4655 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.2.tgz#2c15abd8c2081293c9c3f4f80a4ed1d51542fee5" |
| 4656 | + integrity sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w== |
4657 | 4657 | dependencies:
|
4658 |
| - "@jest/transform" "^29.1.2" |
| 4658 | + "@jest/transform" "^29.2.2" |
4659 | 4659 | "@types/babel__core" "^7.1.14"
|
4660 | 4660 | babel-plugin-istanbul "^6.1.1"
|
4661 |
| - babel-preset-jest "^29.0.2" |
| 4661 | + babel-preset-jest "^29.2.0" |
4662 | 4662 | chalk "^4.0.0"
|
4663 | 4663 | graceful-fs "^4.2.9"
|
4664 | 4664 | slash "^3.0.0"
|
@@ -4720,10 +4720,10 @@ babel-plugin-jest-hoist@^28.1.3:
|
4720 | 4720 | "@types/babel__core" "^7.1.14"
|
4721 | 4721 | "@types/babel__traverse" "^7.0.6"
|
4722 | 4722 |
|
4723 |
| -babel-plugin-jest-hoist@^29.0.2: |
4724 |
| - version "29.0.2" |
4725 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.0.2.tgz#ae61483a829a021b146c016c6ad39b8bcc37c2c8" |
4726 |
| - integrity sha512-eBr2ynAEFjcebVvu8Ktx580BD1QKCrBG1XwEUTXJe285p9HA/4hOhfWCFRQhTKSyBV0VzjhG7H91Eifz9s29hg== |
| 4723 | +babel-plugin-jest-hoist@^29.2.0: |
| 4724 | + version "29.2.0" |
| 4725 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.2.0.tgz#23ee99c37390a98cfddf3ef4a78674180d823094" |
| 4726 | + integrity sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA== |
4727 | 4727 | dependencies:
|
4728 | 4728 | "@babel/template" "^7.3.3"
|
4729 | 4729 | "@babel/types" "^7.3.3"
|
@@ -4809,12 +4809,12 @@ babel-preset-jest@^28.1.3:
|
4809 | 4809 | babel-plugin-jest-hoist "^28.1.3"
|
4810 | 4810 | babel-preset-current-node-syntax "^1.0.0"
|
4811 | 4811 |
|
4812 |
| -babel-preset-jest@^29.0.2: |
4813 |
| - version "29.0.2" |
4814 |
| - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.0.2.tgz#e14a7124e22b161551818d89e5bdcfb3b2b0eac7" |
4815 |
| - integrity sha512-BeVXp7rH5TK96ofyEnHjznjLMQ2nAeDJ+QzxKnHAAMs0RgrQsCywjAN8m4mOm5Di0pxU//3AoEeJJrerMH5UeA== |
| 4812 | +babel-preset-jest@^29.2.0: |
| 4813 | + version "29.2.0" |
| 4814 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.2.0.tgz#3048bea3a1af222e3505e4a767a974c95a7620dc" |
| 4815 | + integrity sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA== |
4816 | 4816 | dependencies:
|
4817 |
| - babel-plugin-jest-hoist "^29.0.2" |
| 4817 | + babel-plugin-jest-hoist "^29.2.0" |
4818 | 4818 | babel-preset-current-node-syntax "^1.0.0"
|
4819 | 4819 |
|
4820 | 4820 | balanced-match@^1.0.0:
|
@@ -9095,20 +9095,20 @@ jest-haste-map@^28.1.1, jest-haste-map@^28.1.3:
|
9095 | 9095 | optionalDependencies:
|
9096 | 9096 | fsevents "^2.3.2"
|
9097 | 9097 |
|
9098 |
| -jest-haste-map@^29.1.2: |
9099 |
| - version "29.1.2" |
9100 |
| - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.1.2.tgz#93f3634aa921b6b654e7c94137b24e02e7ca6ac9" |
9101 |
| - integrity sha512-xSjbY8/BF11Jh3hGSPfYTa/qBFrm3TPM7WU8pU93m2gqzORVLkHFWvuZmFsTEBPRKndfewXhMOuzJNHyJIZGsw== |
| 9098 | +jest-haste-map@^29.2.1: |
| 9099 | + version "29.2.1" |
| 9100 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.2.1.tgz#f803fec57f8075e6c55fb5cd551f99a72471c699" |
| 9101 | + integrity sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA== |
9102 | 9102 | dependencies:
|
9103 |
| - "@jest/types" "^29.1.2" |
| 9103 | + "@jest/types" "^29.2.1" |
9104 | 9104 | "@types/graceful-fs" "^4.1.3"
|
9105 | 9105 | "@types/node" "*"
|
9106 | 9106 | anymatch "^3.0.3"
|
9107 | 9107 | fb-watchman "^2.0.0"
|
9108 | 9108 | graceful-fs "^4.2.9"
|
9109 |
| - jest-regex-util "^29.0.0" |
9110 |
| - jest-util "^29.1.2" |
9111 |
| - jest-worker "^29.1.2" |
| 9109 | + jest-regex-util "^29.2.0" |
| 9110 | + jest-util "^29.2.1" |
| 9111 | + jest-worker "^29.2.1" |
9112 | 9112 | micromatch "^4.0.4"
|
9113 | 9113 | walker "^1.0.8"
|
9114 | 9114 | optionalDependencies:
|
@@ -9234,10 +9234,10 @@ jest-regex-util@^28.0.2:
|
9234 | 9234 | resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-28.0.2.tgz#afdc377a3b25fb6e80825adcf76c854e5bf47ead"
|
9235 | 9235 | integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==
|
9236 | 9236 |
|
9237 |
| -jest-regex-util@^29.0.0: |
9238 |
| - version "29.0.0" |
9239 |
| - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.0.0.tgz#b442987f688289df8eb6c16fa8df488b4cd007de" |
9240 |
| - integrity sha512-BV7VW7Sy0fInHWN93MMPtlClweYv2qrSCwfeFWmpribGZtQPWNvRSq9XOVgOEjU1iBGRKXUZil0o2AH7Iy9Lug== |
| 9237 | +jest-regex-util@^29.2.0: |
| 9238 | + version "29.2.0" |
| 9239 | + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.2.0.tgz#82ef3b587e8c303357728d0322d48bbfd2971f7b" |
| 9240 | + integrity sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA== |
9241 | 9241 |
|
9242 | 9242 | jest-resolve-dependencies@^27.5.1:
|
9243 | 9243 | version "27.5.1"
|
@@ -9505,12 +9505,12 @@ jest-util@^28.1.1, jest-util@^28.1.3:
|
9505 | 9505 | graceful-fs "^4.2.9"
|
9506 | 9506 | picomatch "^2.2.3"
|
9507 | 9507 |
|
9508 |
| -jest-util@^29.1.2: |
9509 |
| - version "29.1.2" |
9510 |
| - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1" |
9511 |
| - integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ== |
| 9508 | +jest-util@^29.2.1: |
| 9509 | + version "29.2.1" |
| 9510 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747" |
| 9511 | + integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g== |
9512 | 9512 | dependencies:
|
9513 |
| - "@jest/types" "^29.1.2" |
| 9513 | + "@jest/types" "^29.2.1" |
9514 | 9514 | "@types/node" "*"
|
9515 | 9515 | chalk "^4.0.0"
|
9516 | 9516 | ci-info "^3.2.0"
|
@@ -9586,13 +9586,13 @@ jest-worker@^28.1.1, jest-worker@^28.1.3:
|
9586 | 9586 | merge-stream "^2.0.0"
|
9587 | 9587 | supports-color "^8.0.0"
|
9588 | 9588 |
|
9589 |
| -jest-worker@^29.1.2: |
9590 |
| - version "29.1.2" |
9591 |
| - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.1.2.tgz#a68302af61bce82b42a9a57285ca7499d29b2afc" |
9592 |
| - integrity sha512-AdTZJxKjTSPHbXT/AIOjQVmoFx0LHFcVabWu0sxI7PAy7rFf8c0upyvgBKgguVXdM4vY74JdwkyD4hSmpTW8jA== |
| 9589 | +jest-worker@^29.2.1: |
| 9590 | + version "29.2.1" |
| 9591 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.2.1.tgz#8ba68255438252e1674f990f0180c54dfa26a3b1" |
| 9592 | + integrity sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg== |
9593 | 9593 | dependencies:
|
9594 | 9594 | "@types/node" "*"
|
9595 |
| - jest-util "^29.1.2" |
| 9595 | + jest-util "^29.2.1" |
9596 | 9596 | merge-stream "^2.0.0"
|
9597 | 9597 | supports-color "^8.0.0"
|
9598 | 9598 |
|
|
0 commit comments