Skip to content

Commit 7cd38de

Browse files
committed
chore(deps): update dependency eslint to v8.39.0
1 parent ba83be4 commit 7cd38de

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@semantic-release/release-notes-generator": "10.0.3",
2323
"@types/jest": "29.5.1",
2424
"cz-conventional-changelog": "3.3.0",
25-
"eslint": "8.38.0",
25+
"eslint": "8.39.0",
2626
"eslint-config-timetree": "1.7.3",
2727
"husky": "8.0.3",
2828
"jest": "29.5.0",

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.yarnpkg.com/@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.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
400+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
401401

402402
"@gar/promisify@^1.1.3":
403403
version "1.1.3"
@@ -2643,10 +2643,10 @@ eslint-scope@^5.1.1:
26432643
esrecurse "^4.3.0"
26442644
estraverse "^4.1.1"
26452645

2646-
eslint-scope@^7.1.1:
2647-
version "7.1.1"
2648-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
2649-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
2646+
eslint-scope@^7.2.0:
2647+
version "7.2.0"
2648+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
2649+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
26502650
dependencies:
26512651
esrecurse "^4.3.0"
26522652
estraverse "^5.2.0"
@@ -2668,15 +2668,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
26682668
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
26692669
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
26702670

2671-
eslint@8.38.0:
2672-
version "8.38.0"
2673-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
2674-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
2671+
eslint@8.39.0:
2672+
version "8.39.0"
2673+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
2674+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
26752675
dependencies:
26762676
"@eslint-community/eslint-utils" "^4.2.0"
26772677
"@eslint-community/regexpp" "^4.4.0"
26782678
"@eslint/eslintrc" "^2.0.2"
2679-
"@eslint/js" "8.38.0"
2679+
"@eslint/js" "8.39.0"
26802680
"@humanwhocodes/config-array" "^0.11.8"
26812681
"@humanwhocodes/module-importer" "^1.0.1"
26822682
"@nodelib/fs.walk" "^1.2.8"
@@ -2686,7 +2686,7 @@ eslint@8.38.0:
26862686
debug "^4.3.2"
26872687
doctrine "^3.0.0"
26882688
escape-string-regexp "^4.0.0"
2689-
eslint-scope "^7.1.1"
2689+
eslint-scope "^7.2.0"
26902690
eslint-visitor-keys "^3.4.0"
26912691
espree "^9.5.1"
26922692
esquery "^1.4.2"

0 commit comments

Comments
 (0)