|
1274 | 1274 | source-map "^0.6.1" |
1275 | 1275 | write-file-atomic "^3.0.0" |
1276 | 1276 |
|
1277 | | -"@jest/transform@^29.2.0": |
1278 | | - version "29.2.0" |
1279 | | - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.2.0.tgz#1c55ca549f64810351df999265a29f8ead51be15" |
1280 | | - integrity sha512-NXMujGHy+B4DAj4dGnVPD0SIXlR2Z/N8Gp9h3mF66kcIRult1WWqY3/CEIrJcKviNWaFPYhZjCG2L3fteWzcUw== |
| 1277 | +"@jest/transform@^29.2.2": |
| 1278 | + version "29.2.2" |
| 1279 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.2.2.tgz#dfc03fc092b31ffea0c55917728e75bfcf8b5de6" |
| 1280 | + integrity sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg== |
1281 | 1281 | dependencies: |
1282 | 1282 | "@babel/core" "^7.11.6" |
1283 | | - "@jest/types" "^29.2.0" |
| 1283 | + "@jest/types" "^29.2.1" |
1284 | 1284 | "@jridgewell/trace-mapping" "^0.3.15" |
1285 | 1285 | babel-plugin-istanbul "^6.1.1" |
1286 | 1286 | chalk "^4.0.0" |
1287 | 1287 | convert-source-map "^1.4.0" |
1288 | 1288 | fast-json-stable-stringify "^2.1.0" |
1289 | 1289 | graceful-fs "^4.2.9" |
1290 | | - jest-haste-map "^29.2.0" |
| 1290 | + jest-haste-map "^29.2.1" |
1291 | 1291 | jest-regex-util "^29.2.0" |
1292 | | - jest-util "^29.2.0" |
| 1292 | + jest-util "^29.2.1" |
1293 | 1293 | micromatch "^4.0.4" |
1294 | 1294 | pirates "^4.0.4" |
1295 | 1295 | slash "^3.0.0" |
|
1306 | 1306 | "@types/yargs" "^15.0.0" |
1307 | 1307 | chalk "^4.0.0" |
1308 | 1308 |
|
1309 | | -"@jest/types@^29.2.0": |
1310 | | - version "29.2.0" |
1311 | | - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.0.tgz#c0d1ef8bc1e4f4b358e7877e34157371e7881b0b" |
1312 | | - integrity sha512-mfgpQz4Z2xGo37m6KD8xEpKelaVzvYVRijmLPePn9pxgaPEtX+SqIyPNzzoeCPXKYbB4L/wYSgXDL8o3Gop78Q== |
| 1309 | +"@jest/types@^29.2.1": |
| 1310 | + version "29.2.1" |
| 1311 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.2.1.tgz#ec9c683094d4eb754e41e2119d8bdaef01cf6da0" |
| 1312 | + integrity sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw== |
1313 | 1313 | dependencies: |
1314 | 1314 | "@jest/schemas" "^29.0.0" |
1315 | 1315 | "@types/istanbul-lib-coverage" "^2.0.0" |
@@ -2417,12 +2417,12 @@ babel-jest@^26.6.3: |
2417 | 2417 | graceful-fs "^4.2.4" |
2418 | 2418 | slash "^3.0.0" |
2419 | 2419 |
|
2420 | | -babel-jest@^29.2.0: |
2421 | | - version "29.2.0" |
2422 | | - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.0.tgz#088624f037da90e69a06073305276cbd111d68a8" |
2423 | | - integrity sha512-c8FkrW1chgcbyBqOo7jFGpQYfVnb43JqjQGV+C2r94k2rZJOukYOZ6+csAqKE4ms+PHc+yevnONxs27jQIxylw== |
| 2420 | +babel-jest@^29.2.2: |
| 2421 | + version "29.2.2" |
| 2422 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.2.tgz#2c15abd8c2081293c9c3f4f80a4ed1d51542fee5" |
| 2423 | + integrity sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w== |
2424 | 2424 | dependencies: |
2425 | | - "@jest/transform" "^29.2.0" |
| 2425 | + "@jest/transform" "^29.2.2" |
2426 | 2426 | "@types/babel__core" "^7.1.14" |
2427 | 2427 | babel-plugin-istanbul "^6.1.1" |
2428 | 2428 | babel-preset-jest "^29.2.0" |
@@ -5690,20 +5690,20 @@ jest-haste-map@^26.6.2: |
5690 | 5690 | optionalDependencies: |
5691 | 5691 | fsevents "^2.1.2" |
5692 | 5692 |
|
5693 | | -jest-haste-map@^29.2.0: |
5694 | | - version "29.2.0" |
5695 | | - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.2.0.tgz#2410f2ec93958e0bd894818de6c8056eb1b4d6fc" |
5696 | | - integrity sha512-qu9lGFi7qJ8v37egS1phZZUJYiMyWnKwu83NlNT1qs50TbedIX2hFl+9ztsJ7U/ENaHwk1/Bs8fqOIQsScIRwg== |
| 5693 | +jest-haste-map@^29.2.1: |
| 5694 | + version "29.2.1" |
| 5695 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.2.1.tgz#f803fec57f8075e6c55fb5cd551f99a72471c699" |
| 5696 | + integrity sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA== |
5697 | 5697 | dependencies: |
5698 | | - "@jest/types" "^29.2.0" |
| 5698 | + "@jest/types" "^29.2.1" |
5699 | 5699 | "@types/graceful-fs" "^4.1.3" |
5700 | 5700 | "@types/node" "*" |
5701 | 5701 | anymatch "^3.0.3" |
5702 | 5702 | fb-watchman "^2.0.0" |
5703 | 5703 | graceful-fs "^4.2.9" |
5704 | 5704 | jest-regex-util "^29.2.0" |
5705 | | - jest-util "^29.2.0" |
5706 | | - jest-worker "^29.2.0" |
| 5705 | + jest-util "^29.2.1" |
| 5706 | + jest-worker "^29.2.1" |
5707 | 5707 | micromatch "^4.0.4" |
5708 | 5708 | walker "^1.0.8" |
5709 | 5709 | optionalDependencies: |
@@ -5913,12 +5913,12 @@ jest-util@^26.1.0, jest-util@^26.6.2: |
5913 | 5913 | is-ci "^2.0.0" |
5914 | 5914 | micromatch "^4.0.2" |
5915 | 5915 |
|
5916 | | -jest-util@^29.2.0: |
5917 | | - version "29.2.0" |
5918 | | - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.0.tgz#797935697e83a5722aeba401ed6cd01264295566" |
5919 | | - integrity sha512-8M1dx12ujkBbnhwytrezWY0Ut79hbflwodE+qZKjxSRz5qt4xDp6dQQJaOCFvCmE0QJqp9KyEK33lpPNjnhevw== |
| 5916 | +jest-util@^29.2.1: |
| 5917 | + version "29.2.1" |
| 5918 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747" |
| 5919 | + integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g== |
5920 | 5920 | dependencies: |
5921 | | - "@jest/types" "^29.2.0" |
| 5921 | + "@jest/types" "^29.2.1" |
5922 | 5922 | "@types/node" "*" |
5923 | 5923 | chalk "^4.0.0" |
5924 | 5924 | ci-info "^3.2.0" |
@@ -5959,13 +5959,13 @@ jest-worker@^26.6.2: |
5959 | 5959 | merge-stream "^2.0.0" |
5960 | 5960 | supports-color "^7.0.0" |
5961 | 5961 |
|
5962 | | -jest-worker@^29.2.0: |
5963 | | - version "29.2.0" |
5964 | | - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.2.0.tgz#b2bd1a81fc7a1ae79a500b05f5feb0d1c0b1a19e" |
5965 | | - integrity sha512-mluOlMbRX1H59vGVzPcVg2ALfCausbBpxC8a2KWOzInhYHZibbHH8CB0C1JkmkpfurrkOYgF7FPmypuom1OM9A== |
| 5962 | +jest-worker@^29.2.1: |
| 5963 | + version "29.2.1" |
| 5964 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.2.1.tgz#8ba68255438252e1674f990f0180c54dfa26a3b1" |
| 5965 | + integrity sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg== |
5966 | 5966 | dependencies: |
5967 | 5967 | "@types/node" "*" |
5968 | | - jest-util "^29.2.0" |
| 5968 | + jest-util "^29.2.1" |
5969 | 5969 | merge-stream "^2.0.0" |
5970 | 5970 | supports-color "^8.0.0" |
5971 | 5971 |
|
|
0 commit comments