Bump jest-circus from 27.4.2 to 27.4.5 (#161)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 27.4.2 to 27.4.5. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v27.4.5/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"@types/jest": "^27.4.0",
|
||||
"@types/node": "^17.0.7",
|
||||
"jest": "^27.4.2",
|
||||
"jest-circus": "^27.4.2",
|
||||
"jest-circus": "^27.4.5",
|
||||
"ts-jest": "^27.1.2",
|
||||
"typescript": "^4.5.2"
|
||||
}
|
||||
|
||||
132
yarn.lock
132
yarn.lock
@@ -567,10 +567,10 @@
|
||||
slash "^3.0.0"
|
||||
strip-ansi "^6.0.0"
|
||||
|
||||
"@jest/environment@^27.4.2":
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.4.2.tgz#03efabce528dbb09bffd3ec7e39bb0f3f7475cc2"
|
||||
integrity sha512-uSljKxh/rGlHlmhyeG4ZoVK9hOec+EPBkwTHkHKQ2EqDu5K+MaG9uJZ8o1CbRsSdZqSuhXvJCYhBWsORPPg6qw==
|
||||
"@jest/environment@^27.4.2", "@jest/environment@^27.4.4":
|
||||
version "27.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.4.4.tgz#66ebebc79673d84aad29d2bb70a8c51e6c29bb4d"
|
||||
integrity sha512-q+niMx7cJgt/t/b6dzLOh4W8Ef/8VyKG7hxASK39jakijJzbFBGpptx3RXz13FFV7OishQ9lTbv+dQ5K3EhfDQ==
|
||||
dependencies:
|
||||
"@jest/fake-timers" "^27.4.2"
|
||||
"@jest/types" "^27.4.2"
|
||||
@@ -589,12 +589,12 @@
|
||||
jest-mock "^27.4.2"
|
||||
jest-util "^27.4.2"
|
||||
|
||||
"@jest/globals@^27.4.2":
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.4.2.tgz#56a402c5ebf22eba1d34e900772147f5126ea2d8"
|
||||
integrity sha512-KkfaHEttlGpXYAQTZHgrESiEPx2q/DKAFLGLFda1uGVrqc17snd3YVPhOxlXOHIzVPs+lQ/SDB2EIvxyGzb3Ew==
|
||||
"@jest/globals@^27.4.4":
|
||||
version "27.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.4.4.tgz#fe501a80c23ea2dab585c42be2a519bb5e38530d"
|
||||
integrity sha512-bqpqQhW30BOreXM8bA8t8JbOQzsq/WnPTnBl+It3UxAD9J8yxEAaBEylHx1dtBapAr/UBk8GidXbzmqnee8tYQ==
|
||||
dependencies:
|
||||
"@jest/environment" "^27.4.2"
|
||||
"@jest/environment" "^27.4.4"
|
||||
"@jest/types" "^27.4.2"
|
||||
expect "^27.4.2"
|
||||
|
||||
@@ -679,6 +679,27 @@
|
||||
source-map "^0.6.1"
|
||||
write-file-atomic "^3.0.0"
|
||||
|
||||
"@jest/transform@^27.4.5":
|
||||
version "27.4.5"
|
||||
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.4.5.tgz#3dfe2e3680cd4aa27356172bf25617ab5b94f195"
|
||||
integrity sha512-PuMet2UlZtlGzwc6L+aZmR3I7CEBpqadO03pU40l2RNY2fFJ191b9/ITB44LNOhVtsyykx0OZvj0PCyuLm7Eew==
|
||||
dependencies:
|
||||
"@babel/core" "^7.1.0"
|
||||
"@jest/types" "^27.4.2"
|
||||
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.4.5"
|
||||
jest-regex-util "^27.4.0"
|
||||
jest-util "^27.4.2"
|
||||
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.4.2":
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.4.2.tgz#96536ebd34da6392c2b7c7737d693885b5dd44a5"
|
||||
@@ -1758,12 +1779,12 @@ jest-changed-files@^27.4.2:
|
||||
execa "^5.0.0"
|
||||
throat "^6.0.1"
|
||||
|
||||
jest-circus@^27.4.2:
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.4.2.tgz#466f482207ca9f323b78416c28f4d1fa7588159a"
|
||||
integrity sha512-2ePUSru1BGMyzxsMvRfu+tNb+PW60rUyMLJBfw1Nrh5zC8RoTPfF+zbE0JToU31a6ZVe4nnrNKWYRzlghAbL0A==
|
||||
jest-circus@^27.4.2, jest-circus@^27.4.5:
|
||||
version "27.4.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.4.5.tgz#70bfb78e0200cab9b84747bf274debacaa538467"
|
||||
integrity sha512-eTNWa9wsvBwPykhMMShheafbwyakcdHZaEYh5iRrQ0PFJxkDP/e3U/FvzGuKWu2WpwUA3C3hPlfpuzvOdTVqnw==
|
||||
dependencies:
|
||||
"@jest/environment" "^27.4.2"
|
||||
"@jest/environment" "^27.4.4"
|
||||
"@jest/test-result" "^27.4.2"
|
||||
"@jest/types" "^27.4.2"
|
||||
"@types/node" "*"
|
||||
@@ -1775,8 +1796,8 @@ jest-circus@^27.4.2:
|
||||
jest-each "^27.4.2"
|
||||
jest-matcher-utils "^27.4.2"
|
||||
jest-message-util "^27.4.2"
|
||||
jest-runtime "^27.4.2"
|
||||
jest-snapshot "^27.4.2"
|
||||
jest-runtime "^27.4.5"
|
||||
jest-snapshot "^27.4.5"
|
||||
jest-util "^27.4.2"
|
||||
pretty-format "^27.4.2"
|
||||
slash "^3.0.0"
|
||||
@@ -1908,6 +1929,26 @@ jest-haste-map@^27.4.2:
|
||||
optionalDependencies:
|
||||
fsevents "^2.3.2"
|
||||
|
||||
jest-haste-map@^27.4.5:
|
||||
version "27.4.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.4.5.tgz#c2921224a59223f91e03ec15703905978ef0cc1a"
|
||||
integrity sha512-oJm1b5qhhPs78K24EDGifWS0dELYxnoBiDhatT/FThgB9yxqUm5F6li3Pv+Q+apMBmmPNzOBnZ7ZxWMB1Leq1Q==
|
||||
dependencies:
|
||||
"@jest/types" "^27.4.2"
|
||||
"@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.4.0"
|
||||
jest-serializer "^27.4.0"
|
||||
jest-util "^27.4.2"
|
||||
jest-worker "^27.4.5"
|
||||
micromatch "^4.0.4"
|
||||
walker "^1.0.7"
|
||||
optionalDependencies:
|
||||
fsevents "^2.3.2"
|
||||
|
||||
jest-jasmine2@^27.4.2:
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.4.2.tgz#c956c88b9c05ca22afdc779deebc2890cb891797"
|
||||
@@ -2008,6 +2049,22 @@ jest-resolve@^27.4.2:
|
||||
resolve.exports "^1.1.0"
|
||||
slash "^3.0.0"
|
||||
|
||||
jest-resolve@^27.4.5:
|
||||
version "27.4.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.4.5.tgz#8dc44f5065fb8d58944c20f932cb7b9fe9760cca"
|
||||
integrity sha512-xU3z1BuOz/hUhVUL+918KqUgK+skqOuUsAi7A+iwoUldK6/+PW+utK8l8cxIWT9AW7IAhGNXjSAh1UYmjULZZw==
|
||||
dependencies:
|
||||
"@jest/types" "^27.4.2"
|
||||
chalk "^4.0.0"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-haste-map "^27.4.5"
|
||||
jest-pnp-resolver "^1.2.2"
|
||||
jest-util "^27.4.2"
|
||||
jest-validate "^27.4.2"
|
||||
resolve "^1.20.0"
|
||||
resolve.exports "^1.1.0"
|
||||
slash "^3.0.0"
|
||||
|
||||
jest-runner@^27.4.2:
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.4.2.tgz#924a64440c639c47b1155a41f8b3728471a101a6"
|
||||
@@ -2036,17 +2093,17 @@ jest-runner@^27.4.2:
|
||||
source-map-support "^0.5.6"
|
||||
throat "^6.0.1"
|
||||
|
||||
jest-runtime@^27.4.2:
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.4.2.tgz#d72da8a0e97366c16ad515a2c437191a72600d38"
|
||||
integrity sha512-eqPgcBaUNaw6j8T5M+dnfAEh6MIrh2YmtskCr9sl50QYpD22Sg+QqHw3J3nmaLzVMbBtOMHFFxLF0Qx8MsZVFQ==
|
||||
jest-runtime@^27.4.2, jest-runtime@^27.4.5:
|
||||
version "27.4.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.4.5.tgz#97703ad2a1799d4f50ab59049bd21a9ceaed2813"
|
||||
integrity sha512-CIYqwuJQXHQtPd/idgrx4zgJ6iCb6uBjQq1RSAGQrw2S8XifDmoM1Ot8NRd80ooAm+ZNdHVwsktIMGlA1F1FAQ==
|
||||
dependencies:
|
||||
"@jest/console" "^27.4.2"
|
||||
"@jest/environment" "^27.4.2"
|
||||
"@jest/globals" "^27.4.2"
|
||||
"@jest/environment" "^27.4.4"
|
||||
"@jest/globals" "^27.4.4"
|
||||
"@jest/source-map" "^27.4.0"
|
||||
"@jest/test-result" "^27.4.2"
|
||||
"@jest/transform" "^27.4.2"
|
||||
"@jest/transform" "^27.4.5"
|
||||
"@jest/types" "^27.4.2"
|
||||
"@types/yargs" "^16.0.0"
|
||||
chalk "^4.0.0"
|
||||
@@ -2056,12 +2113,12 @@ jest-runtime@^27.4.2:
|
||||
exit "^0.1.2"
|
||||
glob "^7.1.3"
|
||||
graceful-fs "^4.2.4"
|
||||
jest-haste-map "^27.4.2"
|
||||
jest-haste-map "^27.4.5"
|
||||
jest-message-util "^27.4.2"
|
||||
jest-mock "^27.4.2"
|
||||
jest-regex-util "^27.4.0"
|
||||
jest-resolve "^27.4.2"
|
||||
jest-snapshot "^27.4.2"
|
||||
jest-resolve "^27.4.5"
|
||||
jest-snapshot "^27.4.5"
|
||||
jest-util "^27.4.2"
|
||||
jest-validate "^27.4.2"
|
||||
slash "^3.0.0"
|
||||
@@ -2076,10 +2133,10 @@ jest-serializer@^27.4.0:
|
||||
"@types/node" "*"
|
||||
graceful-fs "^4.2.4"
|
||||
|
||||
jest-snapshot@^27.4.2:
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.4.2.tgz#bd1ea04a8fab402e5ab18b788809fa597ddff532"
|
||||
integrity sha512-DI7lJlNIu6WSQ+esqhnJzEzU70+dV+cNjoF1c+j5FagWEd3KtOyZvVliAH0RWNQ6KSnAAnKSU0qxJ8UXOOhuUQ==
|
||||
jest-snapshot@^27.4.2, jest-snapshot@^27.4.5:
|
||||
version "27.4.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.4.5.tgz#2ea909b20aac0fe62504bc161331f730b8a7ecc7"
|
||||
integrity sha512-eCi/iM1YJFrJWiT9de4+RpWWWBqsHiYxFG9V9o/n0WXs6GpW4lUt4FAHAgFPTLPqCUVzrMQmSmTZSgQzwqR7IQ==
|
||||
dependencies:
|
||||
"@babel/core" "^7.7.2"
|
||||
"@babel/generator" "^7.7.2"
|
||||
@@ -2087,7 +2144,7 @@ jest-snapshot@^27.4.2:
|
||||
"@babel/plugin-syntax-typescript" "^7.7.2"
|
||||
"@babel/traverse" "^7.7.2"
|
||||
"@babel/types" "^7.0.0"
|
||||
"@jest/transform" "^27.4.2"
|
||||
"@jest/transform" "^27.4.5"
|
||||
"@jest/types" "^27.4.2"
|
||||
"@types/babel__traverse" "^7.0.4"
|
||||
"@types/prettier" "^2.1.5"
|
||||
@@ -2097,10 +2154,10 @@ jest-snapshot@^27.4.2:
|
||||
graceful-fs "^4.2.4"
|
||||
jest-diff "^27.4.2"
|
||||
jest-get-type "^27.4.0"
|
||||
jest-haste-map "^27.4.2"
|
||||
jest-haste-map "^27.4.5"
|
||||
jest-matcher-utils "^27.4.2"
|
||||
jest-message-util "^27.4.2"
|
||||
jest-resolve "^27.4.2"
|
||||
jest-resolve "^27.4.5"
|
||||
jest-util "^27.4.2"
|
||||
natural-compare "^1.4.0"
|
||||
pretty-format "^27.4.2"
|
||||
@@ -2152,6 +2209,15 @@ jest-worker@^27.4.2:
|
||||
merge-stream "^2.0.0"
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jest-worker@^27.4.5:
|
||||
version "27.4.5"
|
||||
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.4.5.tgz#d696e3e46ae0f24cff3fa7195ffba22889262242"
|
||||
integrity sha512-f2s8kEdy15cv9r7q4KkzGXvlY0JTcmCbMHZBfSQDwW77REr45IDWwd0lksDFeVHH2jJ5pqb90T77XscrjeGzzg==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
merge-stream "^2.0.0"
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jest@^27.4.2:
|
||||
version "27.4.2"
|
||||
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.2.tgz#4fb1211ad0b9955ef09a11b96684180a90638985"
|
||||
|
||||
Reference in New Issue
Block a user