Merge pull request #310 from oceanprotocol/dependabot/npm_and_yarn/client/jest-mock-axios-4.2.0

Bump jest-mock-axios from 4.1.0 to 4.2.0 in /client
This commit is contained in:
Matthias Kretschmann 2020-06-08 12:13:38 +02:00 committed by GitHub
commit cb8c7fdaab
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"