Merge pull request #37 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.14.0

Bump eslint from 7.12.1 to 7.14.0
This commit is contained in:
Matthias Kretschmann 2020-11-24 13:27:57 +01:00 committed by GitHub
commit 252b4b59a3
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

@ -466,9 +466,9 @@
"dev": true
},
"eslint": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.12.1.tgz",
"integrity": "sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==",
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.14.0.tgz",
"integrity": "sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -12,7 +12,7 @@
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint": "^7.14.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-node": "^11.1.0"