Skip to content

Commit 6f1e8d7

Browse files
chore(deps-dev): bump eslint from 8.44.0 to 8.45.0 (#290)
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.44.0...v8.45.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c27a2f commit 6f1e8d7

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
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@remix-run/eslint-config": "^1.18.1",
1212
"@types/react": "^18.2.15",
13-
"eslint": "^8.44.0",
13+
"eslint": "^8.45.0",
1414
"eslint-config-prettier": "^8.8.0",
1515
"eslint-plugin-markdown": "^3.0.0",
1616
"eslint-plugin-cypress": "^2.13.3",

yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,10 +1856,10 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
18561856
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
18571857
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
18581858

1859-
eslint@^8.44.0:
1860-
version "8.44.0"
1861-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
1862-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
1859+
eslint@^8.45.0:
1860+
version "8.45.0"
1861+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
1862+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
18631863
dependencies:
18641864
"@eslint-community/eslint-utils" "^4.2.0"
18651865
"@eslint-community/regexpp" "^4.4.0"
@@ -1886,7 +1886,6 @@ eslint@^8.44.0:
18861886
globals "^13.19.0"
18871887
graphemer "^1.4.0"
18881888
ignore "^5.2.0"
1889-
import-fresh "^3.0.0"
18901889
imurmurhash "^0.1.4"
18911890
is-glob "^4.0.0"
18921891
is-path-inside "^3.0.3"
@@ -1898,7 +1897,6 @@ eslint@^8.44.0:
18981897
natural-compare "^1.4.0"
18991898
optionator "^0.9.3"
19001899
strip-ansi "^6.0.1"
1901-
strip-json-comments "^3.1.0"
19021900
text-table "^0.2.0"
19031901

19041902
espree@^9.6.0:
@@ -2299,7 +2297,7 @@ ignore@^5.1.1, ignore@^5.2.0:
22992297
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
23002298
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
23012299

2302-
import-fresh@^3.0.0, import-fresh@^3.2.1:
2300+
import-fresh@^3.2.1:
23032301
version "3.3.0"
23042302
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
23052303
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -3781,7 +3779,7 @@ strip-final-newline@^2.0.0:
37813779
resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
37823780
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
37833781

3784-
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
3782+
strip-json-comments@^3.1.1:
37853783
version "3.1.1"
37863784
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
37873785
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)