chore(deps): update dependency eslint to v7.3.1 (#1804)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-06-24 08:50:56 +00:00 committed by GitHub
parent 98451df89d
commit 99602b5d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -4206,9 +4206,9 @@
"dev": true
},
"eslint": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.0.tgz",
"integrity": "sha512-dJMVXwfU5PT1cj2Nv2VPPrKahKTGdX+5Dh0Q3YuKt+Y2UhdL2YbzsVaBMyG9HC0tBismlv/r1+eZqs6SMIV38Q==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.1.tgz",
"integrity": "sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -6,7 +6,7 @@
"@jsdoc/eslint-config": "^1.0.8",
"@jsdoc/test-matchers": "^0.1.0",
"ajv": "^6.12.2",
"eslint": "^7.3.0",
"eslint": "^7.3.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"jasmine": "^3.5.0",

View File

@ -11,7 +11,7 @@
"license": "Apache-2.0",
"main": "index.js",
"peerDependencies": {
"eslint": ">= 7.3.0"
"eslint": ">= 7.3.1"
},
"publishConfig": {
"access": "public"