Skip to content

Commit bdc94af

Browse files
fix(deps): update dependency eslint to v7.19.0 (#277)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ca3bc5f commit bdc94af

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
@@ -7,7 +7,7 @@
77
"@typescript-eslint/eslint-plugin": "4.14.1",
88
"@typescript-eslint/parser": "4.14.1",
99
"babel-eslint": "10.1.0",
10-
"eslint": "7.18.0",
10+
"eslint": "7.19.0",
1111
"eslint-config-airbnb": "18.2.1",
1212
"eslint-config-prettier": "7.2.0",
1313
"eslint-config-xo": "0.34.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,10 +1955,10 @@ eslint-visitor-keys@^2.0.0:
19551955
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
19561956
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
19571957

1958-
eslint@7.18.0:
1959-
version "7.18.0"
1960-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
1961-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
1958+
eslint@7.19.0:
1959+
version "7.19.0"
1960+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
1961+
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
19621962
dependencies:
19631963
"@babel/code-frame" "^7.0.0"
19641964
"@eslint/eslintrc" "^0.3.0"

0 commit comments

Comments
 (0)