Bump jest-resolve from 25.2.1 to 25.2.3

Bumps [jest-resolve](https://github.com/facebook/jest/tree/HEAD/packages/jest-resolve) from 25.2.1 to 25.2.3.
- [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/v25.2.3/packages/jest-resolve)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-27 10:52:40 +00:00 committed by GitHub
parent 3f17921d03
commit 78c44da5dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -18435,12 +18435,12 @@
"dev": true
},
"jest-resolve": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-25.2.1.tgz",
"integrity": "sha512-5rVc6khEckNH62adcR+jlYd34/jBO/U22VHf+elmyO6UBHNWXSbfy63+spJRN4GQ/0dbu6Hi6ZVdR58bmNG2Eg==",
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-25.2.3.tgz",
"integrity": "sha512-1vZMsvM/DBH258PnpUNSXIgtzpYz+vCVCj9+fcy4akZl4oKbD+9hZSlfe9RIDpU0Fc28ozHQrmwX3EqFRRIHGg==",
"dev": true,
"requires": {
"@jest/types": "^25.2.1",
"@jest/types": "^25.2.3",
"browser-resolve": "^1.11.3",
"chalk": "^3.0.0",
"jest-pnp-resolver": "^1.2.1",
@ -18449,9 +18449,9 @@
},
"dependencies": {
"@jest/types": {
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-25.2.1.tgz",
"integrity": "sha512-WuGFGJ3Rrycg+5ZwQTWKjr21M9psANPAWYD28K42hSeUzhv1H591VXIoq0tjs00mydhNOgVOkKSpzRS3CrOYFw==",
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-25.2.3.tgz",
"integrity": "sha512-6oLQwO9mKif3Uph3RX5J1i3S7X7xtDHWBaaaoeKw8hOzV6YUd0qDcYcHZ6QXMHDIzSr7zzrEa51o2Ovlj6AtKQ==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.0",

View File

@ -73,7 +73,7 @@
"is-wsl": "^2.1.0",
"jest": "25.2.3",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "25.2.1",
"jest-resolve": "25.2.3",
"jest-watch-typeahead": "0.4.2",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",