Skip to content

Commit 14b0a8b

Browse files
Merge pull request #19 from nestjs-addons/renovate/jest-26.x
chore(deps): update dependency @types/jest to v26.0.15
2 parents 38a0243 + 07c60fd commit 14b0a8b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nrwl/nest": "10.2.0",
4343
"@nrwl/node": "10.2.0",
4444
"@nrwl/workspace": "10.2.0",
45-
"@types/jest": "26.0.14",
45+
"@types/jest": "26.0.15",
4646
"@types/node": "~8.9.4",
4747
"@typescript-eslint/eslint-plugin": "2.19.2",
4848
"@typescript-eslint/parser": "2.19.2",

yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,15 @@
904904
dependencies:
905905
"@types/istanbul-lib-report" "*"
906906

907-
907+
908+
version "26.0.15"
909+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe"
910+
integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog==
911+
dependencies:
912+
jest-diff "^26.0.0"
913+
pretty-format "^26.0.0"
914+
915+
908916
version "26.0.14"
909917
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
910918
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
@@ -4664,7 +4672,7 @@ jest-diff@^25.2.1:
46644672
jest-get-type "^25.2.6"
46654673
pretty-format "^25.5.0"
46664674

4667-
jest-diff@^26.6.2:
4675+
jest-diff@^26.0.0, jest-diff@^26.6.2:
46684676
version "26.6.2"
46694677
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
46704678
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@@ -6359,7 +6367,7 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
63596367
ansi-styles "^4.0.0"
63606368
react-is "^16.12.0"
63616369

6362-
pretty-format@^26.6.2:
6370+
pretty-format@^26.0.0, pretty-format@^26.6.2:
63636371
version "26.6.2"
63646372
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
63656373
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==

0 commit comments

Comments
 (0)