Skip to content

Commit 22e4291

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint to v8.15.0
1 parent 60e8d28 commit 22e4291

File tree

2 files changed

+32
-25
lines changed

2 files changed

+32
-25
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/jest": "27.5.0",
5151
"@typescript-eslint/eslint-plugin": "5.22.0",
5252
"@typescript-eslint/parser": "5.22.0",
53-
"eslint": "8.14.0",
53+
"eslint": "8.15.0",
5454
"jest": "28.1.0",
5555
"myzod": "1.8.7",
5656
"npm-run-all": "4.1.5",

yarn.lock

+31-24
Original file line numberDiff line numberDiff line change
@@ -709,19 +709,19 @@
709709
ts-node "^9"
710710
tslib "^2"
711711

712-
"@eslint/eslintrc@^1.2.2":
713-
version "1.2.2"
714-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
715-
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
712+
"@eslint/eslintrc@^1.2.3":
713+
version "1.2.3"
714+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
715+
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
716716
dependencies:
717717
ajv "^6.12.4"
718718
debug "^4.3.2"
719-
espree "^9.3.1"
719+
espree "^9.3.2"
720720
globals "^13.9.0"
721721
ignore "^5.2.0"
722722
import-fresh "^3.2.1"
723723
js-yaml "^4.1.0"
724-
minimatch "^3.0.4"
724+
minimatch "^3.1.2"
725725
strip-json-comments "^3.1.1"
726726

727727
"@graphql-codegen/[email protected]":
@@ -1647,15 +1647,15 @@ abort-controller@^3.0.0:
16471647
dependencies:
16481648
event-target-shim "^5.0.0"
16491649

1650-
acorn-jsx@^5.3.1:
1650+
acorn-jsx@^5.3.2:
16511651
version "5.3.2"
16521652
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
16531653
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
16541654

1655-
acorn@^8.7.0:
1656-
version "8.7.0"
1657-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
1658-
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
1655+
acorn@^8.7.1:
1656+
version "8.7.1"
1657+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1658+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
16591659

16601660
agent-base@6:
16611661
version "6.0.2"
@@ -2628,12 +2628,12 @@ eslint-visitor-keys@^3.3.0:
26282628
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
26292629
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
26302630

2631-
eslint@8.14.0:
2632-
version "8.14.0"
2633-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
2634-
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
2631+
eslint@8.15.0:
2632+
version "8.15.0"
2633+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
2634+
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
26352635
dependencies:
2636-
"@eslint/eslintrc" "^1.2.2"
2636+
"@eslint/eslintrc" "^1.2.3"
26372637
"@humanwhocodes/config-array" "^0.9.2"
26382638
ajv "^6.10.0"
26392639
chalk "^4.0.0"
@@ -2644,7 +2644,7 @@ [email protected]:
26442644
eslint-scope "^7.1.1"
26452645
eslint-utils "^3.0.0"
26462646
eslint-visitor-keys "^3.3.0"
2647-
espree "^9.3.1"
2647+
espree "^9.3.2"
26482648
esquery "^1.4.0"
26492649
esutils "^2.0.2"
26502650
fast-deep-equal "^3.1.3"
@@ -2660,7 +2660,7 @@ [email protected]:
26602660
json-stable-stringify-without-jsonify "^1.0.1"
26612661
levn "^0.4.1"
26622662
lodash.merge "^4.6.2"
2663-
minimatch "^3.0.4"
2663+
minimatch "^3.1.2"
26642664
natural-compare "^1.4.0"
26652665
optionator "^0.9.1"
26662666
regexpp "^3.2.0"
@@ -2669,13 +2669,13 @@ [email protected]:
26692669
text-table "^0.2.0"
26702670
v8-compile-cache "^2.0.3"
26712671

2672-
espree@^9.3.1:
2673-
version "9.3.1"
2674-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
2675-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
2672+
espree@^9.3.2:
2673+
version "9.3.2"
2674+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
2675+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
26762676
dependencies:
2677-
acorn "^8.7.0"
2678-
acorn-jsx "^5.3.1"
2677+
acorn "^8.7.1"
2678+
acorn-jsx "^5.3.2"
26792679
eslint-visitor-keys "^3.3.0"
26802680

26812681
esprima@^4.0.0:
@@ -4386,6 +4386,13 @@ [email protected], minimatch@^3.0.4:
43864386
dependencies:
43874387
brace-expansion "^1.1.7"
43884388

4389+
minimatch@^3.1.2:
4390+
version "3.1.2"
4391+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4392+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4393+
dependencies:
4394+
brace-expansion "^1.1.7"
4395+
43894396
minimatch@^4.0.0:
43904397
version "4.2.1"
43914398
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"

0 commit comments

Comments
 (0)