Skip to content

Commit

Permalink
chore(deps): update dependency jest to v27.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 3, 2021
1 parent e8c1d30 commit 3cbdc0e
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 @@ -54,7 +54,7 @@
"@types/node": "14.17.9",
"@types/yargs": "16.0.4",
"husky": "^6.0.0",
"jest": "27.0.6",
"jest": "27.1.0",
"lint-staged": "^10.0.0",
"prettier": "2.3.2",
"ts-jest": "27.0.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -330,7 +330,7 @@
jest-util "^27.1.0"
slash "^3.0.0"

"@jest/core@^27.0.6", "@jest/core@^27.1.0":
"@jest/core@^27.1.0":
version "27.1.0"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.1.0.tgz#622220f18032f5869e579cecbe744527238648bf"
integrity sha512-3l9qmoknrlCFKfGdrmiQiPne+pUR4ALhKwFTYyOeKw6egfDwJkO21RJ1xf41rN8ZNFLg5W+w6+P4fUqq4EMRWA==
Expand Down Expand Up @@ -1623,7 +1623,7 @@ jest-circus@^27.1.0:
stack-utils "^2.0.3"
throat "^6.0.1"

jest-cli@^27.0.6:
jest-cli@^27.1.0:
version "27.1.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.1.0.tgz#118438e4d11cf6fb66cb2b2eb5778817eab3daeb"
integrity sha512-h6zPUOUu+6oLDrXz0yOWY2YXvBLk8gQinx4HbZ7SF4V3HzasQf+ncoIbKENUMwXyf54/6dBkYXvXJos+gOHYZw==
Expand Down Expand Up @@ -2006,14 +2006,14 @@ jest-worker@^27.1.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@27.0.6:
version "27.0.6"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.0.6.tgz#10517b2a628f0409087fbf473db44777d7a04505"
integrity sha512-EjV8aETrsD0wHl7CKMibKwQNQc3gIRBXlTikBmmHUeVMKaPFxdcUIBfoDqTSXDoGJIivAYGqCWVlzCSaVjPQsA==
jest@27.1.0:
version "27.1.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.1.0.tgz#eaab62dfdc02d8b7c814cd27b8d2d92bc46d3d69"
integrity sha512-pSQDVwRSwb109Ss13lcMtdfS9r8/w2Zz8+mTUA9VORD66GflCdl8nUFCqM96geOD2EBwWCNURrNAfQsLIDNBdg==
dependencies:
"@jest/core" "^27.0.6"
"@jest/core" "^27.1.0"
import-local "^3.0.2"
jest-cli "^27.0.6"
jest-cli "^27.1.0"

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

0 comments on commit 3cbdc0e

Please sign in to comment.