Bump @jest/types from 27.1.0 to 27.1.1

Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types) from 27.1.0 to 27.1.1.
- [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.1/packages/jest-types)

---
updated-dependencies:
- dependency-name: "@jest/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-08 10:15:55 +00:00 committed by Jon Koops
parent f62b788223
commit a0fd699049
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -28,7 +28,7 @@
"use-react-router-breadcrumbs": "^2.0.2" "use-react-router-breadcrumbs": "^2.0.2"
}, },
"devDependencies": { "devDependencies": {
"@jest/types": "^27.1.0", "@jest/types": "^27.1.1",
"@snowpack/app-scripts-react": "^2.0.1", "@snowpack/app-scripts-react": "^2.0.1",
"@snowpack/plugin-postcss": "^1.4.3", "@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-react-refresh": "^2.5.0", "@snowpack/plugin-react-refresh": "^2.5.0",
@ -2477,9 +2477,9 @@
} }
}, },
"node_modules/@jest/types": { "node_modules/@jest/types": {
"version": "27.1.0", "version": "27.1.1",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.0.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz",
"integrity": "sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==", "integrity": "sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",
@ -19343,9 +19343,9 @@
} }
}, },
"@jest/types": { "@jest/types": {
"version": "27.1.0", "version": "27.1.1",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.0.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz",
"integrity": "sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==", "integrity": "sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",

View file

@ -44,7 +44,7 @@
"use-react-router-breadcrumbs": "^2.0.2" "use-react-router-breadcrumbs": "^2.0.2"
}, },
"devDependencies": { "devDependencies": {
"@jest/types": "^27.1.0", "@jest/types": "^27.1.1",
"@snowpack/app-scripts-react": "^2.0.1", "@snowpack/app-scripts-react": "^2.0.1",
"@snowpack/plugin-postcss": "^1.4.3", "@snowpack/plugin-postcss": "^1.4.3",
"@snowpack/plugin-react-refresh": "^2.5.0", "@snowpack/plugin-react-refresh": "^2.5.0",