chore: bump mockttp from 2.2.0 to 2.2.1 in /web3.js (#19202)
Bumps [mockttp](https://github.com/httptoolkit/mockttp) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/httptoolkit/mockttp/releases) - [Commits](https://github.com/httptoolkit/mockttp/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: mockttp dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
736da0a80e
commit
d0ee5cdc8f
|
@ -11071,9 +11071,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/mockttp": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mockttp/-/mockttp-2.2.0.tgz",
|
||||
"integrity": "sha512-EcSxKiEkvkmHDL1bYlObWgCoa3P0CwmfoDMM9Xmv2t75ttXUgo/GQCSh304gj86RShuqugOoN7gtDffLFDfWiQ==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/mockttp/-/mockttp-2.2.1.tgz",
|
||||
"integrity": "sha512-0Nhp7gDnPkKNKRaJtqfDQaSYEbfYQohmf7DUTJG/Q6vP0gNblSEjr/sFGHDX6XvBraoOpSw3ePV2XDzK21VAsQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@graphql-tools/schema": "^7.1.5",
|
||||
|
@ -11093,7 +11093,7 @@
|
|||
"express": "^4.14.0",
|
||||
"express-graphql": "^0.11.0",
|
||||
"fetch-ponyfill": "^7.1.0",
|
||||
"graphql": "^14.0.2",
|
||||
"graphql": "^14.0.2 || ^15.5",
|
||||
"graphql-subscriptions": "^1.1.0",
|
||||
"http-encoding": "^1.4.0",
|
||||
"http2-wrapper": "2.0.5",
|
||||
|
@ -28687,9 +28687,9 @@
|
|||
}
|
||||
},
|
||||
"mockttp": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mockttp/-/mockttp-2.2.0.tgz",
|
||||
"integrity": "sha512-EcSxKiEkvkmHDL1bYlObWgCoa3P0CwmfoDMM9Xmv2t75ttXUgo/GQCSh304gj86RShuqugOoN7gtDffLFDfWiQ==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/mockttp/-/mockttp-2.2.1.tgz",
|
||||
"integrity": "sha512-0Nhp7gDnPkKNKRaJtqfDQaSYEbfYQohmf7DUTJG/Q6vP0gNblSEjr/sFGHDX6XvBraoOpSw3ePV2XDzK21VAsQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@graphql-tools/schema": "^7.1.5",
|
||||
|
@ -28709,7 +28709,7 @@
|
|||
"express": "^4.14.0",
|
||||
"express-graphql": "^0.11.0",
|
||||
"fetch-ponyfill": "^7.1.0",
|
||||
"graphql": "^14.0.2",
|
||||
"graphql": "^14.0.2 || ^15.5",
|
||||
"graphql-subscriptions": "^1.1.0",
|
||||
"http-encoding": "^1.4.0",
|
||||
"http2-wrapper": "2.0.5",
|
||||
|
|
Loading…
Reference in New Issue