mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 20:56:31 +00:00
build(deps-dev): Bump jest-circus from 29.6.3 to 29.6.4
Bumps [jest-circus](https://github.com/jestjs/jest/tree/HEAD/packages/jest-circus) from 29.6.3 to 29.6.4. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest-circus) --- updated-dependencies: - dependency-name: jest-circus dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2ce3bfe22f
commit
26c06b01aa
2 changed files with 3 additions and 230 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
"eslint-plugin-jest": "^27.2.3",
|
"eslint-plugin-jest": "^27.2.3",
|
||||||
"eslint-plugin-prettier": "^5.0.0",
|
"eslint-plugin-prettier": "^5.0.0",
|
||||||
"jest": "^29.6.4",
|
"jest": "^29.6.4",
|
||||||
"jest-circus": "^29.6.3",
|
"jest-circus": "^29.6.4",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "3.0.2",
|
"prettier": "3.0.2",
|
||||||
"ts-jest": "^29.1.1",
|
"ts-jest": "^29.1.1",
|
||||||
|
|
|
||||||
231
yarn.lock
231
yarn.lock
|
|
@ -654,18 +654,6 @@
|
||||||
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
||||||
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
||||||
|
|
||||||
"@jest/console@^29.6.3":
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.6.3.tgz#55ad945087c27e380d6d9fcbb85181ed802543f3"
|
|
||||||
integrity sha512-ukZbHAdDH4ktZIOKvWs1juAXhiVAdvCyM8zv4S/7Ii3vJSDvMW5k+wOVGMQmHLHUFw3Ko63ZQNy7NI6PSlsD5w==
|
|
||||||
dependencies:
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@types/node" "*"
|
|
||||||
chalk "^4.0.0"
|
|
||||||
jest-message-util "^29.6.3"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
slash "^3.0.0"
|
|
||||||
|
|
||||||
"@jest/console@^29.6.4":
|
"@jest/console@^29.6.4":
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.6.4.tgz#a7e2d84516301f986bba0dd55af9d5fe37f46527"
|
resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.6.4.tgz#a7e2d84516301f986bba0dd55af9d5fe37f46527"
|
||||||
|
|
@ -712,16 +700,6 @@
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
strip-ansi "^6.0.0"
|
strip-ansi "^6.0.0"
|
||||||
|
|
||||||
"@jest/environment@^29.6.3":
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.3.tgz#bb02535c729393a0345b8d2c5eef94d34f7b35a3"
|
|
||||||
integrity sha512-u/u3cCztYCfgBiGHsamqP5x+XvucftOGPbf5RJQxfpeC1y4AL8pCjKvPDA3oCmdhZYPgk5AE0VOD/flweR69WA==
|
|
||||||
dependencies:
|
|
||||||
"@jest/fake-timers" "^29.6.3"
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@types/node" "*"
|
|
||||||
jest-mock "^29.6.3"
|
|
||||||
|
|
||||||
"@jest/environment@^29.6.4":
|
"@jest/environment@^29.6.4":
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.4.tgz#78ec2c9f8c8829a37616934ff4fea0c028c79f4f"
|
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.4.tgz#78ec2c9f8c8829a37616934ff4fea0c028c79f4f"
|
||||||
|
|
@ -746,14 +724,6 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
jest-get-type "^29.6.3"
|
jest-get-type "^29.6.3"
|
||||||
|
|
||||||
"@jest/expect@^29.6.3":
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.6.3.tgz#d54e1e7134982166f62653add0d4b8262dd72db9"
|
|
||||||
integrity sha512-Ic08XbI2jlg6rECy+CGwk/8NDa6VE7UmIG6++9OTPAMnQmNGY28hu69Nf629CWv6T7YMODLbONxDFKdmQeI9FA==
|
|
||||||
dependencies:
|
|
||||||
expect "^29.6.3"
|
|
||||||
jest-snapshot "^29.6.3"
|
|
||||||
|
|
||||||
"@jest/expect@^29.6.4":
|
"@jest/expect@^29.6.4":
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.6.4.tgz#1d6ae17dc68d906776198389427ab7ce6179dba6"
|
resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.6.4.tgz#1d6ae17dc68d906776198389427ab7ce6179dba6"
|
||||||
|
|
@ -762,18 +732,6 @@
|
||||||
expect "^29.6.4"
|
expect "^29.6.4"
|
||||||
jest-snapshot "^29.6.4"
|
jest-snapshot "^29.6.4"
|
||||||
|
|
||||||
"@jest/fake-timers@^29.6.3":
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.6.3.tgz#7e780b05b14ad59dca68bdc188f6cf085552a0e8"
|
|
||||||
integrity sha512-pa1wmqvbj6eX0nMvOM2VDAWvJOI5A/Mk3l8O7n7EsAh71sMZblaKO9iT4GjIj0LwwK3CP/Jp1ypEV0x3m89RvA==
|
|
||||||
dependencies:
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@sinonjs/fake-timers" "^10.0.2"
|
|
||||||
"@types/node" "*"
|
|
||||||
jest-message-util "^29.6.3"
|
|
||||||
jest-mock "^29.6.3"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
|
|
||||||
"@jest/fake-timers@^29.6.4":
|
"@jest/fake-timers@^29.6.4":
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.6.4.tgz#45a27f093c43d5d989362a3e7a8c70c83188b4f6"
|
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.6.4.tgz#45a27f093c43d5d989362a3e7a8c70c83188b4f6"
|
||||||
|
|
@ -786,16 +744,6 @@
|
||||||
jest-mock "^29.6.3"
|
jest-mock "^29.6.3"
|
||||||
jest-util "^29.6.3"
|
jest-util "^29.6.3"
|
||||||
|
|
||||||
"@jest/globals@^29.6.3":
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.6.3.tgz#fe9e302bc20683ba8feb683b8804e38a9913b783"
|
|
||||||
integrity sha512-RB+uI+CZMHntzlnOPlll5x/jgRff3LEPl/td/jzMXiIgR0iIhKq9qm1HLU+EC52NuoVy/1swit/sDGjVn4bc6A==
|
|
||||||
dependencies:
|
|
||||||
"@jest/environment" "^29.6.3"
|
|
||||||
"@jest/expect" "^29.6.3"
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
jest-mock "^29.6.3"
|
|
||||||
|
|
||||||
"@jest/globals@^29.6.4":
|
"@jest/globals@^29.6.4":
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.6.4.tgz#4f04f58731b062b44ef23036b79bdb31f40c7f63"
|
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.6.4.tgz#4f04f58731b062b44ef23036b79bdb31f40c7f63"
|
||||||
|
|
@ -852,16 +800,6 @@
|
||||||
callsites "^3.0.0"
|
callsites "^3.0.0"
|
||||||
graceful-fs "^4.2.9"
|
graceful-fs "^4.2.9"
|
||||||
|
|
||||||
"@jest/test-result@^29.6.3":
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.6.3.tgz#1da4c6749c16a71c108644624d9cd0d17206aa2b"
|
|
||||||
integrity sha512-k7ZZaNvOSMBHPZYiy0kuiaFoyansR5QnTwDux1EjK3kD5iWpRVyJIJ0RAIV39SThafchuW59vra7F8mdy5Hfgw==
|
|
||||||
dependencies:
|
|
||||||
"@jest/console" "^29.6.3"
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@types/istanbul-lib-coverage" "^2.0.0"
|
|
||||||
collect-v8-coverage "^1.0.0"
|
|
||||||
|
|
||||||
"@jest/test-result@^29.6.4":
|
"@jest/test-result@^29.6.4":
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.6.4.tgz#adf5c79f6e1fb7405ad13d67d9e2b6ff54b54c6b"
|
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.6.4.tgz#adf5c79f6e1fb7405ad13d67d9e2b6ff54b54c6b"
|
||||||
|
|
@ -882,27 +820,6 @@
|
||||||
jest-haste-map "^29.6.4"
|
jest-haste-map "^29.6.4"
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
|
|
||||||
"@jest/transform@^29.6.3":
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.3.tgz#e8e376f56fffe827b529bf03a9881e58d152c14b"
|
|
||||||
integrity sha512-dPIc3DsvMZ/S8ut4L2ViCj265mKO0owB0wfzBv2oGzL9pQ+iRvJewHqLBmsGb7XFb5UotWIEtvY5A/lnylaIoQ==
|
|
||||||
dependencies:
|
|
||||||
"@babel/core" "^7.11.6"
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@jridgewell/trace-mapping" "^0.3.18"
|
|
||||||
babel-plugin-istanbul "^6.1.1"
|
|
||||||
chalk "^4.0.0"
|
|
||||||
convert-source-map "^2.0.0"
|
|
||||||
fast-json-stable-stringify "^2.1.0"
|
|
||||||
graceful-fs "^4.2.9"
|
|
||||||
jest-haste-map "^29.6.3"
|
|
||||||
jest-regex-util "^29.6.3"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
micromatch "^4.0.4"
|
|
||||||
pirates "^4.0.4"
|
|
||||||
slash "^3.0.0"
|
|
||||||
write-file-atomic "^4.0.2"
|
|
||||||
|
|
||||||
"@jest/transform@^29.6.4":
|
"@jest/transform@^29.6.4":
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.4.tgz#a6bc799ef597c5d85b2e65a11fd96b6b239bab5a"
|
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.4.tgz#a6bc799ef597c5d85b2e65a11fd96b6b239bab5a"
|
||||||
|
|
@ -2513,7 +2430,7 @@ exit@^0.1.2:
|
||||||
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
|
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
|
||||||
integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
|
integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
|
||||||
|
|
||||||
expect@^29.0.0, expect@^29.6.3:
|
expect@^29.0.0:
|
||||||
version "29.6.3"
|
version "29.6.3"
|
||||||
resolved "https://registry.yarnpkg.com/expect/-/expect-29.6.3.tgz#e74b57c35a81fd93ece6b570e371309c53dc4f54"
|
resolved "https://registry.yarnpkg.com/expect/-/expect-29.6.3.tgz#e74b57c35a81fd93ece6b570e371309c53dc4f54"
|
||||||
integrity sha512-x1vY4LlEMWUYVZQrFi4ZANXFwqYbJ/JNQspLVvzhW2BNY28aNcXMQH6imBbt+RBf5sVRTodYHXtSP/TLEU0Dxw==
|
integrity sha512-x1vY4LlEMWUYVZQrFi4ZANXFwqYbJ/JNQspLVvzhW2BNY28aNcXMQH6imBbt+RBf5sVRTodYHXtSP/TLEU0Dxw==
|
||||||
|
|
@ -3253,32 +3170,6 @@ jest-changed-files@^29.6.3:
|
||||||
jest-util "^29.6.3"
|
jest-util "^29.6.3"
|
||||||
p-limit "^3.1.0"
|
p-limit "^3.1.0"
|
||||||
|
|
||||||
jest-circus@^29.6.3:
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.6.3.tgz#c5ac37758bb9e78fd78ebd655ed1d28b220d6fd3"
|
|
||||||
integrity sha512-p0R5YqZEMnOpHqHLWRSjm2z/0p6RNsrNE/GRRT3eli8QGOAozj6Ys/3Tv+Ej+IfltJoSPwcQ6/hOCRkNlxLLCw==
|
|
||||||
dependencies:
|
|
||||||
"@jest/environment" "^29.6.3"
|
|
||||||
"@jest/expect" "^29.6.3"
|
|
||||||
"@jest/test-result" "^29.6.3"
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@types/node" "*"
|
|
||||||
chalk "^4.0.0"
|
|
||||||
co "^4.6.0"
|
|
||||||
dedent "^1.0.0"
|
|
||||||
is-generator-fn "^2.0.0"
|
|
||||||
jest-each "^29.6.3"
|
|
||||||
jest-matcher-utils "^29.6.3"
|
|
||||||
jest-message-util "^29.6.3"
|
|
||||||
jest-runtime "^29.6.3"
|
|
||||||
jest-snapshot "^29.6.3"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
p-limit "^3.1.0"
|
|
||||||
pretty-format "^29.6.3"
|
|
||||||
pure-rand "^6.0.0"
|
|
||||||
slash "^3.0.0"
|
|
||||||
stack-utils "^2.0.3"
|
|
||||||
|
|
||||||
jest-circus@^29.6.4:
|
jest-circus@^29.6.4:
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.6.4.tgz#f074c8d795e0cc0f2ebf0705086b1be6a9a8722f"
|
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.6.4.tgz#f074c8d795e0cc0f2ebf0705086b1be6a9a8722f"
|
||||||
|
|
@ -3351,16 +3242,6 @@ jest-config@^29.6.4:
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
strip-json-comments "^3.1.1"
|
strip-json-comments "^3.1.1"
|
||||||
|
|
||||||
jest-diff@^29.6.3:
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.3.tgz#365c6b037ea8e67d2f2af68bc018fc18d44311f0"
|
|
||||||
integrity sha512-3sw+AdWnwH9sSNohMRKA7JiYUJSRr/WS6+sEFfBuhxU5V5GlEVKfvUn8JuMHE0wqKowemR1C2aHy8VtXbaV8dQ==
|
|
||||||
dependencies:
|
|
||||||
chalk "^4.0.0"
|
|
||||||
diff-sequences "^29.6.3"
|
|
||||||
jest-get-type "^29.6.3"
|
|
||||||
pretty-format "^29.6.3"
|
|
||||||
|
|
||||||
jest-diff@^29.6.4:
|
jest-diff@^29.6.4:
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.4.tgz#85aaa6c92a79ae8cd9a54ebae8d5b6d9a513314a"
|
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.4.tgz#85aaa6c92a79ae8cd9a54ebae8d5b6d9a513314a"
|
||||||
|
|
@ -3406,25 +3287,6 @@ jest-get-type@^29.6.3:
|
||||||
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
|
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
|
||||||
integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
|
integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
|
||||||
|
|
||||||
jest-haste-map@^29.6.3:
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.6.3.tgz#a53ac35a137fd32d932039aab29d02a9dab30689"
|
|
||||||
integrity sha512-GecR5YavfjkhOytEFHAeI6aWWG3f/cOKNB1YJvj/B76xAmeVjy4zJUYobGF030cRmKaO1FBw3V8CZZ6KVh9ZSw==
|
|
||||||
dependencies:
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@types/graceful-fs" "^4.1.3"
|
|
||||||
"@types/node" "*"
|
|
||||||
anymatch "^3.0.3"
|
|
||||||
fb-watchman "^2.0.0"
|
|
||||||
graceful-fs "^4.2.9"
|
|
||||||
jest-regex-util "^29.6.3"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
jest-worker "^29.6.3"
|
|
||||||
micromatch "^4.0.4"
|
|
||||||
walker "^1.0.8"
|
|
||||||
optionalDependencies:
|
|
||||||
fsevents "^2.3.2"
|
|
||||||
|
|
||||||
jest-haste-map@^29.6.4:
|
jest-haste-map@^29.6.4:
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.6.4.tgz#97143ce833829157ea7025204b08f9ace609b96a"
|
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.6.4.tgz#97143ce833829157ea7025204b08f9ace609b96a"
|
||||||
|
|
@ -3452,17 +3314,7 @@ jest-leak-detector@^29.6.3:
|
||||||
jest-get-type "^29.6.3"
|
jest-get-type "^29.6.3"
|
||||||
pretty-format "^29.6.3"
|
pretty-format "^29.6.3"
|
||||||
|
|
||||||
jest-matcher-utils@^29.6.3:
|
jest-matcher-utils@^29.6.3, jest-matcher-utils@^29.6.4:
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.3.tgz#a7574092b635d96a38fa0a22d015fb596b9c2efc"
|
|
||||||
integrity sha512-6ZrMYINZdwduSt5Xu18/n49O1IgXdjsfG7NEZaQws9k69eTKWKcVbJBw/MZsjOZe2sSyJFmuzh8042XWwl54Zg==
|
|
||||||
dependencies:
|
|
||||||
chalk "^4.0.0"
|
|
||||||
jest-diff "^29.6.3"
|
|
||||||
jest-get-type "^29.6.3"
|
|
||||||
pretty-format "^29.6.3"
|
|
||||||
|
|
||||||
jest-matcher-utils@^29.6.4:
|
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.4.tgz#327db7ababea49455df3b23e5d6109fe0c709d24"
|
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.4.tgz#327db7ababea49455df3b23e5d6109fe0c709d24"
|
||||||
integrity sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ==
|
integrity sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ==
|
||||||
|
|
@ -3514,21 +3366,6 @@ jest-resolve-dependencies@^29.6.4:
|
||||||
jest-regex-util "^29.6.3"
|
jest-regex-util "^29.6.3"
|
||||||
jest-snapshot "^29.6.4"
|
jest-snapshot "^29.6.4"
|
||||||
|
|
||||||
jest-resolve@^29.6.3:
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.6.3.tgz#e3114e1514973c8f1607387c3042f4d2926f2d60"
|
|
||||||
integrity sha512-WMXwxhvzDeA/J+9jz1i8ZKGmbw/n+s988EiUvRI4egM+eTn31Hb5v10Re3slG3/qxntkBt2/6GkQVDGu6Bwyhw==
|
|
||||||
dependencies:
|
|
||||||
chalk "^4.0.0"
|
|
||||||
graceful-fs "^4.2.9"
|
|
||||||
jest-haste-map "^29.6.3"
|
|
||||||
jest-pnp-resolver "^1.2.2"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
jest-validate "^29.6.3"
|
|
||||||
resolve "^1.20.0"
|
|
||||||
resolve.exports "^2.0.0"
|
|
||||||
slash "^3.0.0"
|
|
||||||
|
|
||||||
jest-resolve@^29.6.4:
|
jest-resolve@^29.6.4:
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.6.4.tgz#e34cb06f2178b429c38455d98d1a07572ac9faa3"
|
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.6.4.tgz#e34cb06f2178b429c38455d98d1a07572ac9faa3"
|
||||||
|
|
@ -3571,34 +3408,6 @@ jest-runner@^29.6.4:
|
||||||
p-limit "^3.1.0"
|
p-limit "^3.1.0"
|
||||||
source-map-support "0.5.13"
|
source-map-support "0.5.13"
|
||||||
|
|
||||||
jest-runtime@^29.6.3:
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.6.3.tgz#8bfa29447808419a7b5bed13beb0447a90344c65"
|
|
||||||
integrity sha512-VM0Z3a9xaqizGpEKwCOIhImkrINYzxgwk8oQAvrmAiXX8LNrJrRjyva30RkuRY0ETAotHLlUcd2moviCA1hgsQ==
|
|
||||||
dependencies:
|
|
||||||
"@jest/environment" "^29.6.3"
|
|
||||||
"@jest/fake-timers" "^29.6.3"
|
|
||||||
"@jest/globals" "^29.6.3"
|
|
||||||
"@jest/source-map" "^29.6.3"
|
|
||||||
"@jest/test-result" "^29.6.3"
|
|
||||||
"@jest/transform" "^29.6.3"
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
"@types/node" "*"
|
|
||||||
chalk "^4.0.0"
|
|
||||||
cjs-module-lexer "^1.0.0"
|
|
||||||
collect-v8-coverage "^1.0.0"
|
|
||||||
glob "^7.1.3"
|
|
||||||
graceful-fs "^4.2.9"
|
|
||||||
jest-haste-map "^29.6.3"
|
|
||||||
jest-message-util "^29.6.3"
|
|
||||||
jest-mock "^29.6.3"
|
|
||||||
jest-regex-util "^29.6.3"
|
|
||||||
jest-resolve "^29.6.3"
|
|
||||||
jest-snapshot "^29.6.3"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
slash "^3.0.0"
|
|
||||||
strip-bom "^4.0.0"
|
|
||||||
|
|
||||||
jest-runtime@^29.6.4:
|
jest-runtime@^29.6.4:
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.6.4.tgz#b0bc495c9b6b12a0a7042ac34ca9bb85f8cd0ded"
|
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.6.4.tgz#b0bc495c9b6b12a0a7042ac34ca9bb85f8cd0ded"
|
||||||
|
|
@ -3627,32 +3436,6 @@ jest-runtime@^29.6.4:
|
||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
strip-bom "^4.0.0"
|
strip-bom "^4.0.0"
|
||||||
|
|
||||||
jest-snapshot@^29.6.3:
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.6.3.tgz#2435b50881f7bffdc1a66e66c64a2602c8086281"
|
|
||||||
integrity sha512-66Iu7H1ojiveQMGFnKecHIZPPPBjZwfQEnF6wxqpxGf57sV3YSUtAb5/sTKM5TPa3OndyxZp1wxHFbmgVhc53w==
|
|
||||||
dependencies:
|
|
||||||
"@babel/core" "^7.11.6"
|
|
||||||
"@babel/generator" "^7.7.2"
|
|
||||||
"@babel/plugin-syntax-jsx" "^7.7.2"
|
|
||||||
"@babel/plugin-syntax-typescript" "^7.7.2"
|
|
||||||
"@babel/types" "^7.3.3"
|
|
||||||
"@jest/expect-utils" "^29.6.3"
|
|
||||||
"@jest/transform" "^29.6.3"
|
|
||||||
"@jest/types" "^29.6.3"
|
|
||||||
babel-preset-current-node-syntax "^1.0.0"
|
|
||||||
chalk "^4.0.0"
|
|
||||||
expect "^29.6.3"
|
|
||||||
graceful-fs "^4.2.9"
|
|
||||||
jest-diff "^29.6.3"
|
|
||||||
jest-get-type "^29.6.3"
|
|
||||||
jest-matcher-utils "^29.6.3"
|
|
||||||
jest-message-util "^29.6.3"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
natural-compare "^1.4.0"
|
|
||||||
pretty-format "^29.6.3"
|
|
||||||
semver "^7.5.3"
|
|
||||||
|
|
||||||
jest-snapshot@^29.6.4:
|
jest-snapshot@^29.6.4:
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.6.4.tgz#9833eb6b66ff1541c7fd8ceaa42d541f407b4876"
|
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.6.4.tgz#9833eb6b66ff1541c7fd8ceaa42d541f407b4876"
|
||||||
|
|
@ -3717,16 +3500,6 @@ jest-watcher@^29.6.4:
|
||||||
jest-util "^29.6.3"
|
jest-util "^29.6.3"
|
||||||
string-length "^4.0.1"
|
string-length "^4.0.1"
|
||||||
|
|
||||||
jest-worker@^29.6.3:
|
|
||||||
version "29.6.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.6.3.tgz#7b1a47bbb6559f3c0882d16595938590e63915d5"
|
|
||||||
integrity sha512-wacANXecZ/GbQakpf2CClrqrlwsYYDSXFd4fIGdL+dXpM2GWoJ+6bhQ7vR3TKi3+gkSfBkjy1/khH/WrYS4Q6g==
|
|
||||||
dependencies:
|
|
||||||
"@types/node" "*"
|
|
||||||
jest-util "^29.6.3"
|
|
||||||
merge-stream "^2.0.0"
|
|
||||||
supports-color "^8.0.0"
|
|
||||||
|
|
||||||
jest-worker@^29.6.4:
|
jest-worker@^29.6.4:
|
||||||
version "29.6.4"
|
version "29.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.6.4.tgz#f34279f4afc33c872b470d4af21b281ac616abd3"
|
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.6.4.tgz#f34279f4afc33c872b470d4af21b281ac616abd3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue