|
1232 | 1232 | source-map "^0.6.1"
|
1233 | 1233 | write-file-atomic "^3.0.0"
|
1234 | 1234 |
|
1235 |
| -"@jest/transform@^27.0.6": |
1236 |
| - version "27.0.6" |
1237 |
| - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.6.tgz#189ad7107413208f7600f4719f81dd2f7278cc95" |
1238 |
| - integrity sha512-rj5Dw+mtIcntAUnMlW/Vju5mr73u8yg+irnHwzgtgoeI6cCPOvUwQ0D1uQtc/APmWgvRweEb1g05pkUpxH3iCA== |
| 1235 | +"@jest/transform@^27.2.4": |
| 1236 | + version "27.2.4" |
| 1237 | + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.4.tgz#2fe5b6836895f7a1b8bdec442c51e83943c62733" |
| 1238 | + integrity sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA== |
1239 | 1239 | dependencies:
|
1240 | 1240 | "@babel/core" "^7.1.0"
|
1241 |
| - "@jest/types" "^27.0.6" |
| 1241 | + "@jest/types" "^27.2.4" |
1242 | 1242 | babel-plugin-istanbul "^6.0.0"
|
1243 | 1243 | chalk "^4.0.0"
|
1244 | 1244 | convert-source-map "^1.4.0"
|
1245 | 1245 | fast-json-stable-stringify "^2.0.0"
|
1246 | 1246 | graceful-fs "^4.2.4"
|
1247 |
| - jest-haste-map "^27.0.6" |
| 1247 | + jest-haste-map "^27.2.4" |
1248 | 1248 | jest-regex-util "^27.0.6"
|
1249 |
| - jest-util "^27.0.6" |
| 1249 | + jest-util "^27.2.4" |
1250 | 1250 | micromatch "^4.0.4"
|
1251 | 1251 | pirates "^4.0.1"
|
1252 | 1252 | slash "^3.0.0"
|
|
1264 | 1264 | "@types/yargs" "^15.0.0"
|
1265 | 1265 | chalk "^4.0.0"
|
1266 | 1266 |
|
1267 |
| -"@jest/types@^27.0.6": |
1268 |
| - version "27.0.6" |
1269 |
| - resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.6.tgz#9a992bc517e0c49f035938b8549719c2de40706b" |
1270 |
| - integrity sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g== |
| 1267 | +"@jest/types@^27.2.4": |
| 1268 | + version "27.2.4" |
| 1269 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.4.tgz#2430042a66e00dc5b140c3636f4474d464c21ee8" |
| 1270 | + integrity sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA== |
1271 | 1271 | dependencies:
|
1272 | 1272 | "@types/istanbul-lib-coverage" "^2.0.0"
|
1273 | 1273 | "@types/istanbul-reports" "^3.0.0"
|
@@ -1726,16 +1726,16 @@ babel-jest@^26.6.3:
|
1726 | 1726 | graceful-fs "^4.2.4"
|
1727 | 1727 | slash "^3.0.0"
|
1728 | 1728 |
|
1729 |
| -babel-jest@^27.0.6: |
1730 |
| - version "27.0.6" |
1731 |
| - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.6.tgz#e99c6e0577da2655118e3608b68761a5a69bd0d8" |
1732 |
| - integrity sha512-iTJyYLNc4wRofASmofpOc5NK9QunwMk+TLFgGXsTFS8uEqmd8wdI7sga0FPe2oVH3b5Agt/EAK1QjPEuKL8VfA== |
| 1729 | +babel-jest@^27.2.4: |
| 1730 | + version "27.2.4" |
| 1731 | + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.4.tgz#21ed6729d51bdd75470bbbf3c8b08d86209fb0dc" |
| 1732 | + integrity sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg== |
1733 | 1733 | dependencies:
|
1734 |
| - "@jest/transform" "^27.0.6" |
1735 |
| - "@jest/types" "^27.0.6" |
| 1734 | + "@jest/transform" "^27.2.4" |
| 1735 | + "@jest/types" "^27.2.4" |
1736 | 1736 | "@types/babel__core" "^7.1.14"
|
1737 | 1737 | babel-plugin-istanbul "^6.0.0"
|
1738 |
| - babel-preset-jest "^27.0.6" |
| 1738 | + babel-preset-jest "^27.2.0" |
1739 | 1739 | chalk "^4.0.0"
|
1740 | 1740 | graceful-fs "^4.2.4"
|
1741 | 1741 | slash "^3.0.0"
|
@@ -1775,10 +1775,10 @@ babel-plugin-jest-hoist@^26.6.2:
|
1775 | 1775 | "@types/babel__core" "^7.0.0"
|
1776 | 1776 | "@types/babel__traverse" "^7.0.6"
|
1777 | 1777 |
|
1778 |
| -babel-plugin-jest-hoist@^27.0.6: |
1779 |
| - version "27.0.6" |
1780 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.6.tgz#f7c6b3d764af21cb4a2a1ab6870117dbde15b456" |
1781 |
| - integrity sha512-CewFeM9Vv2gM7Yr9n5eyyLVPRSiBnk6lKZRjgwYnGKSl9M14TMn2vkN02wTF04OGuSDLEzlWiMzvjXuW9mB6Gw== |
| 1778 | +babel-plugin-jest-hoist@^27.2.0: |
| 1779 | + version "27.2.0" |
| 1780 | + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz#79f37d43f7e5c4fdc4b2ca3e10cc6cf545626277" |
| 1781 | + integrity sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw== |
1782 | 1782 | dependencies:
|
1783 | 1783 | "@babel/template" "^7.3.3"
|
1784 | 1784 | "@babel/types" "^7.3.3"
|
@@ -1853,12 +1853,12 @@ babel-preset-jest@^26.6.2:
|
1853 | 1853 | babel-plugin-jest-hoist "^26.6.2"
|
1854 | 1854 | babel-preset-current-node-syntax "^1.0.0"
|
1855 | 1855 |
|
1856 |
| -babel-preset-jest@^27.0.6: |
1857 |
| - version "27.0.6" |
1858 |
| - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.0.6.tgz#909ef08e9f24a4679768be2f60a3df0856843f9d" |
1859 |
| - integrity sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw== |
| 1856 | +babel-preset-jest@^27.2.0: |
| 1857 | + version "27.2.0" |
| 1858 | + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz#556bbbf340608fed5670ab0ea0c8ef2449fba885" |
| 1859 | + integrity sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg== |
1860 | 1860 | dependencies:
|
1861 |
| - babel-plugin-jest-hoist "^27.0.6" |
| 1861 | + babel-plugin-jest-hoist "^27.2.0" |
1862 | 1862 | babel-preset-current-node-syntax "^1.0.0"
|
1863 | 1863 |
|
1864 | 1864 | babel-runtime@^6.22.0, babel-runtime@^6.26.0:
|
@@ -3947,21 +3947,21 @@ jest-haste-map@^26.6.2:
|
3947 | 3947 | optionalDependencies:
|
3948 | 3948 | fsevents "^2.1.2"
|
3949 | 3949 |
|
3950 |
| -jest-haste-map@^27.0.6: |
3951 |
| - version "27.0.6" |
3952 |
| - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.6.tgz#4683a4e68f6ecaa74231679dca237279562c8dc7" |
3953 |
| - integrity sha512-4ldjPXX9h8doB2JlRzg9oAZ2p6/GpQUNAeiYXqcpmrKbP0Qev0wdZlxSMOmz8mPOEnt4h6qIzXFLDi8RScX/1w== |
| 3950 | +jest-haste-map@^27.2.4: |
| 3951 | + version "27.2.4" |
| 3952 | + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.4.tgz#f8974807bedf07348ca9fd24e5861ab7c8e61aba" |
| 3953 | + integrity sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA== |
3954 | 3954 | dependencies:
|
3955 |
| - "@jest/types" "^27.0.6" |
| 3955 | + "@jest/types" "^27.2.4" |
3956 | 3956 | "@types/graceful-fs" "^4.1.2"
|
3957 | 3957 | "@types/node" "*"
|
3958 | 3958 | anymatch "^3.0.3"
|
3959 | 3959 | fb-watchman "^2.0.0"
|
3960 | 3960 | graceful-fs "^4.2.4"
|
3961 | 3961 | jest-regex-util "^27.0.6"
|
3962 | 3962 | jest-serializer "^27.0.6"
|
3963 |
| - jest-util "^27.0.6" |
3964 |
| - jest-worker "^27.0.6" |
| 3963 | + jest-util "^27.2.4" |
| 3964 | + jest-worker "^27.2.4" |
3965 | 3965 | micromatch "^4.0.4"
|
3966 | 3966 | walker "^1.0.7"
|
3967 | 3967 | optionalDependencies:
|
@@ -4184,12 +4184,12 @@ jest-util@^26.6.2:
|
4184 | 4184 | is-ci "^2.0.0"
|
4185 | 4185 | micromatch "^4.0.2"
|
4186 | 4186 |
|
4187 |
| -jest-util@^27.0.6: |
4188 |
| - version "27.0.6" |
4189 |
| - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.6.tgz#e8e04eec159de2f4d5f57f795df9cdc091e50297" |
4190 |
| - integrity sha512-1JjlaIh+C65H/F7D11GNkGDDZtDfMEM8EBXsvd+l/cxtgQ6QhxuloOaiayt89DxUvDarbVhqI98HhgrM1yliFQ== |
| 4187 | +jest-util@^27.2.4: |
| 4188 | + version "27.2.4" |
| 4189 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.4.tgz#3d7ce081b2e7f4cfe0156452ac01f3cb456cc656" |
| 4190 | + integrity sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg== |
4191 | 4191 | dependencies:
|
4192 |
| - "@jest/types" "^27.0.6" |
| 4192 | + "@jest/types" "^27.2.4" |
4193 | 4193 | "@types/node" "*"
|
4194 | 4194 | chalk "^4.0.0"
|
4195 | 4195 | graceful-fs "^4.2.4"
|
@@ -4230,10 +4230,10 @@ jest-worker@^26.6.2:
|
4230 | 4230 | merge-stream "^2.0.0"
|
4231 | 4231 | supports-color "^7.0.0"
|
4232 | 4232 |
|
4233 |
| -jest-worker@^27.0.6: |
4234 |
| - version "27.0.6" |
4235 |
| - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.6.tgz#a5fdb1e14ad34eb228cfe162d9f729cdbfa28aed" |
4236 |
| - integrity sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA== |
| 4233 | +jest-worker@^27.2.4: |
| 4234 | + version "27.2.4" |
| 4235 | + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.2.4.tgz#881455df75e22e7726a53f43703ab74d6b36f82d" |
| 4236 | + integrity sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g== |
4237 | 4237 | dependencies:
|
4238 | 4238 | "@types/node" "*"
|
4239 | 4239 | merge-stream "^2.0.0"
|
|
0 commit comments