chore: bump @types/node from 15.14.0 to 16.0.0 in /web3.js (#18418)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.0 to 16.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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:
dependabot[bot] 2021-07-05 08:02:02 -05:00 committed by GitHub
parent 7462c27d07
commit af18ca4e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -47,7 +47,7 @@
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.1",
"@types/mz": "^2.7.3",
"@types/node": "^15.0.0",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.8",
"@types/secp256k1": "^4.0.1",
"@types/sinon": "^10.0.0",
@ -3674,9 +3674,9 @@
}
},
"node_modules/@types/node": {
"version": "15.14.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.0.tgz",
"integrity": "sha512-um/+/ip3QZmwLfIkWZSNtQIJNVAqrJ92OkLMeuZrjZMTAJniI7fh8N8OICyDhAJ2mzgk/fmYFo72jRr5HyZ1EQ=="
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.0.0.tgz",
"integrity": "sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg=="
},
"node_modules/@types/node-fetch": {
"version": "2.5.10",
@ -23363,9 +23363,9 @@
}
},
"@types/node": {
"version": "15.14.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.0.tgz",
"integrity": "sha512-um/+/ip3QZmwLfIkWZSNtQIJNVAqrJ92OkLMeuZrjZMTAJniI7fh8N8OICyDhAJ2mzgk/fmYFo72jRr5HyZ1EQ=="
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.0.0.tgz",
"integrity": "sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg=="
},
"@types/node-fetch": {
"version": "2.5.10",

View File

@ -100,7 +100,7 @@
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.1",
"@types/mz": "^2.7.3",
"@types/node": "^15.0.0",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.8",
"@types/secp256k1": "^4.0.1",
"@types/sinon": "^10.0.0",