Skip to content

Commit 745f79d

Browse files
chore(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#6329)
Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.17.0...v7.18.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent f06e817 commit 745f79d

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
@@ -116,7 +116,7 @@
116116
"codesandbox": "^2.2.1",
117117
"core-js": "^3.8.2",
118118
"cross-env": "^7.0.3",
119-
"eslint": "^7.17.0",
119+
"eslint": "^7.18.0",
120120
"eslint-config-prettier": "^7.1.0",
121121
"eslint-config-standard": "^16.0.2",
122122
"eslint-config-vue": "^2.0.2",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -908,10 +908,10 @@
908908
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
909909
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
910910

911-
"@eslint/eslintrc@^0.2.2":
912-
version "0.2.2"
913-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
914-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
911+
"@eslint/eslintrc@^0.3.0":
912+
version "0.3.0"
913+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
914+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
915915
dependencies:
916916
ajv "^6.12.4"
917917
debug "^4.1.1"
@@ -920,7 +920,7 @@
920920
ignore "^4.0.6"
921921
import-fresh "^3.2.1"
922922
js-yaml "^3.13.1"
923-
lodash "^4.17.19"
923+
lodash "^4.17.20"
924924
minimatch "^3.0.4"
925925
strip-json-comments "^3.1.1"
926926

@@ -5581,13 +5581,13 @@ eslint-visitor-keys@^2.0.0:
55815581
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
55825582
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
55835583

5584-
eslint@^7.17.0:
5585-
version "7.17.0"
5586-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
5587-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
5584+
eslint@^7.18.0:
5585+
version "7.18.0"
5586+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
5587+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
55885588
dependencies:
55895589
"@babel/code-frame" "^7.0.0"
5590-
"@eslint/eslintrc" "^0.2.2"
5590+
"@eslint/eslintrc" "^0.3.0"
55915591
ajv "^6.10.0"
55925592
chalk "^4.0.0"
55935593
cross-spawn "^7.0.2"
@@ -5611,7 +5611,7 @@ eslint@^7.17.0:
56115611
js-yaml "^3.13.1"
56125612
json-stable-stringify-without-jsonify "^1.0.1"
56135613
levn "^0.4.1"
5614-
lodash "^4.17.19"
5614+
lodash "^4.17.20"
56155615
minimatch "^3.0.4"
56165616
natural-compare "^1.4.0"
56175617
optionator "^0.9.1"

0 commit comments

Comments
 (0)