Skip to content

Commit af538da

Browse files
chore(deps): update dependency eslint to v8.45.0 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd3c942 commit af538da

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/eslint-plugin": "5.44.0",
5252
"@typescript-eslint/parser": "5.44.0",
5353
"@vercel/ncc": "0.36.1",
54-
"eslint": "8.44.0",
54+
"eslint": "8.45.0",
5555
"eslint-config-algolia": "20.1.0",
5656
"eslint-config-prettier": "8.8.0",
5757
"eslint-plugin-eslint-comments": "3.2.0",

yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,10 +2624,10 @@ eslint-visitor-keys@^3.4.1:
26242624
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
26252625
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
26262626

2627-
eslint@8.44.0:
2628-
version "8.44.0"
2629-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
2630-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
2627+
eslint@8.45.0:
2628+
version "8.45.0"
2629+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
2630+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
26312631
dependencies:
26322632
"@eslint-community/eslint-utils" "^4.2.0"
26332633
"@eslint-community/regexpp" "^4.4.0"
@@ -2654,7 +2654,6 @@ [email protected]:
26542654
globals "^13.19.0"
26552655
graphemer "^1.4.0"
26562656
ignore "^5.2.0"
2657-
import-fresh "^3.0.0"
26582657
imurmurhash "^0.1.4"
26592658
is-glob "^4.0.0"
26602659
is-path-inside "^3.0.3"
@@ -2666,7 +2665,6 @@ [email protected]:
26662665
natural-compare "^1.4.0"
26672666
optionator "^0.9.3"
26682667
strip-ansi "^6.0.1"
2669-
strip-json-comments "^3.1.0"
26702668
text-table "^0.2.0"
26712669

26722670
espree@^9.6.0:
@@ -3215,7 +3213,7 @@ ignore@^5.0.5, ignore@^5.2.0:
32153213
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
32163214
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
32173215

3218-
import-fresh@^3.0.0, import-fresh@^3.2.1:
3216+
import-fresh@^3.2.1:
32193217
version "3.3.0"
32203218
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
32213219
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -5894,7 +5892,7 @@ strip-indent@^3.0.0:
58945892
dependencies:
58955893
min-indent "^1.0.0"
58965894

5897-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
5895+
strip-json-comments@^3.1.1:
58985896
version "3.1.1"
58995897
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
59005898
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)