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",