1
0
mirror of https://github.com/oceanprotocol/community-numbers.git synced 2024-11-22 01:37:02 +01:00

Merge pull request #22 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.6.0

Bump eslint from 7.5.0 to 7.6.0
This commit is contained in:
Matthias Kretschmann 2020-08-03 08:37:04 +02:00 committed by GitHub
commit a4bbd3101e
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

@ -428,9 +428,9 @@
"dev": true "dev": true
}, },
"eslint": { "eslint": {
"version": "7.5.0", "version": "7.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.5.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.6.0.tgz",
"integrity": "sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q==", "integrity": "sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",

View File

@ -12,7 +12,7 @@
"node-fetch": "^2.6.0" "node-fetch": "^2.6.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.5.0", "eslint": "^7.6.0",
"eslint-config-oceanprotocol": "^1.5.0", "eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0", "eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^11.1.0" "eslint-plugin-node": "^11.1.0"