Skip to content

Commit

Permalink
chore(deps): update dependency jest to v27.4.3 (#13010)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 8, 2021
1 parent 12f467a commit 0d10192
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -264,7 +264,7 @@
"glob": "7.2.0",
"graphql": "15.7.2",
"husky": "7.0.4",
"jest": "27.4.2",
"jest": "27.4.3",
"jest-extended": "1.2.0",
"jest-github-actions-reporter": "1.0.3",
"jest-junit": "13.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -2254,7 +2254,7 @@
jest-util "^27.4.2"
slash "^3.0.0"

"@jest/core@^27.4.2", "@jest/core@^27.4.3":
"@jest/core@^27.4.3":
version "27.4.3"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.3.tgz#9b9b34f4e6429a633085f476402aa2e3ce707877"
integrity sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==
Expand Down Expand Up @@ -6564,7 +6564,7 @@ jest-circus@^27.4.2:
stack-utils "^2.0.3"
throat "^6.0.1"

jest-cli@^27.4.2:
jest-cli@^27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.3.tgz#89acba683b9f91c7a5e342e2ea13aa5414836a0d"
integrity sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==
Expand Down Expand Up @@ -7041,14 +7041,14 @@ jest-worker@^27.4.2:
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"
integrity sha512-TAReynFYCfHNcrL+8Z74WPGafLFLF++bGkrpcsk6cO5G9S2VuJGhu2c44YFForMgF0GlYmtbpmeznkvZpNgTxg==
jest@27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.3.tgz#cf7d1876a84c70efece2e01e4f9dfc2e464d9cbb"
integrity sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==
dependencies:
"@jest/core" "^27.4.2"
"@jest/core" "^27.4.3"
import-local "^3.0.2"
jest-cli "^27.4.2"
jest-cli "^27.4.3"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 0d10192

Please sign in to comment.