From e111cc62c36bb3cd393aba223a27f9c0b5cc2c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:52:12 -0400 Subject: [PATCH] Bump @jest/types from 27.0.6 to 27.1.0 (#1089) Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types) from 27.0.6 to 27.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v27.1.0/packages/jest-types) --- updated-dependencies: - dependency-name: "@jest/types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3429e4633b..7854619026 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "use-react-router-breadcrumbs": "^2.0.2" }, "devDependencies": { - "@jest/types": "^27.0.6", + "@jest/types": "^27.1.0", "@snowpack/app-scripts-react": "^2.0.1", "@snowpack/plugin-postcss": "^1.4.3", "@snowpack/plugin-react-refresh": "^2.5.0", @@ -2476,8 +2476,9 @@ } }, "node_modules/@jest/types": { - "version": "27.0.6", - "integrity": "sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==", + "version": "27.1.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.0.tgz", + "integrity": "sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==", "dev": true, "dependencies": { "@types/istanbul-lib-coverage": "^2.0.0", @@ -19302,8 +19303,9 @@ } }, "@jest/types": { - "version": "27.0.6", - "integrity": "sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==", + "version": "27.1.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.0.tgz", + "integrity": "sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==", "dev": true, "requires": { "@types/istanbul-lib-coverage": "^2.0.0", diff --git a/package.json b/package.json index 25fa11ae7d..e34dea85ae 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "use-react-router-breadcrumbs": "^2.0.2" }, "devDependencies": { - "@jest/types": "^27.0.6", + "@jest/types": "^27.1.0", "@snowpack/app-scripts-react": "^2.0.1", "@snowpack/plugin-postcss": "^1.4.3", "@snowpack/plugin-react-refresh": "^2.5.0",