Skip to content

Commit 83674c5

Browse files
chore(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d29391a commit 83674c5

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

yarn.lock

+18-3
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,20 @@
221221
minimatch "^3.0.4"
222222
strip-json-comments "^3.1.1"
223223

224+
"@humanwhocodes/config-array@^0.5.0":
225+
version "0.5.0"
226+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
227+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
228+
dependencies:
229+
"@humanwhocodes/object-schema" "^1.2.0"
230+
debug "^4.1.1"
231+
minimatch "^3.0.4"
232+
233+
"@humanwhocodes/object-schema@^1.2.0":
234+
version "1.2.0"
235+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
236+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
237+
224238
"@mapbox/node-pre-gyp@^1.0.1":
225239
version "1.0.5"
226240
resolved "https://registry.yarnpkg.com/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.5.tgz#2a0b32fcb416fb3f2250fd24cb2a81421a4f5950"
@@ -1969,12 +1983,13 @@ eslint-visitor-keys@^2.0.0:
19691983
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
19701984

19711985
eslint@^7.7.0:
1972-
version "7.29.0"
1973-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
1974-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
1986+
version "7.30.0"
1987+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
1988+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
19751989
dependencies:
19761990
"@babel/code-frame" "7.12.11"
19771991
"@eslint/eslintrc" "^0.4.2"
1992+
"@humanwhocodes/config-array" "^0.5.0"
19781993
ajv "^6.10.0"
19791994
chalk "^4.0.0"
19801995
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)