From 8b4ee7666ce511e0b1ed83c50bd744376251641f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Jun 2019 17:14:52 +0000 Subject: [PATCH] chore: update dependency @types/jest to v24.0.15 --- @commitlint/ensure/package.json | 2 +- @commitlint/execute-rule/package.json | 2 +- @commitlint/format/package.json | 2 +- @commitlint/is-ignored/package.json | 2 +- @commitlint/resolve-extends/package.json | 2 +- @commitlint/to-lines/package.json | 2 +- yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/@commitlint/ensure/package.json b/@commitlint/ensure/package.json index 6f78e9dc4f..d71c3d8693 100644 --- a/@commitlint/ensure/package.json +++ b/@commitlint/ensure/package.json @@ -38,7 +38,7 @@ "license": "MIT", "devDependencies": { "@commitlint/utils": "^8.0.0", - "@types/jest": "24.0.13", + "@types/jest": "24.0.15", "concurrently": "3.5.1", "globby": "9.2.0", "jest": "24.8.0", diff --git a/@commitlint/execute-rule/package.json b/@commitlint/execute-rule/package.json index 93d52d8fb3..6c790738c1 100644 --- a/@commitlint/execute-rule/package.json +++ b/@commitlint/execute-rule/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@commitlint/parse": "^8.0.0", "@commitlint/utils": "^8.0.0", - "@types/jest": "24.0.13", + "@types/jest": "24.0.15", "@types/lodash": "4.14.134", "concurrently": "3.5.1", "jest": "24.8.0", diff --git a/@commitlint/format/package.json b/@commitlint/format/package.json index 13a2cd1c3f..80f8658814 100644 --- a/@commitlint/format/package.json +++ b/@commitlint/format/package.json @@ -38,7 +38,7 @@ "license": "MIT", "devDependencies": { "@commitlint/utils": "^8.0.0", - "@types/jest": "24.0.13", + "@types/jest": "24.0.15", "@types/lodash": "4.14.134", "concurrently": "3.5.1", "jest": "24.8.0", diff --git a/@commitlint/is-ignored/package.json b/@commitlint/is-ignored/package.json index 0796950766..e44a9d6520 100644 --- a/@commitlint/is-ignored/package.json +++ b/@commitlint/is-ignored/package.json @@ -39,7 +39,7 @@ "@commitlint/parse": "8.0.0", "@commitlint/test": "8.0.0", "@commitlint/utils": "8.0.0", - "@types/jest": "24.0.13", + "@types/jest": "24.0.15", "concurrently": "3.5.1", "jest": "24.8.0", "ts-jest": "24.0.2", diff --git a/@commitlint/resolve-extends/package.json b/@commitlint/resolve-extends/package.json index b14872b409..fb13f4f8d5 100644 --- a/@commitlint/resolve-extends/package.json +++ b/@commitlint/resolve-extends/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@commitlint/parse": "^8.0.0", "@commitlint/utils": "^8.0.0", - "@types/jest": "24.0.13", + "@types/jest": "24.0.15", "@types/lodash": "4.14.134", "@types/resolve-from": "5.0.1", "concurrently": "3.5.1", diff --git a/@commitlint/to-lines/package.json b/@commitlint/to-lines/package.json index 7e3d70f9f0..91e4c1d380 100644 --- a/@commitlint/to-lines/package.json +++ b/@commitlint/to-lines/package.json @@ -40,7 +40,7 @@ "@commitlint/parse": "^8.0.0", "@commitlint/utils": "^8.0.0", "concurrently": "3.5.1", - "@types/jest": "24.0.13", + "@types/jest": "24.0.15", "jest": "24.8.0", "ts-jest": "24.0.2", "typescript": "3.5.1" diff --git a/yarn.lock b/yarn.lock index 146b04857d..b4ebe36481 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1257,10 +1257,10 @@ resolved "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89" integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA== -"@types/jest@24.0.13": - version "24.0.13" - resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz#10f50b64cb05fb02411fbba49e9042a3a11da3f9" - integrity sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww== +"@types/jest@24.0.15": + version "24.0.15" + resolved "https://registry.npmjs.org/@types/jest/-/jest-24.0.15.tgz#6c42d5af7fe3b44ffff7cc65de7bf741e8fa427f" + integrity sha512-MU1HIvWUme74stAoc3mgAi+aMlgKOudgEvQDIm1v4RkrDudBh1T+NFp5sftpBAdXdx1J0PbdpJ+M2EsSOi1djA== dependencies: "@types/jest-diff" "*"