Update dependency editorconfig-checker to v3.1.0 (#3188)

This commit is contained in:
renovate[bot] 2020-06-08 09:23:04 +01:00 committed by GitHub
parent 7293a0ebd0
commit b234c8ffef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -2134,9 +2134,9 @@
}
},
"editorconfig-checker": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-3.0.5.tgz",
"integrity": "sha512-ECRPzY8Gv9dvVGHH2/vzCem2R/BVrQ+aSewmJytiXjwIQFpJu3O6jZkWW7ZTZ8vEstNoemjcC74QscdW8pqfRQ==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-3.1.0.tgz",
"integrity": "sha512-9o95WFhPr5yAshfpHMFJP8+WZdePacFKgbDa5trbkF45J7QPUO7lmD8nW4IdTTeodNLO7iMAwr56xTI/mm2dGg==",
"dev": true,
"requires": {
"node-fetch": "^2.6.0",
@ -7713,4 +7713,4 @@
}
}
}
}
}

View file

@ -18,7 +18,7 @@
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
"devDependencies": {
"editorconfig-checker": "3.0.5",
"editorconfig-checker": "3.1.0",
"jest": "26.0.1",
"jsonlint2": "1.7.1",
"npm-run-all": "4.1.5",