mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
build(deps-dev): Bump jest from 27.2.1 to 27.2.2 (#433)
Bumps [jest](https://github.com/facebook/jest) from 27.2.1 to 27.2.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v27.2.1...v27.2.2) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
49457b92f9
commit
f7630261a5
2 changed files with 417 additions and 125 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-plugin-github": "^4.3.0",
|
"eslint-plugin-github": "^4.3.0",
|
||||||
"eslint-plugin-jest": "^24.4.2",
|
"eslint-plugin-jest": "^24.4.2",
|
||||||
"jest": "^27.2.1",
|
"jest": "^27.2.2",
|
||||||
"jest-circus": "^27.2.1",
|
"jest-circus": "^27.2.1",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "2.4.1",
|
"prettier": "2.4.1",
|
||||||
|
|
|
||||||
540
yarn.lock
540
yarn.lock
|
|
@ -388,15 +388,27 @@
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
|
|
||||||
"@jest/core@^27.2.1":
|
"@jest/console@^27.2.2":
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.1.tgz#93dc50e2aaba2c944e5765cf658dcd98d804c970"
|
resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.2.2.tgz#a977245155c519ac2ef713ec0e722d13eda893c9"
|
||||||
integrity sha512-XcGt9UgPyzylThvezwUIMCNVp8xxN78Ic3WwhJZehZt4n2hPHR6Bd85A1nKFZBeqW58Vd+Cx/LaN6YL4n58KlA==
|
integrity sha512-m7tbzPWyvSFfoanTknJoDnaeruDARsUe555tkVjG/qeaRDKwyPqqbgs4yFx583gmoETiAts1deeYozR5sVRhNA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/console" "^27.2.0"
|
"@jest/types" "^27.1.1"
|
||||||
"@jest/reporters" "^27.2.1"
|
"@types/node" "*"
|
||||||
"@jest/test-result" "^27.2.0"
|
chalk "^4.0.0"
|
||||||
"@jest/transform" "^27.2.1"
|
jest-message-util "^27.2.2"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
slash "^3.0.0"
|
||||||
|
|
||||||
|
"@jest/core@^27.2.2":
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.2.tgz#9eea16101b2f04bf799dcdbdf1792d4ef7553ecf"
|
||||||
|
integrity sha512-4b9km/h9pAGdCkwWYtbfoeiOtajOlGmr5rL1Eq6JCAVbOevOqxWHxJ6daWxRJW9eF6keXJoJ1H+uVAVcdZu8Bg==
|
||||||
|
dependencies:
|
||||||
|
"@jest/console" "^27.2.2"
|
||||||
|
"@jest/reporters" "^27.2.2"
|
||||||
|
"@jest/test-result" "^27.2.2"
|
||||||
|
"@jest/transform" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
ansi-escapes "^4.2.1"
|
ansi-escapes "^4.2.1"
|
||||||
|
|
@ -405,18 +417,18 @@
|
||||||
exit "^0.1.2"
|
exit "^0.1.2"
|
||||||
graceful-fs "^4.2.4"
|
graceful-fs "^4.2.4"
|
||||||
jest-changed-files "^27.1.1"
|
jest-changed-files "^27.1.1"
|
||||||
jest-config "^27.2.1"
|
jest-config "^27.2.2"
|
||||||
jest-haste-map "^27.2.0"
|
jest-haste-map "^27.2.2"
|
||||||
jest-message-util "^27.2.0"
|
jest-message-util "^27.2.2"
|
||||||
jest-regex-util "^27.0.6"
|
jest-regex-util "^27.0.6"
|
||||||
jest-resolve "^27.2.0"
|
jest-resolve "^27.2.2"
|
||||||
jest-resolve-dependencies "^27.2.1"
|
jest-resolve-dependencies "^27.2.2"
|
||||||
jest-runner "^27.2.1"
|
jest-runner "^27.2.2"
|
||||||
jest-runtime "^27.2.1"
|
jest-runtime "^27.2.2"
|
||||||
jest-snapshot "^27.2.1"
|
jest-snapshot "^27.2.2"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
jest-validate "^27.2.0"
|
jest-validate "^27.2.2"
|
||||||
jest-watcher "^27.2.0"
|
jest-watcher "^27.2.2"
|
||||||
micromatch "^4.0.4"
|
micromatch "^4.0.4"
|
||||||
p-each-series "^2.1.0"
|
p-each-series "^2.1.0"
|
||||||
rimraf "^3.0.0"
|
rimraf "^3.0.0"
|
||||||
|
|
@ -433,6 +445,16 @@
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-mock "^27.1.1"
|
jest-mock "^27.1.1"
|
||||||
|
|
||||||
|
"@jest/environment@^27.2.2":
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.2.tgz#2e57b9d2cc01028b0e35fae5833c1c63df4c5e41"
|
||||||
|
integrity sha512-gO9gVnZfn5ldeOJ5q+35Kru9QWGHEqZCB7W/M+8mD6uCwOGC9HR6mzpLSNRuDsxY/KhaGBYHpgFqtpe4Rl1gDQ==
|
||||||
|
dependencies:
|
||||||
|
"@jest/fake-timers" "^27.2.2"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@types/node" "*"
|
||||||
|
jest-mock "^27.1.1"
|
||||||
|
|
||||||
"@jest/fake-timers@^27.2.0":
|
"@jest/fake-timers@^27.2.0":
|
||||||
version "27.2.0"
|
version "27.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.0.tgz#560841bc21ae7fbeff0cbff8de8f5cf43ad3561d"
|
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.0.tgz#560841bc21ae7fbeff0cbff8de8f5cf43ad3561d"
|
||||||
|
|
@ -445,6 +467,18 @@
|
||||||
jest-mock "^27.1.1"
|
jest-mock "^27.1.1"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
|
|
||||||
|
"@jest/fake-timers@^27.2.2":
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.2.tgz#43e6f191c95ae74e95d0ddba2ecb8470b4a288b7"
|
||||||
|
integrity sha512-gDIIqs0yxyjyxEI9HlJ8SEJ4uCc8qr8BupG1Hcx7tvyk/SLocyXE63rFxL+HQ0ZLMvSyEcJUmYnvvHH1osWiGA==
|
||||||
|
dependencies:
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@sinonjs/fake-timers" "^7.0.2"
|
||||||
|
"@types/node" "*"
|
||||||
|
jest-message-util "^27.2.2"
|
||||||
|
jest-mock "^27.1.1"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
|
||||||
"@jest/globals@^27.2.1":
|
"@jest/globals@^27.2.1":
|
||||||
version "27.2.1"
|
version "27.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.1.tgz#6842c70b6713fbe2fcaf89eac20d77eeeb0e282c"
|
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.1.tgz#6842c70b6713fbe2fcaf89eac20d77eeeb0e282c"
|
||||||
|
|
@ -454,15 +488,24 @@
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
expect "^27.2.1"
|
expect "^27.2.1"
|
||||||
|
|
||||||
"@jest/reporters@^27.2.1":
|
"@jest/globals@^27.2.2":
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.1.tgz#2e43361b962e26975d40eafd7b4f14c70b4fe9a0"
|
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.2.tgz#df66aaafda5c69b2bb0dae548e3cfb345f549c31"
|
||||||
integrity sha512-ILqR+bIIBlhaHjDtQR/0Z20YkKAQVM+NVRuJLaWFCoRx/rKQQSxG01ZLiLV0MsA6wkBHf6J9fzFuXp0k5l7epw==
|
integrity sha512-fWa/Luwod1hyehnuep+zCnOTqTVvyc4HLUU/1VpFNOEu0tCWNSODyvKSSOjtb1bGOpCNjgaDcyjzo5f7rl6a7g==
|
||||||
|
dependencies:
|
||||||
|
"@jest/environment" "^27.2.2"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
expect "^27.2.2"
|
||||||
|
|
||||||
|
"@jest/reporters@^27.2.2":
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.2.tgz#e2d41cd9f8088676b81b9a9908cb1ba67bdbee78"
|
||||||
|
integrity sha512-ufwZ8XoLChEfPffDeVGroYbhbcYPom3zKDiv4Flhe97rr/o2IfUXoWkDUDoyJ3/V36RFIMjokSu0IJ/pbFtbHg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@bcoe/v8-coverage" "^0.2.3"
|
"@bcoe/v8-coverage" "^0.2.3"
|
||||||
"@jest/console" "^27.2.0"
|
"@jest/console" "^27.2.2"
|
||||||
"@jest/test-result" "^27.2.0"
|
"@jest/test-result" "^27.2.2"
|
||||||
"@jest/transform" "^27.2.1"
|
"@jest/transform" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
chalk "^4.0.0"
|
chalk "^4.0.0"
|
||||||
collect-v8-coverage "^1.0.0"
|
collect-v8-coverage "^1.0.0"
|
||||||
|
|
@ -474,10 +517,10 @@
|
||||||
istanbul-lib-report "^3.0.0"
|
istanbul-lib-report "^3.0.0"
|
||||||
istanbul-lib-source-maps "^4.0.0"
|
istanbul-lib-source-maps "^4.0.0"
|
||||||
istanbul-reports "^3.0.2"
|
istanbul-reports "^3.0.2"
|
||||||
jest-haste-map "^27.2.0"
|
jest-haste-map "^27.2.2"
|
||||||
jest-resolve "^27.2.0"
|
jest-resolve "^27.2.2"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
jest-worker "^27.2.0"
|
jest-worker "^27.2.2"
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
source-map "^0.6.0"
|
source-map "^0.6.0"
|
||||||
string-length "^4.0.1"
|
string-length "^4.0.1"
|
||||||
|
|
@ -503,15 +546,25 @@
|
||||||
"@types/istanbul-lib-coverage" "^2.0.0"
|
"@types/istanbul-lib-coverage" "^2.0.0"
|
||||||
collect-v8-coverage "^1.0.0"
|
collect-v8-coverage "^1.0.0"
|
||||||
|
|
||||||
"@jest/test-sequencer@^27.2.1":
|
"@jest/test-result@^27.2.2":
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.1.tgz#1682cd3a16198fa358ff9565b0d2792919f36562"
|
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.2.tgz#cd4ba1ca9b0521e463bd4b32349ba1842277563b"
|
||||||
integrity sha512-fWcEgWQXgvU4DFY5YHfQsGwqfJWyuCUzdOzLZTYtyLB3WK1mFPQGYAszM7mCEZjyVon5XRuCa+2/+hif/uMucQ==
|
integrity sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/test-result" "^27.2.0"
|
"@jest/console" "^27.2.2"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@types/istanbul-lib-coverage" "^2.0.0"
|
||||||
|
collect-v8-coverage "^1.0.0"
|
||||||
|
|
||||||
|
"@jest/test-sequencer@^27.2.2":
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.2.tgz#9a6d735317f525741a5913ee3cdefeffc9b0aba6"
|
||||||
|
integrity sha512-YnJqwNQP2Zeu0S4TMqkxg6NN7Y1EFq715n/nThNKrvIS9wmRZjDt2XYqsHbuvhAFjshi0iKDQ813NewFITBH+Q==
|
||||||
|
dependencies:
|
||||||
|
"@jest/test-result" "^27.2.2"
|
||||||
graceful-fs "^4.2.4"
|
graceful-fs "^4.2.4"
|
||||||
jest-haste-map "^27.2.0"
|
jest-haste-map "^27.2.2"
|
||||||
jest-runtime "^27.2.1"
|
jest-runtime "^27.2.2"
|
||||||
|
|
||||||
"@jest/transform@^27.2.1":
|
"@jest/transform@^27.2.1":
|
||||||
version "27.2.1"
|
version "27.2.1"
|
||||||
|
|
@ -534,6 +587,27 @@
|
||||||
source-map "^0.6.1"
|
source-map "^0.6.1"
|
||||||
write-file-atomic "^3.0.0"
|
write-file-atomic "^3.0.0"
|
||||||
|
|
||||||
|
"@jest/transform@^27.2.2":
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.2.tgz#89b16b4de84354fb48d15712b3ea34cadc1cb600"
|
||||||
|
integrity sha512-l4Z/7PpajrOjCiXLWLfMY7fgljY0H8EwW7qdzPXXuv2aQF8kY2+Uyj3O+9Popnaw1V7JCw32L8EeI/thqFDkPA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/core" "^7.1.0"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
babel-plugin-istanbul "^6.0.0"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
convert-source-map "^1.4.0"
|
||||||
|
fast-json-stable-stringify "^2.0.0"
|
||||||
|
graceful-fs "^4.2.4"
|
||||||
|
jest-haste-map "^27.2.2"
|
||||||
|
jest-regex-util "^27.0.6"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
micromatch "^4.0.4"
|
||||||
|
pirates "^4.0.1"
|
||||||
|
slash "^3.0.0"
|
||||||
|
source-map "^0.6.1"
|
||||||
|
write-file-atomic "^3.0.0"
|
||||||
|
|
||||||
"@jest/types@^27.1.1":
|
"@jest/types@^27.1.1":
|
||||||
version "27.1.1"
|
version "27.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.1.1.tgz#77a3fc014f906c65752d12123a0134359707c0ad"
|
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.1.1.tgz#77a3fc014f906c65752d12123a0134359707c0ad"
|
||||||
|
|
@ -960,6 +1034,11 @@ ansi-regex@^5.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
|
||||||
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
|
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
|
||||||
|
|
||||||
|
ansi-regex@^5.0.1:
|
||||||
|
version "5.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
||||||
|
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
||||||
|
|
||||||
ansi-styles@^3.2.1:
|
ansi-styles@^3.2.1:
|
||||||
version "3.2.1"
|
version "3.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
||||||
|
|
@ -1034,12 +1113,12 @@ asynckit@^0.4.0:
|
||||||
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
||||||
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
|
||||||
|
|
||||||
babel-jest@^27.2.1:
|
babel-jest@^27.2.2:
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.1.tgz#48edfa5cf8d59ab293da94321a369ccc7b67a4b1"
|
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.2.tgz#d7e96f3f6f56be692de948092697e1bfea7f1184"
|
||||||
integrity sha512-kkaekSJHew1zfDW3cA2QiSBPg4uiLpiW0OwJKqFv0r2/mFgym/IBn7hxPntL6FvS66G/ROh+lz4pRiCJAH1/UQ==
|
integrity sha512-XNFNNfGKnZXzhej7TleVP4s9ktH5JjRW8Rmcbb223JJwKB/gmTyeWN0JfiPtSgnjIjDXtKNoixiy0QUHtv3vFA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/transform" "^27.2.1"
|
"@jest/transform" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
"@types/babel__core" "^7.1.14"
|
"@types/babel__core" "^7.1.14"
|
||||||
babel-plugin-istanbul "^6.0.0"
|
babel-plugin-istanbul "^6.0.0"
|
||||||
|
|
@ -1766,6 +1845,18 @@ expect@^27.2.1:
|
||||||
jest-message-util "^27.2.0"
|
jest-message-util "^27.2.0"
|
||||||
jest-regex-util "^27.0.6"
|
jest-regex-util "^27.0.6"
|
||||||
|
|
||||||
|
expect@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.2.tgz#65c414697415c0867ef588813e9c729ebab8a9a9"
|
||||||
|
integrity sha512-sjHBeEk47/eshN9oLbvPJZMgHQihOXXQzSMPCJ4MqKShbU9HOVFSNHEEU4dp4ujzxFSiNvPFzB2AMOFmkizhvA==
|
||||||
|
dependencies:
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
ansi-styles "^5.0.0"
|
||||||
|
jest-get-type "^27.0.6"
|
||||||
|
jest-matcher-utils "^27.2.2"
|
||||||
|
jest-message-util "^27.2.2"
|
||||||
|
jest-regex-util "^27.0.6"
|
||||||
|
|
||||||
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
||||||
version "3.1.3"
|
version "3.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
||||||
|
|
@ -2299,50 +2390,75 @@ jest-circus@^27.2.1:
|
||||||
stack-utils "^2.0.3"
|
stack-utils "^2.0.3"
|
||||||
throat "^6.0.1"
|
throat "^6.0.1"
|
||||||
|
|
||||||
jest-cli@^27.2.1:
|
jest-circus@^27.2.2:
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.2.1.tgz#031e887245945864cc6ed8605c939f1937858c09"
|
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.2.2.tgz#a3647082f3eba1226f7664a36a2b7ebf45ceaf7b"
|
||||||
integrity sha512-IfxuGkBZS/ogY7yFvvD1dFidzQRXlSBHtUZQ3UTIHydzNMF4/ZRTdGFso6HkbCkemwLh4hnNybONexEqWmYwjw==
|
integrity sha512-8txlqs0EDrvPasCgwfLMkG0l3F4FxqQa6lxOsvYfOl04eSJjRw3F4gk9shakuC00nMD+VT+SMtFYXxe64f0VZw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/core" "^27.2.1"
|
"@jest/environment" "^27.2.2"
|
||||||
"@jest/test-result" "^27.2.0"
|
"@jest/test-result" "^27.2.2"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@types/node" "*"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
co "^4.6.0"
|
||||||
|
dedent "^0.7.0"
|
||||||
|
expect "^27.2.2"
|
||||||
|
is-generator-fn "^2.0.0"
|
||||||
|
jest-each "^27.2.2"
|
||||||
|
jest-matcher-utils "^27.2.2"
|
||||||
|
jest-message-util "^27.2.2"
|
||||||
|
jest-runtime "^27.2.2"
|
||||||
|
jest-snapshot "^27.2.2"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
pretty-format "^27.2.2"
|
||||||
|
slash "^3.0.0"
|
||||||
|
stack-utils "^2.0.3"
|
||||||
|
throat "^6.0.1"
|
||||||
|
|
||||||
|
jest-cli@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.2.2.tgz#0973a717c109f23de642b63486f3cb71c5a971be"
|
||||||
|
integrity sha512-jbEythw22LR/IHYgNrjWdO74wO9wyujCxTMjbky0GLav4rC4y6qDQr4TqQ2JPP51eDYJ2awVn83advEVSs5Brg==
|
||||||
|
dependencies:
|
||||||
|
"@jest/core" "^27.2.2"
|
||||||
|
"@jest/test-result" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
chalk "^4.0.0"
|
chalk "^4.0.0"
|
||||||
exit "^0.1.2"
|
exit "^0.1.2"
|
||||||
graceful-fs "^4.2.4"
|
graceful-fs "^4.2.4"
|
||||||
import-local "^3.0.2"
|
import-local "^3.0.2"
|
||||||
jest-config "^27.2.1"
|
jest-config "^27.2.2"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
jest-validate "^27.2.0"
|
jest-validate "^27.2.2"
|
||||||
prompts "^2.0.1"
|
prompts "^2.0.1"
|
||||||
yargs "^16.0.3"
|
yargs "^16.0.3"
|
||||||
|
|
||||||
jest-config@^27.2.1:
|
jest-config@^27.2.2:
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.2.1.tgz#2e727e023fc4b77a9f067a40c5448a939aa8386b"
|
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.2.2.tgz#970d8466c60ac106ac9d7d0b8dcf3ff150fa713a"
|
||||||
integrity sha512-BAOemP8udmFw9nkgaLAac7vXORdvrt4yrJWoh7uYb0nPZeSsu0kGwJU18SwtY4paq9fed5OgAssC3A+Bf4WMQA==
|
integrity sha512-2nhms3lp52ZpU0636bB6zIFHjDVtYxzFQIOHZjBFUeXcb6b41sEkWojbHaJ4FEIO44UbccTLa7tvNpiFCgPE7w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.1.0"
|
"@babel/core" "^7.1.0"
|
||||||
"@jest/test-sequencer" "^27.2.1"
|
"@jest/test-sequencer" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
babel-jest "^27.2.1"
|
babel-jest "^27.2.2"
|
||||||
chalk "^4.0.0"
|
chalk "^4.0.0"
|
||||||
deepmerge "^4.2.2"
|
deepmerge "^4.2.2"
|
||||||
glob "^7.1.1"
|
glob "^7.1.1"
|
||||||
graceful-fs "^4.2.4"
|
graceful-fs "^4.2.4"
|
||||||
is-ci "^3.0.0"
|
is-ci "^3.0.0"
|
||||||
jest-circus "^27.2.1"
|
jest-circus "^27.2.2"
|
||||||
jest-environment-jsdom "^27.2.0"
|
jest-environment-jsdom "^27.2.2"
|
||||||
jest-environment-node "^27.2.0"
|
jest-environment-node "^27.2.2"
|
||||||
jest-get-type "^27.0.6"
|
jest-get-type "^27.0.6"
|
||||||
jest-jasmine2 "^27.2.1"
|
jest-jasmine2 "^27.2.2"
|
||||||
jest-regex-util "^27.0.6"
|
jest-regex-util "^27.0.6"
|
||||||
jest-resolve "^27.2.0"
|
jest-resolve "^27.2.2"
|
||||||
jest-runner "^27.2.1"
|
jest-runner "^27.2.2"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
jest-validate "^27.2.0"
|
jest-validate "^27.2.2"
|
||||||
micromatch "^4.0.4"
|
micromatch "^4.0.4"
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.2"
|
||||||
|
|
||||||
jest-diff@^27.0.0:
|
jest-diff@^27.0.0:
|
||||||
version "27.1.0"
|
version "27.1.0"
|
||||||
|
|
@ -2364,6 +2480,16 @@ jest-diff@^27.2.0:
|
||||||
jest-get-type "^27.0.6"
|
jest-get-type "^27.0.6"
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.0"
|
||||||
|
|
||||||
|
jest-diff@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.2.tgz#3992fe5f55f209676c5d3fd956e3f3d4145f76b8"
|
||||||
|
integrity sha512-o3LaDbQDSaMJif4yztJAULI4xVatxbBasbKLbEw3K8CiRdDdbxMrLArS9EKDHQFYh6Tgfrm1PC2mIYR1xhu0hQ==
|
||||||
|
dependencies:
|
||||||
|
chalk "^4.0.0"
|
||||||
|
diff-sequences "^27.0.6"
|
||||||
|
jest-get-type "^27.0.6"
|
||||||
|
pretty-format "^27.2.2"
|
||||||
|
|
||||||
jest-docblock@^27.0.6:
|
jest-docblock@^27.0.6:
|
||||||
version "27.0.6"
|
version "27.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.0.6.tgz#cc78266acf7fe693ca462cbbda0ea4e639e4e5f3"
|
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.0.6.tgz#cc78266acf7fe693ca462cbbda0ea4e639e4e5f3"
|
||||||
|
|
@ -2382,26 +2508,37 @@ jest-each@^27.2.0:
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.0"
|
||||||
|
|
||||||
jest-environment-jsdom@^27.2.0:
|
jest-each@^27.2.2:
|
||||||
version "27.2.0"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.2.0.tgz#c654dfae50ca2272c2a2e2bb95ff0af298283a3c"
|
resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.2.2.tgz#62da8dd68b9fc61ab6e9e344692eeb1251f8c91d"
|
||||||
integrity sha512-wNQJi6Rd/AkUWqTc4gWhuTIFPo7tlMK0RPZXeM6AqRHZA3D3vwvTa9ktAktyVyWYmUoXdYstOfyYMG3w4jt7eA==
|
integrity sha512-ZCDhkvwHeXHsxoFxvW43fabL18iLiVDxaipG5XWG7dSd+XWXXpzMQvBWYT9Wvzhg5x4hvrLQ24LtiOKw3I09xA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/environment" "^27.2.0"
|
"@jest/types" "^27.1.1"
|
||||||
"@jest/fake-timers" "^27.2.0"
|
chalk "^4.0.0"
|
||||||
|
jest-get-type "^27.0.6"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
pretty-format "^27.2.2"
|
||||||
|
|
||||||
|
jest-environment-jsdom@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.2.2.tgz#fb3075b4be6289961dcc4942e98f1862b3a8c4cb"
|
||||||
|
integrity sha512-mzCLEdnpGWDJmNB6WIPLlZM+hpXdeiya9TryiByqcUdpliNV1O+LGC2SewzjmB4IblabGfvr3KcPN0Nme2wnDw==
|
||||||
|
dependencies:
|
||||||
|
"@jest/environment" "^27.2.2"
|
||||||
|
"@jest/fake-timers" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-mock "^27.1.1"
|
jest-mock "^27.1.1"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
jsdom "^16.6.0"
|
jsdom "^16.6.0"
|
||||||
|
|
||||||
jest-environment-node@^27.2.0:
|
jest-environment-node@^27.2.2:
|
||||||
version "27.2.0"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.2.0.tgz#73ef2151cb62206669becb94cd84f33276252de5"
|
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.2.2.tgz#60ba7d7fee956f68964d47a785d0195ce125aaa3"
|
||||||
integrity sha512-WbW+vdM4u88iy6Q3ftUEQOSgMPtSgjm3qixYYK2AKEuqmFO2zmACTw1vFUB0qI/QN88X6hA6ZkVKIdIWWzz+yg==
|
integrity sha512-XgUscWs6H6UNqC96/QJjmUGZzzpql/JyprLSXVu7wkgM8tjbJdEkSqwrVAvJPm1yu526ImrmsIoh2BTHxkwL/g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/environment" "^27.2.0"
|
"@jest/environment" "^27.2.2"
|
||||||
"@jest/fake-timers" "^27.2.0"
|
"@jest/fake-timers" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-mock "^27.1.1"
|
jest-mock "^27.1.1"
|
||||||
|
|
@ -2432,37 +2569,57 @@ jest-haste-map@^27.2.0:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents "^2.3.2"
|
fsevents "^2.3.2"
|
||||||
|
|
||||||
jest-jasmine2@^27.2.1:
|
jest-haste-map@^27.2.2:
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.1.tgz#30ee71f38670a621ecf3b6dcb89875933f780de6"
|
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.2.tgz#81ccb57b1e1cd513aaaadf5016aad5dab0ede552"
|
||||||
integrity sha512-3vytj3+S49+XYsxGJyjlchDo4xblYzjDY4XK7pV2IAdspbMFOpmeNMOeDonYuvlbUtcV8yrFLA6XtliXapDmMA==
|
integrity sha512-kaKiq+GbAvk6/sq++Ymor4Vzk6+lr0vbKs2HDVPdkKsHX2lIJRyvhypZG/QsNfQnROKWIZSpUpGuv2HySSosvA==
|
||||||
|
dependencies:
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@types/graceful-fs" "^4.1.2"
|
||||||
|
"@types/node" "*"
|
||||||
|
anymatch "^3.0.3"
|
||||||
|
fb-watchman "^2.0.0"
|
||||||
|
graceful-fs "^4.2.4"
|
||||||
|
jest-regex-util "^27.0.6"
|
||||||
|
jest-serializer "^27.0.6"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
jest-worker "^27.2.2"
|
||||||
|
micromatch "^4.0.4"
|
||||||
|
walker "^1.0.7"
|
||||||
|
optionalDependencies:
|
||||||
|
fsevents "^2.3.2"
|
||||||
|
|
||||||
|
jest-jasmine2@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.2.tgz#bf87c8820a192c86b65a7c4c1a54caae52124f04"
|
||||||
|
integrity sha512-SczhZNfmZID9HbJ1GHhO4EzeL/PMRGeAUw23ddPUdd6kFijEZpT2yOxyNCBUKAsVQ/14OB60kjgnbuFOboZUNg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/traverse" "^7.1.0"
|
"@babel/traverse" "^7.1.0"
|
||||||
"@jest/environment" "^27.2.0"
|
"@jest/environment" "^27.2.2"
|
||||||
"@jest/source-map" "^27.0.6"
|
"@jest/source-map" "^27.0.6"
|
||||||
"@jest/test-result" "^27.2.0"
|
"@jest/test-result" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
chalk "^4.0.0"
|
chalk "^4.0.0"
|
||||||
co "^4.6.0"
|
co "^4.6.0"
|
||||||
expect "^27.2.1"
|
expect "^27.2.2"
|
||||||
is-generator-fn "^2.0.0"
|
is-generator-fn "^2.0.0"
|
||||||
jest-each "^27.2.0"
|
jest-each "^27.2.2"
|
||||||
jest-matcher-utils "^27.2.0"
|
jest-matcher-utils "^27.2.2"
|
||||||
jest-message-util "^27.2.0"
|
jest-message-util "^27.2.2"
|
||||||
jest-runtime "^27.2.1"
|
jest-runtime "^27.2.2"
|
||||||
jest-snapshot "^27.2.1"
|
jest-snapshot "^27.2.2"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.2"
|
||||||
throat "^6.0.1"
|
throat "^6.0.1"
|
||||||
|
|
||||||
jest-leak-detector@^27.2.0:
|
jest-leak-detector@^27.2.2:
|
||||||
version "27.2.0"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.2.0.tgz#9a7ca2dad1a21c4e49ad2a8ad7f1214ffdb86a28"
|
resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.2.2.tgz#5af54273efcf5114ad406f4448860c2396319e12"
|
||||||
integrity sha512-e91BIEmbZw5+MHkB4Hnrq7S86coTxUMCkz4n7DLmQYvl9pEKmRx9H/JFH87bBqbIU5B2Ju1soKxRWX6/eGFGpA==
|
integrity sha512-fQIYKkhXUs/4EpE4wO1AVsv7aNH3o0km1BGq3vxvSfYdwG9GLMf+b0z/ghLmBYNxb+tVpm/zv2caoKm3GfTazg==
|
||||||
dependencies:
|
dependencies:
|
||||||
jest-get-type "^27.0.6"
|
jest-get-type "^27.0.6"
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.2"
|
||||||
|
|
||||||
jest-matcher-utils@^27.2.0:
|
jest-matcher-utils@^27.2.0:
|
||||||
version "27.2.0"
|
version "27.2.0"
|
||||||
|
|
@ -2474,6 +2631,16 @@ jest-matcher-utils@^27.2.0:
|
||||||
jest-get-type "^27.0.6"
|
jest-get-type "^27.0.6"
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.0"
|
||||||
|
|
||||||
|
jest-matcher-utils@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.2.tgz#a6c0a10dce6bfe8250bbed3e2f1b206568d73bde"
|
||||||
|
integrity sha512-xN3wT4p2i9DGB6zmL3XxYp5lJmq9Q6ff8XKlMtVVBS2SAshmgsPBALJFQ8dWRd2G/xf5q/N0SD0Mipt8QBA26A==
|
||||||
|
dependencies:
|
||||||
|
chalk "^4.0.0"
|
||||||
|
jest-diff "^27.2.2"
|
||||||
|
jest-get-type "^27.0.6"
|
||||||
|
pretty-format "^27.2.2"
|
||||||
|
|
||||||
jest-message-util@^27.2.0:
|
jest-message-util@^27.2.0:
|
||||||
version "27.2.0"
|
version "27.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.0.tgz#2f65c71df55267208686b1d7514e18106c91ceaf"
|
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.0.tgz#2f65c71df55267208686b1d7514e18106c91ceaf"
|
||||||
|
|
@ -2489,6 +2656,21 @@ jest-message-util@^27.2.0:
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
stack-utils "^2.0.3"
|
stack-utils "^2.0.3"
|
||||||
|
|
||||||
|
jest-message-util@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.2.tgz#cdbb1b82dfe5f601ae35f5c6a28bf7823e6bcf99"
|
||||||
|
integrity sha512-/iS5/m2FSF7Nn6APFoxFymJpyhB/gPf0CJa7uFSkbYaWvrADUfQ9NTsuyjpszKErOS2/huFs44ysWhlQTKvL8Q==
|
||||||
|
dependencies:
|
||||||
|
"@babel/code-frame" "^7.12.13"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@types/stack-utils" "^2.0.0"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
graceful-fs "^4.2.4"
|
||||||
|
micromatch "^4.0.4"
|
||||||
|
pretty-format "^27.2.2"
|
||||||
|
slash "^3.0.0"
|
||||||
|
stack-utils "^2.0.3"
|
||||||
|
|
||||||
jest-mock@^27.1.1:
|
jest-mock@^27.1.1:
|
||||||
version "27.1.1"
|
version "27.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.1.1.tgz#c7a2e81301fdcf3dab114931d23d89ec9d0c3a82"
|
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.1.1.tgz#c7a2e81301fdcf3dab114931d23d89ec9d0c3a82"
|
||||||
|
|
@ -2507,14 +2689,14 @@ jest-regex-util@^27.0.6:
|
||||||
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
|
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
|
||||||
integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
|
integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
|
||||||
|
|
||||||
jest-resolve-dependencies@^27.2.1:
|
jest-resolve-dependencies@^27.2.2:
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.1.tgz#239be969ece749d4dc2e1efcf3d2b86c99525c2e"
|
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.2.tgz#7467c67cb8b5630ec28e2f0c72a0b62e56668083"
|
||||||
integrity sha512-9bKEwmz4YshGPjGZAVZOVw6jt7pq2/FjWJmyhnWhvDuiRCHVZBcJhycinX+e/EJ7jafsq26bTpzBIQas3xql1g==
|
integrity sha512-nvJS+DyY51HHdZnMIwXg7fimQ5ylFx4+quQXspQXde2rXYy+4v75UYoX/J65Ln8mKCNc6YF8HEhfGaRBOrxxHg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
jest-regex-util "^27.0.6"
|
jest-regex-util "^27.0.6"
|
||||||
jest-snapshot "^27.2.1"
|
jest-snapshot "^27.2.2"
|
||||||
|
|
||||||
jest-resolve@^27.2.0:
|
jest-resolve@^27.2.0:
|
||||||
version "27.2.0"
|
version "27.2.0"
|
||||||
|
|
@ -2532,15 +2714,31 @@ jest-resolve@^27.2.0:
|
||||||
resolve "^1.20.0"
|
resolve "^1.20.0"
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
|
|
||||||
jest-runner@^27.2.1:
|
jest-resolve@^27.2.2:
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.1.tgz#3443b1fc08b8a50f305dfc2d41dd2badf335843b"
|
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.2.2.tgz#1bad93dbc6c20edb874e6720e82e4e48900b120b"
|
||||||
integrity sha512-USHitkUUzcB3Y5mRdzlp+KHgRRR2VsXDq5OeATuDmq1qXfT/RwwnQykUhn+KVx3FotxK3pID74UY7o6HYIR8vA==
|
integrity sha512-tfbHcBs/hJTb3fPQ/3hLWR+TsLNTzzK98TU+zIAsrL9nNzWfWROwopUOmiSUqmHMZW5t9au/433kSF2/Af+tTw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/console" "^27.2.0"
|
"@jest/types" "^27.1.1"
|
||||||
"@jest/environment" "^27.2.0"
|
chalk "^4.0.0"
|
||||||
"@jest/test-result" "^27.2.0"
|
escalade "^3.1.1"
|
||||||
"@jest/transform" "^27.2.1"
|
graceful-fs "^4.2.4"
|
||||||
|
jest-haste-map "^27.2.2"
|
||||||
|
jest-pnp-resolver "^1.2.2"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
jest-validate "^27.2.2"
|
||||||
|
resolve "^1.20.0"
|
||||||
|
slash "^3.0.0"
|
||||||
|
|
||||||
|
jest-runner@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.2.tgz#e719a8ce2a16575677105f692fdff7cd00602325"
|
||||||
|
integrity sha512-+bUFwBq+yTnvsOFuxetoQtkuOnqdAk2YuIGjlLmc7xLAXn/V1vjhXrLencgij0BUTTUvG9Aul3+5XDss4Wa8Eg==
|
||||||
|
dependencies:
|
||||||
|
"@jest/console" "^27.2.2"
|
||||||
|
"@jest/environment" "^27.2.2"
|
||||||
|
"@jest/test-result" "^27.2.2"
|
||||||
|
"@jest/transform" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
chalk "^4.0.0"
|
chalk "^4.0.0"
|
||||||
|
|
@ -2548,15 +2746,15 @@ jest-runner@^27.2.1:
|
||||||
exit "^0.1.2"
|
exit "^0.1.2"
|
||||||
graceful-fs "^4.2.4"
|
graceful-fs "^4.2.4"
|
||||||
jest-docblock "^27.0.6"
|
jest-docblock "^27.0.6"
|
||||||
jest-environment-jsdom "^27.2.0"
|
jest-environment-jsdom "^27.2.2"
|
||||||
jest-environment-node "^27.2.0"
|
jest-environment-node "^27.2.2"
|
||||||
jest-haste-map "^27.2.0"
|
jest-haste-map "^27.2.2"
|
||||||
jest-leak-detector "^27.2.0"
|
jest-leak-detector "^27.2.2"
|
||||||
jest-message-util "^27.2.0"
|
jest-message-util "^27.2.2"
|
||||||
jest-resolve "^27.2.0"
|
jest-resolve "^27.2.2"
|
||||||
jest-runtime "^27.2.1"
|
jest-runtime "^27.2.2"
|
||||||
jest-util "^27.2.0"
|
jest-util "^27.2.0"
|
||||||
jest-worker "^27.2.0"
|
jest-worker "^27.2.2"
|
||||||
source-map-support "^0.5.6"
|
source-map-support "^0.5.6"
|
||||||
throat "^6.0.1"
|
throat "^6.0.1"
|
||||||
|
|
||||||
|
|
@ -2593,6 +2791,39 @@ jest-runtime@^27.2.1:
|
||||||
strip-bom "^4.0.0"
|
strip-bom "^4.0.0"
|
||||||
yargs "^16.0.3"
|
yargs "^16.0.3"
|
||||||
|
|
||||||
|
jest-runtime@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.2.2.tgz#cc29d3adde948d531657a67d33c9f8d9bb58a6fc"
|
||||||
|
integrity sha512-PtTHCK5jT+KrIpKpjJsltu/dK5uGhBtTNLOk1Z+ZD2Jrxam2qQsOqDFYLszcK0jc2TLTNsrVpclqSftn7y3aXA==
|
||||||
|
dependencies:
|
||||||
|
"@jest/console" "^27.2.2"
|
||||||
|
"@jest/environment" "^27.2.2"
|
||||||
|
"@jest/fake-timers" "^27.2.2"
|
||||||
|
"@jest/globals" "^27.2.2"
|
||||||
|
"@jest/source-map" "^27.0.6"
|
||||||
|
"@jest/test-result" "^27.2.2"
|
||||||
|
"@jest/transform" "^27.2.2"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@types/yargs" "^16.0.0"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
cjs-module-lexer "^1.0.0"
|
||||||
|
collect-v8-coverage "^1.0.0"
|
||||||
|
execa "^5.0.0"
|
||||||
|
exit "^0.1.2"
|
||||||
|
glob "^7.1.3"
|
||||||
|
graceful-fs "^4.2.4"
|
||||||
|
jest-haste-map "^27.2.2"
|
||||||
|
jest-message-util "^27.2.2"
|
||||||
|
jest-mock "^27.1.1"
|
||||||
|
jest-regex-util "^27.0.6"
|
||||||
|
jest-resolve "^27.2.2"
|
||||||
|
jest-snapshot "^27.2.2"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
jest-validate "^27.2.2"
|
||||||
|
slash "^3.0.0"
|
||||||
|
strip-bom "^4.0.0"
|
||||||
|
yargs "^16.0.3"
|
||||||
|
|
||||||
jest-serializer@^27.0.6:
|
jest-serializer@^27.0.6:
|
||||||
version "27.0.6"
|
version "27.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.0.6.tgz#93a6c74e0132b81a2d54623251c46c498bb5bec1"
|
resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.0.6.tgz#93a6c74e0132b81a2d54623251c46c498bb5bec1"
|
||||||
|
|
@ -2631,6 +2862,36 @@ jest-snapshot@^27.2.1:
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.0"
|
||||||
semver "^7.3.2"
|
semver "^7.3.2"
|
||||||
|
|
||||||
|
jest-snapshot@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.2.2.tgz#898f0eedde658e723461d3cdcaedb404e716fa01"
|
||||||
|
integrity sha512-7ODSvULMiiOVuuLvLZpDlpqqTqX9hDfdmijho5auVu9qRYREolvrvgH4kSNOKfcqV3EZOTuLKNdqsz1PM20PQA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/core" "^7.7.2"
|
||||||
|
"@babel/generator" "^7.7.2"
|
||||||
|
"@babel/parser" "^7.7.2"
|
||||||
|
"@babel/plugin-syntax-typescript" "^7.7.2"
|
||||||
|
"@babel/traverse" "^7.7.2"
|
||||||
|
"@babel/types" "^7.0.0"
|
||||||
|
"@jest/transform" "^27.2.2"
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
"@types/babel__traverse" "^7.0.4"
|
||||||
|
"@types/prettier" "^2.1.5"
|
||||||
|
babel-preset-current-node-syntax "^1.0.0"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
expect "^27.2.2"
|
||||||
|
graceful-fs "^4.2.4"
|
||||||
|
jest-diff "^27.2.2"
|
||||||
|
jest-get-type "^27.0.6"
|
||||||
|
jest-haste-map "^27.2.2"
|
||||||
|
jest-matcher-utils "^27.2.2"
|
||||||
|
jest-message-util "^27.2.2"
|
||||||
|
jest-resolve "^27.2.2"
|
||||||
|
jest-util "^27.2.0"
|
||||||
|
natural-compare "^1.4.0"
|
||||||
|
pretty-format "^27.2.2"
|
||||||
|
semver "^7.3.2"
|
||||||
|
|
||||||
jest-util@^27.0.0, jest-util@^27.2.0:
|
jest-util@^27.0.0, jest-util@^27.2.0:
|
||||||
version "27.2.0"
|
version "27.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.0.tgz#bfccb85cfafae752257319e825a5b8d4ada470dc"
|
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.0.tgz#bfccb85cfafae752257319e825a5b8d4ada470dc"
|
||||||
|
|
@ -2655,12 +2916,24 @@ jest-validate@^27.2.0:
|
||||||
leven "^3.1.0"
|
leven "^3.1.0"
|
||||||
pretty-format "^27.2.0"
|
pretty-format "^27.2.0"
|
||||||
|
|
||||||
jest-watcher@^27.2.0:
|
jest-validate@^27.2.2:
|
||||||
version "27.2.0"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.0.tgz#dc2eef4c13c6d41cebf3f1fc5f900a54b51c2ea0"
|
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.2.2.tgz#e672118f1d9aa57b25b4c7998edc101dabd7020b"
|
||||||
integrity sha512-SjRWhnr+qO8aBsrcnYIyF+qRxNZk6MZH8TIDgvi+VlsyrvOyqg0d+Rm/v9KHiTtC9mGGeFi9BFqgavyWib6xLg==
|
integrity sha512-01mwTAs2kgDuX98Ua3Xhdhp5lXsLU4eyg6k56adTtrXnU/GbLd9uAsh5nc4MWVtUXMeNmHUyEiD4ibLqE8MuNw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/test-result" "^27.2.0"
|
"@jest/types" "^27.1.1"
|
||||||
|
camelcase "^6.2.0"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
jest-get-type "^27.0.6"
|
||||||
|
leven "^3.1.0"
|
||||||
|
pretty-format "^27.2.2"
|
||||||
|
|
||||||
|
jest-watcher@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.2.tgz#8b00253d7e880c6637b402228a76f2fe5ea08132"
|
||||||
|
integrity sha512-7HJwZq06BCfM99RacCVzXO90B20/dNJvq+Ouiu/VrFdFRCpbnnqlQUEk4KAhBSllgDrTPgKu422SCF5KKBHDRA==
|
||||||
|
dependencies:
|
||||||
|
"@jest/test-result" "^27.2.2"
|
||||||
"@jest/types" "^27.1.1"
|
"@jest/types" "^27.1.1"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
ansi-escapes "^4.2.1"
|
ansi-escapes "^4.2.1"
|
||||||
|
|
@ -2677,14 +2950,23 @@ jest-worker@^27.2.0:
|
||||||
merge-stream "^2.0.0"
|
merge-stream "^2.0.0"
|
||||||
supports-color "^8.0.0"
|
supports-color "^8.0.0"
|
||||||
|
|
||||||
jest@^27.2.1:
|
jest-worker@^27.2.2:
|
||||||
version "27.2.1"
|
version "27.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.1.tgz#9263102056fe152fd2478d181cf9bbbd2a6a8da4"
|
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.2.2.tgz#636deeae8068abbf2b34b4eb9505f8d4e5bd625c"
|
||||||
integrity sha512-0MyvNS7J1HbkeotYaqKNGioN+p1/AAPtI1Z8iwMtCBE+PwBT+M4l25D9Pve8/KdhktYLgZaGyyj9CoDytD+R2Q==
|
integrity sha512-aG1xq9KgWB2CPC8YdMIlI8uZgga2LFNcGbHJxO8ctfXAydSaThR4EewKQGg3tBOC+kS3vhPGgymsBdi9VINjPw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/core" "^27.2.1"
|
"@types/node" "*"
|
||||||
|
merge-stream "^2.0.0"
|
||||||
|
supports-color "^8.0.0"
|
||||||
|
|
||||||
|
jest@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest/-/jest-27.2.2.tgz#445a4c16aa4c4ae6e512d62fb6f8b2624cbd6c26"
|
||||||
|
integrity sha512-XAB/9akDTe3/V0wPNKWfP9Y/NT1QPiCqyRBYGbC66EA9EvgAzdaFEqhFGLaDJ5UP2yIyXUMtju9a9IMrlYbZTQ==
|
||||||
|
dependencies:
|
||||||
|
"@jest/core" "^27.2.2"
|
||||||
import-local "^3.0.2"
|
import-local "^3.0.2"
|
||||||
jest-cli "^27.2.1"
|
jest-cli "^27.2.2"
|
||||||
|
|
||||||
js-tokens@^4.0.0:
|
js-tokens@^4.0.0:
|
||||||
version "4.0.0"
|
version "4.0.0"
|
||||||
|
|
@ -3246,6 +3528,16 @@ pretty-format@^27.0.0, pretty-format@^27.1.0, pretty-format@^27.2.0:
|
||||||
ansi-styles "^5.0.0"
|
ansi-styles "^5.0.0"
|
||||||
react-is "^17.0.1"
|
react-is "^17.0.1"
|
||||||
|
|
||||||
|
pretty-format@^27.2.2:
|
||||||
|
version "27.2.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.2.tgz#c080f1ab7ac64302e4d438f208596fc649dbeeb3"
|
||||||
|
integrity sha512-+DdLh+rtaElc2SQOE/YPH8k2g3Rf2OXWEpy06p8Szs3hdVSYD87QOOlYRHWAeb/59XTmeVmRKvDD0svHqf6ycA==
|
||||||
|
dependencies:
|
||||||
|
"@jest/types" "^27.1.1"
|
||||||
|
ansi-regex "^5.0.1"
|
||||||
|
ansi-styles "^5.0.0"
|
||||||
|
react-is "^17.0.1"
|
||||||
|
|
||||||
progress@^2.0.0:
|
progress@^2.0.0:
|
||||||
version "2.0.3"
|
version "2.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
|
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue