Skip to content

Commit 49c6a83

Browse files
committed
Update dependency eslint to v8.45.0
1 parent d3d999c commit 49c6a83

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
@@ -57,7 +57,7 @@
5757
"ava": "5.3.1",
5858
"bl": "6.0.3",
5959
"dotenv": "16.3.1",
60-
"eslint": "8.44.0",
60+
"eslint": "8.45.0",
6161
"eslint-config-prettier": "8.8.0",
6262
"eslint-plugin-functional": "4.4.1",
6363
"esm": "3.2.25",

yarn.lock

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

3774-
eslint@8.44.0:
3775-
version "8.44.0"
3776-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
3777-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
3774+
eslint@8.45.0:
3775+
version "8.45.0"
3776+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
3777+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
37783778
dependencies:
37793779
"@eslint-community/eslint-utils" "^4.2.0"
37803780
"@eslint-community/regexpp" "^4.4.0"
@@ -3801,7 +3801,6 @@ eslint@8.44.0:
38013801
globals "^13.19.0"
38023802
graphemer "^1.4.0"
38033803
ignore "^5.2.0"
3804-
import-fresh "^3.0.0"
38053804
imurmurhash "^0.1.4"
38063805
is-glob "^4.0.0"
38073806
is-path-inside "^3.0.3"
@@ -3813,7 +3812,6 @@ eslint@8.44.0:
38133812
natural-compare "^1.4.0"
38143813
optionator "^0.9.3"
38153814
strip-ansi "^6.0.1"
3816-
strip-json-comments "^3.1.0"
38173815
text-table "^0.2.0"
38183816

38193817
esm@3.2.25:
@@ -5343,7 +5341,7 @@ immediate@~3.2.3:
53435341
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.2.3.tgz#d140fa8f614659bd6541233097ddaac25cdd991c"
53445342
integrity sha1-0UD6j2FGWb1lQSMwl92qwlzdmRw=
53455343

5346-
import-fresh@^3.0.0, import-fresh@^3.2.1:
5344+
import-fresh@^3.2.1:
53475345
version "3.3.0"
53485346
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
53495347
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -9048,7 +9046,7 @@ strip-hex-prefix@1.0.0:
90489046
dependencies:
90499047
is-hex-prefixed "1.0.0"
90509048

9051-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
9049+
strip-json-comments@^3.1.1:
90529050
version "3.1.1"
90539051
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
90549052
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)