1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Bump jest-mock-axios from 3.2.0 to 4.0.0 in /client

Bumps [jest-mock-axios](https://github.com/knee-cola/jest-mock-axios) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/knee-cola/jest-mock-axios/releases)
- [Commits](https://github.com/knee-cola/jest-mock-axios/compare/3.2.0...4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-18 17:38:55 +00:00 committed by GitHub
parent 456e9a6607
commit 0dda840f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -13573,9 +13573,9 @@
}
},
"jest-mock-axios": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-3.2.0.tgz",
"integrity": "sha512-aRzSxGwjVQ54rhRG3wH3+guubJdlc5bFoUhE5Ic3pjHiaMlfRracADJ8mKQqptyqT5YGqXGKqRULxEQhiXOGoA==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.0.0.tgz",
"integrity": "sha512-p5+G9eVeEg2wH46Hle8yvsyXikk8V7jSDrlaNDOXc6sA5jyD6JAIO4voZPdB0V1A9rCVFHExOU+JRyTc2blnjw==",
"dev": true,
"requires": {
"synchronous-promise": "^2.0.10"
@ -22047,9 +22047,9 @@
"dev": true
},
"synchronous-promise": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.10.tgz",
"integrity": "sha512-6PC+JRGmNjiG3kJ56ZMNWDPL8hjyghF5cMXIFOKg+NiwwEZZIvxTWd0pinWKyD227odg9ygF8xVhhz7gb8Uq7A==",
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.12.tgz",
"integrity": "sha512-rIDJiHmIK02tXU+eW1v6a7rNIIiMLm5JUF5Uj2fT6oLSulg7WNDVoqvkYqkFoJzf4v2gmTLppvzegdo9R+7h1Q==",
"dev": true
},
"table": {

View File

@ -64,7 +64,7 @@
"@types/react-router-dom": "^5.1.3",
"@types/react-transition-group": "^4.2.4",
"@types/shortid": "^0.0.29",
"jest-mock-axios": "^3.2.0",
"jest-mock-axios": "^4.0.0",
"react-scripts": "^3.4.1",
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.2"