Skip to content

Commit

Permalink
fix(deps): update dependency jest-matcher-utils to ~26.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 19, 2020
1 parent efced44 commit 7e25d8c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"*.js": "eslint"
},
"dependencies": {
"jest-matcher-utils": "~26.5.0",
"jest-matcher-utils": "~26.6.0",
"lodash": "~4.17.15"
},
"devDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -720,10 +720,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@jest/types@^26.5.0":
version "26.5.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.5.0.tgz#163f6e00c5ac9bb6fc91c3802eaa9d0dd6e1474a"
integrity sha512-nH9DFLqaIhB+RVgjivemvMiFSWw/BKwbZGxBAMv8CCTvUyFoK8RwHhAlmlXIvMBrf5Z3YQ4p9cq3Qh9EDctGvA==
"@jest/types@^26.6.0":
version "26.6.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.0.tgz#2c045f231bfd79d52514cda3fbc93ef46157fa6a"
integrity sha512-8pDeq/JVyAYw7jBGU83v8RMYAkdrRxLG3BGnAJuqaQAUd6GWBmND2uyl+awI88+hit48suLoLjNFtR+ZXxWaYg==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
Expand Down Expand Up @@ -4348,15 +4348,15 @@ jest-diff@^26.4.2:
jest-get-type "^26.3.0"
pretty-format "^26.4.2"

jest-diff@^26.5.0:
version "26.5.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.5.0.tgz#bd01cef2d00b2668a0207ef47ab8eb1e33613253"
integrity sha512-CmDMMPkVMxrrh0Dv/4M9kh1tsYsZnYTQMMTvIFpePBSk9wMVfcyfg30TCq+oR9AzGbw8vsI50Gk1HmlMMlhoJg==
jest-diff@^26.6.0:
version "26.6.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.0.tgz#5e5bbbaf93ec5017fae2b3ef12fc895e29988379"
integrity sha512-IH09rKsdWY8YEY7ii2BHlSq59oXyF2pK3GoK+hOK9eD/x6009eNB5Jv1shLMKgxekodPzLlV7eZP1jPFQYds8w==
dependencies:
chalk "^4.0.0"
diff-sequences "^26.5.0"
jest-get-type "^26.3.0"
pretty-format "^26.5.0"
pretty-format "^26.6.0"

jest-docblock@^26.0.0:
version "26.0.0"
Expand Down Expand Up @@ -4605,15 +4605,15 @@ jest-matcher-utils@^26.4.2:
jest-get-type "^26.3.0"
pretty-format "^26.4.2"

jest-matcher-utils@~26.5.0:
version "26.5.0"
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.5.0.tgz#1195d6a35c4c710ad286b775b966f3fdb7a2102d"
integrity sha512-QgbbxqFT8wiTi4o/7MWj2vHlcmMjACG8vnJ9pJ7svVDmkzEnTUGdHXWLKB1aZhbnyXetMNRF+TSMcDS9aGfuzA==
jest-matcher-utils@~26.6.0:
version "26.6.0"
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.0.tgz#8f57d78353275bfa7a3ccea128c1030b347138e2"
integrity sha512-BUy/dQYb7ELGRazmK4ZVkbfPYCaNnrMtw1YljVhcKzWUxBM0xQ+bffrfnMLdRZp4wUUcT4ahaVnA3VWZtXWP9Q==
dependencies:
chalk "^4.0.0"
jest-diff "^26.5.0"
jest-diff "^26.6.0"
jest-get-type "^26.3.0"
pretty-format "^26.5.0"
pretty-format "^26.6.0"

jest-message-util@^24.9.0:
version "24.9.0"
Expand Down Expand Up @@ -6348,12 +6348,12 @@ pretty-format@^26.4.2:
ansi-styles "^4.0.0"
react-is "^16.12.0"

pretty-format@^26.5.0:
version "26.5.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.5.0.tgz#3320e4952f8e6918fc8c26c6df7aad9734818ac2"
integrity sha512-NcgRuuTutUJ9+Br4P19DFThpJYnYBiugfRmZEA6pXrUeG+IcMSmppb88rU+iPA+XAJcjTYlCb5Ed6miHg/Qqqw==
pretty-format@^26.6.0:
version "26.6.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.0.tgz#1e1030e3c70e3ac1c568a5fd15627671ea159391"
integrity sha512-Uumr9URVB7bm6SbaByXtx+zGlS+0loDkFMHP0kHahMjmfCtmFY03iqd++5v3Ld6iB5TocVXlBN/T+DXMn9d4BA==
dependencies:
"@jest/types" "^26.5.0"
"@jest/types" "^26.6.0"
ansi-regex "^5.0.0"
ansi-styles "^4.0.0"
react-is "^16.12.0"
Expand Down

0 comments on commit 7e25d8c

Please sign in to comment.