Skip to content

Commit

Permalink
chore(deps): update dependency jest to v27.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 1, 2022
1 parent 67bebe7 commit 076d3ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-prettier": "3.4.1",
"express": "4.17.1",
"husky": "6.0.0",
"jest": "27.3.1",
"jest": "27.4.5",
"lint-staged": "11.2.6",
"prettier": "2.4.1",
"semantic-release": "17.4.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
jest-util "^27.4.2"
slash "^3.0.0"

"@jest/core@^27.3.1", "@jest/core@^27.4.5":
"@jest/core@^27.4.5":
version "27.4.5"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.5.tgz#cae2dc34259782f4866c6606c3b480cce920ed4c"
integrity sha512-3tm/Pevmi8bDsgvo73nX8p/WPng6KWlCyScW10FPEoN1HU4pwI83tJ3TsFvi1FfzsjwUlMNEPowgb/rPau/LTQ==
Expand Down Expand Up @@ -3695,7 +3695,7 @@ jest-circus@^27.4.5:
stack-utils "^2.0.3"
throat "^6.0.1"

jest-cli@^27.3.1:
jest-cli@^27.4.5:
version "27.4.5"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.5.tgz#8708f54c28d13681f3255ec9026a2b15b03d41e8"
integrity sha512-hrky3DSgE0u7sQxaCL7bdebEPHx5QzYmrGuUjaPLmPE8jx5adtvGuOlRspvMoVLTTDOHRnZDoRLYJuA+VCI7Hg==
Expand Down Expand Up @@ -4078,14 +4078,14 @@ jest-worker@^27.4.5:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@27.3.1:
version "27.3.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.3.1.tgz#b5bab64e8f56b6f7e275ba1836898b0d9f1e5c8a"
integrity sha512-U2AX0AgQGd5EzMsiZpYt8HyZ+nSVIh5ujQ9CPp9EQZJMjXIiSZpJNweZl0swatKRoqHWgGKM3zaSwm4Zaz87ng==
jest@27.4.5:
version "27.4.5"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.4.5.tgz#66e45acba44137fac26be9d3cc5bb031e136dc0f"
integrity sha512-uT5MiVN3Jppt314kidCk47MYIRilJjA/l2mxwiuzzxGUeJIvA8/pDaJOAX5KWvjAo7SCydcW0/4WEtgbLMiJkg==
dependencies:
"@jest/core" "^27.3.1"
"@jest/core" "^27.4.5"
import-local "^3.0.2"
jest-cli "^27.3.1"
jest-cli "^27.4.5"

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

0 comments on commit 076d3ff

Please sign in to comment.