Skip to content

Commit ef86f9d

Browse files
authored
Merge pull request #94 from pzuraq/dependabot/npm_and_yarn/eslint-7.30.0
Bump eslint from 7.29.0 to 7.30.0
2 parents 48077bb + d5a316a commit ef86f9d

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

yarn.lock

+20-12
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13":
13-
version "7.12.13"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
15-
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
16-
dependencies:
17-
"@babel/highlight" "^7.12.13"
18-
19-
"@babel/code-frame@^7.14.5":
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5":
2013
version "7.14.5"
2114
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
2215
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
@@ -373,7 +366,7 @@
373366
"@babel/traverse" "^7.14.5"
374367
"@babel/types" "^7.14.5"
375368

376-
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
369+
"@babel/highlight@^7.10.4":
377370
version "7.14.0"
378371
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
379372
integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==
@@ -1288,6 +1281,20 @@
12881281
resolved "https://registry.yarnpkg.com/@handlebars/parser/-/parser-1.1.0.tgz#d6dbc7574774b238114582410e8fee0dc3532bdf"
12891282
integrity sha512-rR7tJoSwJ2eooOpYGxGGW95sLq6GXUaS1UtWvN7pei6n2/okYvCGld9vsUTvkl2migxbkszsycwtMf/GEc1k1A==
12901283

1284+
"@humanwhocodes/config-array@^0.5.0":
1285+
version "0.5.0"
1286+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1287+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1288+
dependencies:
1289+
"@humanwhocodes/object-schema" "^1.2.0"
1290+
debug "^4.1.1"
1291+
minimatch "^3.0.4"
1292+
1293+
"@humanwhocodes/object-schema@^1.2.0":
1294+
version "1.2.0"
1295+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1296+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1297+
12911298
"@iarna/toml@2.2.5":
12921299
version "2.2.5"
12931300
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -5468,12 +5475,13 @@ eslint-visitor-keys@^2.0.0:
54685475
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
54695476

54705477
eslint@^7.0.0:
5471-
version "7.29.0"
5472-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
5473-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
5478+
version "7.30.0"
5479+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
5480+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
54745481
dependencies:
54755482
"@babel/code-frame" "7.12.11"
54765483
"@eslint/eslintrc" "^0.4.2"
5484+
"@humanwhocodes/config-array" "^0.5.0"
54775485
ajv "^6.10.0"
54785486
chalk "^4.0.0"
54795487
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)