1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Bump @types/node from 15.14.0 to 16.0.0 (#881)

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-07 12:45:12 +03:00 committed by GitHub
parent 3aae104552
commit 4c32cc3242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@types/chai-spies": "^1.0.3",
"@types/crypto-js": "^4.0.1",
"@types/mocha": "^8.0.3",
"@types/node": "^15.0.0",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
@ -7202,9 +7202,9 @@
"license": "MIT"
},
"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",
@ -41928,9 +41928,9 @@
"dev": true
},
"@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

@ -64,7 +64,7 @@
"@types/chai-spies": "^1.0.3",
"@types/crypto-js": "^4.0.1",
"@types/mocha": "^8.0.3",
"@types/node": "^15.0.0",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",