Skip to content

Commit 9313ff6

Browse files
committed
chore(deps): update dependency eslint to v8.16.0
Signed-off-by: Renovate Bot <[email protected]>
1 parent f6a5d5a commit 9313ff6

File tree

2 files changed

+33
-28
lines changed

2 files changed

+33
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"arr-union": "^3.1.0",
37-
"eslint": "8.13.0",
37+
"eslint": "8.16.0",
3838
"eslint-config-tunnckocore": "3.0.0",
3939
"tape": "5.5.3",
4040
"xaxa": "^2.0.0"

yarn.lock

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,19 +1021,19 @@
10211021
"@babel/helper-validator-identifier" "^7.16.7"
10221022
to-fast-properties "^2.0.0"
10231023

1024-
"@eslint/eslintrc@^1.2.1":
1025-
version "1.2.1"
1026-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
1027-
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
1024+
"@eslint/eslintrc@^1.3.0":
1025+
version "1.3.0"
1026+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1027+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
10281028
dependencies:
10291029
ajv "^6.12.4"
10301030
debug "^4.3.2"
1031-
espree "^9.3.1"
1032-
globals "^13.9.0"
1031+
espree "^9.3.2"
1032+
globals "^13.15.0"
10331033
ignore "^5.2.0"
10341034
import-fresh "^3.2.1"
10351035
js-yaml "^4.1.0"
1036-
minimatch "^3.0.4"
1036+
minimatch "^3.1.2"
10371037
strip-json-comments "^3.1.1"
10381038

10391039
"@humanwhocodes/config-array@^0.9.2":
@@ -1179,7 +1179,7 @@ acorn-jsx@^3.0.0:
11791179
dependencies:
11801180
acorn "^3.0.4"
11811181

1182-
acorn-jsx@^5.3.1:
1182+
acorn-jsx@^5.3.2:
11831183
version "5.3.2"
11841184
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
11851185
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -1223,11 +1223,16 @@ acorn@^7.0.0, acorn@^7.1.1:
12231223
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
12241224
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
12251225

1226-
acorn@^8.5.0, acorn@^8.7.0:
1226+
acorn@^8.5.0:
12271227
version "8.7.0"
12281228
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
12291229
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
12301230

1231+
acorn@^8.7.1:
1232+
version "8.7.1"
1233+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1234+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
1235+
12311236
ajv-keywords@^2.1.0:
12321237
version "2.1.1"
12331238
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
@@ -3163,12 +3168,12 @@ eslint-visitor-keys@^3.3.0:
31633168
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
31643169
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
31653170

3166-
eslint@8.13.0:
3167-
version "8.13.0"
3168-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
3169-
integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
3171+
eslint@8.16.0:
3172+
version "8.16.0"
3173+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
3174+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
31703175
dependencies:
3171-
"@eslint/eslintrc" "^1.2.1"
3176+
"@eslint/eslintrc" "^1.3.0"
31723177
"@humanwhocodes/config-array" "^0.9.2"
31733178
ajv "^6.10.0"
31743179
chalk "^4.0.0"
@@ -3179,14 +3184,14 @@ [email protected]:
31793184
eslint-scope "^7.1.1"
31803185
eslint-utils "^3.0.0"
31813186
eslint-visitor-keys "^3.3.0"
3182-
espree "^9.3.1"
3187+
espree "^9.3.2"
31833188
esquery "^1.4.0"
31843189
esutils "^2.0.2"
31853190
fast-deep-equal "^3.1.3"
31863191
file-entry-cache "^6.0.1"
31873192
functional-red-black-tree "^1.0.1"
31883193
glob-parent "^6.0.1"
3189-
globals "^13.6.0"
3194+
globals "^13.15.0"
31903195
ignore "^5.2.0"
31913196
import-fresh "^3.0.0"
31923197
imurmurhash "^0.1.4"
@@ -3195,7 +3200,7 @@ [email protected]:
31953200
json-stable-stringify-without-jsonify "^1.0.1"
31963201
levn "^0.4.1"
31973202
lodash.merge "^4.6.2"
3198-
minimatch "^3.0.4"
3203+
minimatch "^3.1.2"
31993204
natural-compare "^1.4.0"
32003205
optionator "^0.9.1"
32013206
regexpp "^3.2.0"
@@ -3261,13 +3266,13 @@ espree@^3.5.4:
32613266
acorn "^5.5.0"
32623267
acorn-jsx "^3.0.0"
32633268

3264-
espree@^9.3.1:
3265-
version "9.3.1"
3266-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
3267-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
3269+
espree@^9.3.2:
3270+
version "9.3.2"
3271+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
3272+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
32683273
dependencies:
3269-
acorn "^8.7.0"
3270-
acorn-jsx "^5.3.1"
3274+
acorn "^8.7.1"
3275+
acorn-jsx "^5.3.2"
32713276
eslint-visitor-keys "^3.3.0"
32723277

32733278
esprima@^3.1.3:
@@ -3674,10 +3679,10 @@ globals@^11.0.1, globals@^11.1.0:
36743679
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
36753680
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
36763681

3677-
globals@^13.6.0, globals@^13.9.0:
3678-
version "13.13.0"
3679-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.13.0.tgz#ac32261060d8070e2719dd6998406e27d2b5727b"
3680-
integrity sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==
3682+
globals@^13.15.0:
3683+
version "13.15.0"
3684+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
3685+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
36813686
dependencies:
36823687
type-fest "^0.20.2"
36833688

0 commit comments

Comments
 (0)