From 4ba5010b0c1e432e746c7f7d21a01acb16c100c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 18:02:10 +0000 Subject: [PATCH] Bump @types/jest from 28.1.2 to 28.1.3 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.2 to 28.1.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f988f1ffdb..568e11c017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@bahmutov/add-typescript-to-cypress": "2.1.2", "@cypress/webpack-preprocessor": "5.11.1", "@jest/globals": "28.1.1", - "@types/jest": "28.1.2", + "@types/jest": "28.1.3", "@types/js-yaml": "4.0.5", "@types/lodash": "4.14.182", "@types/node": "17.0.41", @@ -4331,9 +4331,9 @@ } }, "node_modules/@types/jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", - "integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==", "dev": true, "dependencies": { "jest-matcher-utils": "^28.0.0", @@ -28573,9 +28573,9 @@ } }, "@types/jest": { - "version": "28.1.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.2.tgz", - "integrity": "sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==", + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==", "dev": true, "requires": { "jest-matcher-utils": "^28.0.0", diff --git a/package.json b/package.json index 5bbe1d3680..7952807977 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@bahmutov/add-typescript-to-cypress": "2.1.2", "@cypress/webpack-preprocessor": "5.11.1", "@jest/globals": "28.1.1", - "@types/jest": "28.1.2", + "@types/jest": "28.1.3", "@types/js-yaml": "4.0.5", "@types/lodash": "4.14.182", "@types/node": "17.0.41",