Bump jest-mock-axios from 4.1.0 to 4.2.0 in /client

Bumps [jest-mock-axios](https://github.com/knee-cola/jest-mock-axios) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/knee-cola/jest-mock-axios/releases)
- [Changelog](https://github.com/knee-cola/jest-mock-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knee-cola/jest-mock-axios/compare/4.1.0...4.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-08 01:04:45 +00:00 committed by GitHub
parent 61d0c7328c
commit 0eee025656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -13393,9 +13393,9 @@
}
},
"jest-mock-axios": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.1.0.tgz",
"integrity": "sha512-I2oQ2aNUSI9K8Eci2CJfW68d5jHr3uLPg3b8+xDkhllXkyCLZEBU8Ju6GbHmGDt3NVa1UAohy721xZzWFehpmw==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.2.0.tgz",
"integrity": "sha512-tGvXQLfC0xmRo+EUpmAapsbWXh/83y82sPsZbePj2SsCIMvAsN0okARTOjbuYYffddF7YoQwaJ8++wGsslh3Xw==",
"dev": true,
"requires": {
"synchronous-promise": "^2.0.10"

View File

@ -63,7 +63,7 @@
"@types/react-router-dom": "^5.1.5",
"@types/react-transition-group": "^4.4.0",
"@types/shortid": "^0.0.29",
"jest-mock-axios": "^4.1.0",
"jest-mock-axios": "^4.2.0",
"react-scripts": "^3.4.1",
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.3"