Merge pull request #137 from oceanprotocol/dependabot/npm_and_yarn/types/node-14.14.28

Bump @types/node from 14.0.27 to 14.14.28
This commit is contained in:
Matthias Kretschmann 2021-02-15 05:24:01 +01:00 committed by GitHub
commit 598589ced5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2293,9 +2293,9 @@
}
},
"@types/node": {
"version": "14.0.27",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.27.tgz",
"integrity": "sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==",
"version": "14.14.28",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.28.tgz",
"integrity": "sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g==",
"dev": true
},
"@types/parse5": {

View File

@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.27",
"@types/node": "^14.14.28",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.10.1",