From 62560d4136fa9f4c5d0cc3ec806e7ab991d238bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jul 2020 21:27:15 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.4 --- hello-world/package-lock.json | 6 +++--- hello-world/package.json | 2 +- hello-world/yarn.lock | 8 ++++---- plugin-prisma/package-lock.json | 6 +++--- plugin-prisma/package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/hello-world/package-lock.json b/hello-world/package-lock.json index 3d378477..b60b254c 100644 --- a/hello-world/package-lock.json +++ b/hello-world/package-lock.json @@ -1000,9 +1000,9 @@ } }, "@types/jest": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.0.tgz", - "integrity": "sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==", + "version": "26.0.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.4.tgz", + "integrity": "sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/hello-world/package.json b/hello-world/package.json index 00b05d26..af3c027e 100644 --- a/hello-world/package.json +++ b/hello-world/package.json @@ -7,7 +7,7 @@ "nexus": "^0.25.0" }, "devDependencies": { - "@types/jest": "26.0.0", + "@types/jest": "26.0.4", "jest": "26.0.1", "prettier": "2.0.5", "ts-jest": "26.1.0" diff --git a/hello-world/yarn.lock b/hello-world/yarn.lock index adc8f506..6dc23576 100644 --- a/hello-world/yarn.lock +++ b/hello-world/yarn.lock @@ -629,10 +629,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@26.0.0": - version "26.0.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134" - integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g== +"@types/jest@26.0.4": + version "26.0.4" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.4.tgz#d2e513e85aca16992816f192582b5e67b0b15efb" + integrity sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1" diff --git a/plugin-prisma/package-lock.json b/plugin-prisma/package-lock.json index 49461e7f..cf68fb46 100644 --- a/plugin-prisma/package-lock.json +++ b/plugin-prisma/package-lock.json @@ -1564,9 +1564,9 @@ } }, "@types/jest": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.0.tgz", - "integrity": "sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==", + "version": "26.0.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.4.tgz", + "integrity": "sha512-4fQNItvelbNA9+sFgU+fhJo8ZFF+AS4Egk3GWwCW2jFtViukXbnztccafAdLhzE/0EiCogljtQQXP8aQ9J7sFg==", "dev": true, "requires": { "jest-diff": "^25.2.1", diff --git a/plugin-prisma/package.json b/plugin-prisma/package.json index 71ddaab4..e77b1a94 100644 --- a/plugin-prisma/package.json +++ b/plugin-prisma/package.json @@ -16,7 +16,7 @@ "nexus-plugin-prisma": "0.16.1" }, "devDependencies": { - "@types/jest": "26.0.0", + "@types/jest": "26.0.4", "jest": "26.0.1", "jest-environment-node": "^26.0.1", "nanoid": "^3.1.10",