Skip to content

Commit b42af2a

Browse files
Update dependency eslint to v8.45.0
1 parent 04c9c07 commit b42af2a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/node": "^18.0.0",
1919
"@types/react": "^17.0.39",
20-
"eslint": "8.44.0",
20+
"eslint": "8.45.0",
2121
"eslint-config-next": "12.3.4",
2222
"typescript": "^5.0.0"
2323
}

example/yarn.lock

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

801-
eslint@8.44.0:
802-
version "8.44.0"
803-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
804-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
801+
eslint@8.45.0:
802+
version "8.45.0"
803+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
804+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
805805
dependencies:
806806
"@eslint-community/eslint-utils" "^4.2.0"
807807
"@eslint-community/regexpp" "^4.4.0"
@@ -828,7 +828,6 @@ eslint@8.44.0:
828828
globals "^13.19.0"
829829
graphemer "^1.4.0"
830830
ignore "^5.2.0"
831-
import-fresh "^3.0.0"
832831
imurmurhash "^0.1.4"
833832
is-glob "^4.0.0"
834833
is-path-inside "^3.0.3"
@@ -840,7 +839,6 @@ eslint@8.44.0:
840839
natural-compare "^1.4.0"
841840
optionator "^0.9.3"
842841
strip-ansi "^6.0.1"
843-
strip-json-comments "^3.1.0"
844842
text-table "^0.2.0"
845843

846844
espree@^9.6.0:
@@ -1142,7 +1140,7 @@ ignore@^5.2.0:
11421140
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
11431141
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
11441142

1145-
import-fresh@^3.0.0, import-fresh@^3.2.1:
1143+
import-fresh@^3.2.1:
11461144
version "3.3.0"
11471145
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
11481146
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -1910,7 +1908,7 @@ strip-bom@^3.0.0:
19101908
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
19111909
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
19121910

1913-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
1911+
strip-json-comments@^3.1.1:
19141912
version "3.1.1"
19151913
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
19161914
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)