Skip to content

Commit 53d758d

Browse files
committed
chore(deps): update dependency eslint to v7.30.0
1 parent 0353af4 commit 53d758d

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@softwareventures/tsconfig": "5.1.0",
7777
"ava": "3.15.0",
7878
"cz-conventional-changelog": "3.3.0",
79-
"eslint": "7.29.0",
79+
"eslint": "7.30.0",
8080
"prettier": "2.3.2",
8181
"semantic-release": "17.4.4",
8282
"shx": "0.3.3",

template/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@softwareventures/webpack-config": "3.1.1",
2727
"ava": "3.15.0",
2828
"cz-conventional-changelog": "3.3.0",
29-
"eslint": "7.29.0",
29+
"eslint": "7.30.0",
3030
"prettier": "2.3.2",
3131
"semantic-release": "17.4.4",
3232
"ts-loader": "8.3.0",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,20 @@
9696
minimatch "^3.0.4"
9797
strip-json-comments "^3.1.1"
9898

99+
"@humanwhocodes/config-array@^0.5.0":
100+
version "0.5.0"
101+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
102+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
103+
dependencies:
104+
"@humanwhocodes/object-schema" "^1.2.0"
105+
debug "^4.1.1"
106+
minimatch "^3.0.4"
107+
108+
"@humanwhocodes/object-schema@^1.2.0":
109+
version "1.2.0"
110+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
111+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
112+
99113
"@kwsites/file-exists@^1.1.1":
100114
version "1.1.1"
101115
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
@@ -2281,13 +2295,14 @@ eslint-visitor-keys@^2.0.0:
22812295
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
22822296
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
22832297

2284-
eslint@7.29.0:
2285-
version "7.29.0"
2286-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2287-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2298+
eslint@7.30.0:
2299+
version "7.30.0"
2300+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2301+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
22882302
dependencies:
22892303
"@babel/code-frame" "7.12.11"
22902304
"@eslint/eslintrc" "^0.4.2"
2305+
"@humanwhocodes/config-array" "^0.5.0"
22912306
ajv "^6.10.0"
22922307
chalk "^4.0.0"
22932308
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)