Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 9f6f19f

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v7.18.0
1 parent 11a8bf3 commit 9f6f19f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"cz-conventional-changelog": "3.3.0",
6363
"enzyme": "3.11.0",
6464
"enzyme-adapter-react-16": "1.15.5",
65-
"eslint": "7.17.0",
65+
"eslint": "7.18.0",
6666
"eslint-config-airbnb": "18.2.1",
6767
"eslint-plugin-import": "2.22.1",
6868
"eslint-plugin-jest": "24.1.3",

Diff for: yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -2024,10 +2024,10 @@
20242024
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
20252025
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
20262026

2027-
"@eslint/eslintrc@^0.2.2":
2028-
version "0.2.2"
2029-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
2030-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
2027+
"@eslint/eslintrc@^0.3.0":
2028+
version "0.3.0"
2029+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
2030+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
20312031
dependencies:
20322032
ajv "^6.12.4"
20332033
debug "^4.1.1"
@@ -2036,7 +2036,7 @@
20362036
ignore "^4.0.6"
20372037
import-fresh "^3.2.1"
20382038
js-yaml "^3.13.1"
2039-
lodash "^4.17.19"
2039+
lodash "^4.17.20"
20402040
minimatch "^3.0.4"
20412041
strip-json-comments "^3.1.1"
20422042

@@ -6279,13 +6279,13 @@ eslint-visitor-keys@^2.0.0:
62796279
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
62806280
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
62816281

6282-
eslint@7.17.0:
6283-
version "7.17.0"
6284-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
6285-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
6282+
eslint@7.18.0:
6283+
version "7.18.0"
6284+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
6285+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
62866286
dependencies:
62876287
"@babel/code-frame" "^7.0.0"
6288-
"@eslint/eslintrc" "^0.2.2"
6288+
"@eslint/eslintrc" "^0.3.0"
62896289
ajv "^6.10.0"
62906290
chalk "^4.0.0"
62916291
cross-spawn "^7.0.2"
@@ -6309,7 +6309,7 @@ [email protected]:
63096309
js-yaml "^3.13.1"
63106310
json-stable-stringify-without-jsonify "^1.0.1"
63116311
levn "^0.4.1"
6312-
lodash "^4.17.19"
6312+
lodash "^4.17.20"
63136313
minimatch "^3.0.4"
63146314
natural-compare "^1.4.0"
63156315
optionator "^0.9.1"

0 commit comments

Comments
 (0)