Skip to content

Commit 415badb

Browse files
build: update devdependency eslint to ~7.7.0 (#460)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f439c60 commit 415badb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.6.0",
46+
"eslint": "~7.7.0",
4747
"eslint-config-wopian": "~2.0.0",
4848
"jest": "~26.2.0",
4949
"lerna": "~3.22.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5127,10 +5127,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
51275127
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
51285128
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
51295129

5130-
eslint@~7.6.0:
5131-
version "7.6.0"
5132-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.6.0.tgz#522d67cfaea09724d96949c70e7a0550614d64d6"
5133-
integrity sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==
5130+
eslint@~7.7.0:
5131+
version "7.7.0"
5132+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
5133+
integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg==
51345134
dependencies:
51355135
"@babel/code-frame" "^7.0.0"
51365136
ajv "^6.10.0"

0 commit comments

Comments
 (0)