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

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

Bumps [jest-mock-axios](https://github.com/knee-cola/jest-mock-axios) from 4.0.0 to 4.1.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.0.0...4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-03 06:13:10 +00:00 committed by GitHub
parent 75039762e7
commit 9ade7d25db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -13452,9 +13452,9 @@
}
},
"jest-mock-axios": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.0.0.tgz",
"integrity": "sha512-p5+G9eVeEg2wH46Hle8yvsyXikk8V7jSDrlaNDOXc6sA5jyD6JAIO4voZPdB0V1A9rCVFHExOU+JRyTc2blnjw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.1.0.tgz",
"integrity": "sha512-I2oQ2aNUSI9K8Eci2CJfW68d5jHr3uLPg3b8+xDkhllXkyCLZEBU8Ju6GbHmGDt3NVa1UAohy721xZzWFehpmw==",
"dev": true,
"requires": {
"synchronous-promise": "^2.0.10"
@ -21904,9 +21904,9 @@
"dev": true
},
"synchronous-promise": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.12.tgz",
"integrity": "sha512-rIDJiHmIK02tXU+eW1v6a7rNIIiMLm5JUF5Uj2fT6oLSulg7WNDVoqvkYqkFoJzf4v2gmTLppvzegdo9R+7h1Q==",
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.13.tgz",
"integrity": "sha512-R9N6uDkVsghHePKh1TEqbnLddO2IY25OcsksyFp/qBe7XYd0PVbKEWxhcdMhpLzE1I6skj5l4aEZ3CRxcbArlA==",
"dev": true
},
"table": {

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.0.0",
"jest-mock-axios": "^4.1.0",
"react-scripts": "^3.4.1",
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.3"