Bump jest-resolve from 26.2.2 to 26.3.0

Bumps [jest-resolve](https://github.com/facebook/jest/tree/HEAD/packages/jest-resolve) from 26.2.2 to 26.3.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/v26.3.0/packages/jest-resolve)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-10 16:54:11 +00:00 committed by GitHub
parent af19eff60d
commit cc34a261fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 14 deletions

35
package-lock.json generated
View File

@ -13242,34 +13242,43 @@
"dev": true
},
"jest-resolve": {
"version": "26.2.2",
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.2.2.tgz",
"integrity": "sha512-ye9Tj/ILn/0OgFPE/3dGpQPUqt4dHwIocxt5qSBkyzxQD8PbL0bVxBogX2FHxsd3zJA7V2H/cHXnBnNyyT9YoQ==",
"version": "26.3.0",
"resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.3.0.tgz",
"integrity": "sha512-+oKVWDkXjdZ4Xciuxv+M5e5v/Z3RLjrKIzen9tq3IO6HpzsLf9Mk3rET5du1uU8iVUCvz4/1PmjzNF50Uc7l2A==",
"dev": true,
"requires": {
"@jest/types": "^26.2.0",
"@jest/types": "^26.3.0",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
"jest-pnp-resolver": "^1.2.2",
"jest-util": "^26.2.0",
"jest-util": "^26.3.0",
"read-pkg-up": "^7.0.1",
"resolve": "^1.17.0",
"slash": "^3.0.0"
},
"dependencies": {
"@jest/types": {
"version": "26.2.0",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.2.0.tgz",
"integrity": "sha512-lvm3rJvctxd7+wxKSxxbzpDbr4FXDLaC57WEKdUIZ2cjTYuxYSc0zlyD7Z4Uqr5VdKxRUrtwIkiqBuvgf8uKJA==",
"version": "26.3.0",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz",
"integrity": "sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.0",
"@types/istanbul-reports": "^1.1.1",
"@types/istanbul-reports": "^3.0.0",
"@types/node": "*",
"@types/yargs": "^15.0.0",
"chalk": "^4.0.0"
}
},
"@types/istanbul-reports": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
"integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
"dev": true,
"requires": {
"@types/istanbul-lib-report": "*"
}
},
"ansi-styles": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
@ -13322,12 +13331,12 @@
"dev": true
},
"jest-util": {
"version": "26.2.0",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.2.0.tgz",
"integrity": "sha512-YmDwJxLZ1kFxpxPfhSJ0rIkiZOM0PQbRcfH0TzJOhqCisCAsI1WcmoQqO83My9xeVA2k4n+rzg2UuexVKzPpig==",
"version": "26.3.0",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.3.0.tgz",
"integrity": "sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==",
"dev": true,
"requires": {
"@jest/types": "^26.2.0",
"@jest/types": "^26.3.0",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",

View File

@ -73,7 +73,7 @@
"is-wsl": "^2.2.0",
"jest": "26.2.2",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "26.2.2",
"jest-resolve": "26.3.0",
"jest-watch-typeahead": "0.6.0",
"mini-css-extract-plugin": "0.10.0",
"optimize-css-assets-webpack-plugin": "5.0.3",