Skip to content

Commit 81fe85c

Browse files
committed
chore(deps): update dependency @types/jest to v25.1.5
1 parent 33d6a7c commit 81fe85c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/preset-env": "7.9.0",
5151
"@babel/preset-typescript": "7.9.0",
5252
"@types/debug": "4.1.5",
53-
"@types/jest": "25.1.4",
53+
"@types/jest": "25.1.5",
5454
"@types/node": "12.12.34",
5555
"@types/ws": "7.2.3",
5656
"@typescript-eslint/eslint-plugin": "2.26.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1446,13 +1446,13 @@
14461446
"@types/istanbul-lib-coverage" "*"
14471447
"@types/istanbul-lib-report" "*"
14481448

1449-
"@types/[email protected].4":
1450-
version "25.1.4"
1451-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.4.tgz#9e9f1e59dda86d3fd56afce71d1ea1b331f6f760"
1452-
integrity sha512-QDDY2uNAhCV7TMCITrxz+MRk1EizcsevzfeS6LykIlq2V1E5oO4wXG8V2ZEd9w7Snxeeagk46YbMgZ8ESHx3sw==
1449+
"@types/[email protected].5":
1450+
version "25.1.5"
1451+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.5.tgz#3c3c078b3cd19c6403e21277f1cfdc0ce5ebf9a9"
1452+
integrity sha512-FBmb9YZHoEOH56Xo/PIYtfuyTL0IzJLM3Hy0Sqc82nn5eqqXgefKcl/eMgChM8eSGVfoDee8cdlj7K74T8a6Yg==
14531453
dependencies:
1454-
jest-diff "^25.1.0"
1455-
pretty-format "^25.1.0"
1454+
jest-diff "25.1.0"
1455+
pretty-format "25.1.0"
14561456

14571457
"@types/jquery@*":
14581458
version "3.3.34"
@@ -5122,7 +5122,7 @@ jest-config@^25.2.6:
51225122
pretty-format "^25.2.6"
51235123
realpath-native "^2.0.0"
51245124

5125-
jest-diff@^25.1.0:
5125+
51265126
version "25.1.0"
51275127
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.1.0.tgz#58b827e63edea1bc80c1de952b80cec9ac50e1ad"
51285128
integrity sha512-nepXgajT+h017APJTreSieh4zCqnSHEJ1iT8HDlewu630lSJ4Kjjr9KNzm+kzGwwcpsDE6Snx1GJGzzsefaEHw==
@@ -6921,7 +6921,7 @@ [email protected]:
69216921
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.3.0.tgz#f2849e27db79fb4d6cfe24764fc4134f165989f2"
69226922
integrity sha512-hjGrh+P926p4R4WbaB6OckyRtO0F0/lQBiT+0gnxjV+5kjPBrfVBFCsCLbMqVQeydvIoouYTCmmEURiH3R1Bdg==
69236923

6924-
pretty-format@^25.1.0:
6924+
pretty-format@25.1.0, pretty-format@^25.1.0:
69256925
version "25.1.0"
69266926
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.1.0.tgz#ed869bdaec1356fc5ae45de045e2c8ec7b07b0c8"
69276927
integrity sha512-46zLRSGLd02Rp+Lhad9zzuNZ+swunitn8zIpfD2B4OPCRLXbM87RJT2aBLBWYOznNUML/2l/ReMyWNC80PJBUQ==

0 commit comments

Comments
 (0)