Skip to content

Commit 00840ac

Browse files
chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#220)
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.38.0...v8.39.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 15dd54a commit 00840ac

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.15.0",
1212
"@types/react": "^18.0.37",
13-
"eslint": "^8.38.0",
13+
"eslint": "^8.39.0",
1414
"eslint-config-prettier": "^8.8.0",
1515
"eslint-plugin-markdown": "^3.0.0",
1616
"eslint-plugin-cypress": "^2.13.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@
394394
minimatch "^3.1.2"
395395
strip-json-comments "^3.1.1"
396396

397-
"@eslint/js@8.38.0":
398-
version "8.38.0"
399-
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
400-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
397+
"@eslint/js@8.39.0":
398+
version "8.39.0"
399+
resolved "https://registry.npmjs.org/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
400+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
401401

402402
"@humanwhocodes/config-array@^0.11.8":
403403
version "0.11.8"
@@ -1815,10 +1815,10 @@ [email protected], eslint-scope@^5.1.1:
18151815
esrecurse "^4.3.0"
18161816
estraverse "^4.1.1"
18171817

1818-
eslint-scope@^7.1.1:
1819-
version "7.1.1"
1820-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
1821-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
1818+
eslint-scope@^7.2.0:
1819+
version "7.2.0"
1820+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
1821+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
18221822
dependencies:
18231823
esrecurse "^4.3.0"
18241824
estraverse "^5.2.0"
@@ -1845,15 +1845,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
18451845
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
18461846
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
18471847

1848-
eslint@^8.38.0:
1849-
version "8.38.0"
1850-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
1851-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
1848+
eslint@^8.39.0:
1849+
version "8.39.0"
1850+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
1851+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
18521852
dependencies:
18531853
"@eslint-community/eslint-utils" "^4.2.0"
18541854
"@eslint-community/regexpp" "^4.4.0"
18551855
"@eslint/eslintrc" "^2.0.2"
1856-
"@eslint/js" "8.38.0"
1856+
"@eslint/js" "8.39.0"
18571857
"@humanwhocodes/config-array" "^0.11.8"
18581858
"@humanwhocodes/module-importer" "^1.0.1"
18591859
"@nodelib/fs.walk" "^1.2.8"
@@ -1863,7 +1863,7 @@ eslint@^8.38.0:
18631863
debug "^4.3.2"
18641864
doctrine "^3.0.0"
18651865
escape-string-regexp "^4.0.0"
1866-
eslint-scope "^7.1.1"
1866+
eslint-scope "^7.2.0"
18671867
eslint-visitor-keys "^3.4.0"
18681868
espree "^9.5.1"
18691869
esquery "^1.4.2"

0 commit comments

Comments
 (0)