From 521ac95363475aa8e8b55358005c2284fc92002b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:51:36 +0000 Subject: [PATCH] Bump @types/jest from 28.1.2 to 28.1.3 in /action 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] --- action/package-lock.json | 14 +++++++------- action/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index 8b1cc0d..7a9e7f1 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@actions/exec": "^1.1.1", - "@types/jest": "^28.1.2", + "@types/jest": "^28.1.3", "@types/node": "^16.11.33", "jest": "^28.1.1", "jest-circus": "^28.1.1", @@ -1046,9 +1046,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", @@ -4343,9 +4343,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/action/package.json b/action/package.json index 905af25..dd32a6f 100644 --- a/action/package.json +++ b/action/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@actions/exec": "^1.1.1", - "@types/jest": "^28.1.2", + "@types/jest": "^28.1.3", "@types/node": "^16.11.33", "jest": "^28.1.1", "jest-circus": "^28.1.1",