Skip to content

Commit 7d44485

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

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
@@ -36,7 +36,7 @@
3636
"@types/node-fetch": "^2.6.1",
3737
"ava": "^5.0.0",
3838
"esbuild-node-loader": "^0.8.0",
39-
"eslint": "8.44.0",
39+
"eslint": "8.45.0",
4040
"jiti": "^1.13.0",
4141
"ts-node": "^10.9.1",
4242
"typescript": "^5.0.0"

yarn.lock

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

1437-
eslint@8.44.0:
1438-
version "8.44.0"
1439-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
1440-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
1437+
eslint@8.45.0:
1438+
version "8.45.0"
1439+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
1440+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
14411441
dependencies:
14421442
"@eslint-community/eslint-utils" "^4.2.0"
14431443
"@eslint-community/regexpp" "^4.4.0"
@@ -1464,7 +1464,6 @@ [email protected]:
14641464
globals "^13.19.0"
14651465
graphemer "^1.4.0"
14661466
ignore "^5.2.0"
1467-
import-fresh "^3.0.0"
14681467
imurmurhash "^0.1.4"
14691468
is-glob "^4.0.0"
14701469
is-path-inside "^3.0.3"
@@ -1476,7 +1475,6 @@ [email protected]:
14761475
natural-compare "^1.4.0"
14771476
optionator "^0.9.3"
14781477
strip-ansi "^6.0.1"
1479-
strip-json-comments "^3.1.0"
14801478
text-table "^0.2.0"
14811479

14821480
espree@^9.3.1:
@@ -1956,7 +1954,7 @@ image-meta@^0.1.1:
19561954
resolved "https://registry.yarnpkg.com/image-meta/-/image-meta-0.1.1.tgz#a84dc7d5f61c7d60e85ec0c3ac81beee8646039b"
19571955
integrity sha512-+oXiHwOEPr1IE5zY0tcBLED/CYcre15J4nwL50x3o0jxWqEkyjrusiKP3YSU+tr9fvJp33ZcP5Gpj2295g3aEw==
19581956

1959-
import-fresh@^3.0.0, import-fresh@^3.2.1:
1957+
import-fresh@^3.2.1:
19601958
version "3.3.0"
19611959
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
19621960
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -3291,7 +3289,7 @@ strip-indent@^3.0.0:
32913289
dependencies:
32923290
min-indent "^1.0.0"
32933291

3294-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
3292+
strip-json-comments@^3.1.1:
32953293
version "3.1.1"
32963294
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
32973295
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)