Skip to content

Commit fb043de

Browse files
build: update devdependency eslint to ~7.10.0 (#475)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b8d174e commit fb043de

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"conventional-changelog-angular-all-2": "~5.0.1",
4444
"cross-env": "~7.0.0",
4545
"documentation": "~13.0.0",
46-
"eslint": "~7.9.0",
46+
"eslint": "~7.10.0",
4747
"eslint-config-wopian": "~2.0.0",
4848
"jest": "~26.4.0",
4949
"lerna": "~3.22.0",

yarn.lock

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5115,14 +5115,22 @@ eslint-scope@^4.0.3:
51155115
esrecurse "^4.1.0"
51165116
estraverse "^4.1.1"
51175117

5118-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
5118+
eslint-scope@^5.0.0:
51195119
version "5.1.0"
51205120
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
51215121
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
51225122
dependencies:
51235123
esrecurse "^4.1.0"
51245124
estraverse "^4.1.1"
51255125

5126+
eslint-scope@^5.1.1:
5127+
version "5.1.1"
5128+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
5129+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
5130+
dependencies:
5131+
esrecurse "^4.3.0"
5132+
estraverse "^4.1.1"
5133+
51265134
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
51275135
version "2.1.0"
51285136
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -5135,10 +5143,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
51355143
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
51365144
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
51375145

5138-
eslint@~7.9.0:
5139-
version "7.9.0"
5140-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
5141-
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
5146+
eslint@~7.10.0:
5147+
version "7.10.0"
5148+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
5149+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
51425150
dependencies:
51435151
"@babel/code-frame" "^7.0.0"
51445152
"@eslint/eslintrc" "^0.1.3"
@@ -5148,7 +5156,7 @@ eslint@~7.9.0:
51485156
debug "^4.0.1"
51495157
doctrine "^3.0.0"
51505158
enquirer "^2.3.5"
5151-
eslint-scope "^5.1.0"
5159+
eslint-scope "^5.1.1"
51525160
eslint-utils "^2.1.0"
51535161
eslint-visitor-keys "^1.3.0"
51545162
espree "^7.3.0"
@@ -5199,7 +5207,7 @@ esquery@^1.2.0:
51995207
dependencies:
52005208
estraverse "^5.1.0"
52015209

5202-
esrecurse@^4.1.0:
5210+
esrecurse@^4.1.0, esrecurse@^4.3.0:
52035211
version "4.3.0"
52045212
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
52055213
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==

0 commit comments

Comments
 (0)