Skip to content

Commit 135554b

Browse files
chore(deps): update dependency eslint to v7.18.0 (#265)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a76248b commit 135554b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@changesets/cli": "2.13.0",
3333
"@typescript-eslint/eslint-plugin": "4.13.0",
3434
"@typescript-eslint/parser": "4.13.0",
35-
"eslint": "7.17.0",
35+
"eslint": "7.18.0",
3636
"husky": "4.3.7",
3737
"lint-staged": "10.5.3",
3838
"@types/node": "14.14.21",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,10 @@
609609
minimatch "^3.0.4"
610610
strip-json-comments "^3.1.1"
611611

612-
"@eslint/eslintrc@^0.2.2":
613-
version "0.2.2"
614-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
615-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
612+
"@eslint/eslintrc@^0.3.0":
613+
version "0.3.0"
614+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
615+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
616616
dependencies:
617617
ajv "^6.12.4"
618618
debug "^4.1.1"
@@ -621,7 +621,7 @@
621621
ignore "^4.0.6"
622622
import-fresh "^3.2.1"
623623
js-yaml "^3.13.1"
624-
lodash "^4.17.19"
624+
lodash "^4.17.20"
625625
minimatch "^3.0.4"
626626
strip-json-comments "^3.1.1"
627627

@@ -2793,13 +2793,13 @@ [email protected]:
27932793
text-table "^0.2.0"
27942794
v8-compile-cache "^2.0.3"
27952795

2796-
eslint@7.17.0:
2797-
version "7.17.0"
2798-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
2799-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
2796+
eslint@7.18.0:
2797+
version "7.18.0"
2798+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
2799+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
28002800
dependencies:
28012801
"@babel/code-frame" "^7.0.0"
2802-
"@eslint/eslintrc" "^0.2.2"
2802+
"@eslint/eslintrc" "^0.3.0"
28032803
ajv "^6.10.0"
28042804
chalk "^4.0.0"
28052805
cross-spawn "^7.0.2"
@@ -2823,7 +2823,7 @@ [email protected]:
28232823
js-yaml "^3.13.1"
28242824
json-stable-stringify-without-jsonify "^1.0.1"
28252825
levn "^0.4.1"
2826-
lodash "^4.17.19"
2826+
lodash "^4.17.20"
28272827
minimatch "^3.0.4"
28282828
natural-compare "^1.4.0"
28292829
optionator "^0.9.1"

0 commit comments

Comments
 (0)