Skip to content

Commit 8134269

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump eslint from 7.29.0 to 7.30.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.29.0...v7.30.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42f0f24 commit 8134269

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"cross-env": "^7.0.3",
6565
"cross-spawn": "^7.0.1",
6666
"doctoc": "^2.0.1",
67-
"eslint": "^7.29.0",
67+
"eslint": "^7.30.0",
6868
"eslint-config-airbnb-typescript": "^12.3.1",
6969
"eslint-config-prettier": "^8.3.0",
7070
"eslint-plugin-import": "^2.23.4",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,20 @@
11851185
minimatch "^3.0.4"
11861186
strip-json-comments "^3.1.1"
11871187

1188+
"@humanwhocodes/config-array@^0.5.0":
1189+
version "0.5.0"
1190+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1191+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1192+
dependencies:
1193+
"@humanwhocodes/object-schema" "^1.2.0"
1194+
debug "^4.1.1"
1195+
minimatch "^3.0.4"
1196+
1197+
"@humanwhocodes/object-schema@^1.2.0":
1198+
version "1.2.0"
1199+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1200+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1201+
11881202
"@istanbuljs/load-nyc-config@^1.0.0":
11891203
version "1.1.0"
11901204
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -3334,13 +3348,14 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
33343348
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
33353349
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
33363350

3337-
eslint@^7.29.0:
3338-
version "7.29.0"
3339-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
3340-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
3351+
eslint@^7.30.0:
3352+
version "7.30.0"
3353+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
3354+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
33413355
dependencies:
33423356
"@babel/code-frame" "7.12.11"
33433357
"@eslint/eslintrc" "^0.4.2"
3358+
"@humanwhocodes/config-array" "^0.5.0"
33443359
ajv "^6.10.0"
33453360
chalk "^4.0.0"
33463361
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)