Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 2903d62

Browse files
author
Cutls
authored
Merge pull request #936 from cutls/dependabot/npm_and_yarn/app/eslint-8.39.0
Bump eslint from 8.32.0 to 8.39.0 in /app
2 parents 21c6e07 + 7b6bd14 commit 2903d62

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"electron": "^22.0.0",
109109
"electron-builder": "^23.2.0",
110110
"electron-rebuild": "^3.2.9",
111-
"eslint": "^8.38.0",
111+
"eslint": "^8.39.0",
112112
"eslint-config-prettier": "^8.6.0",
113113
"npm-run-all": "^4.1.5",
114114
"prettier": "^2.8.3",

app/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1004,10 +1004,10 @@
10041004
minimatch "^3.1.2"
10051005
strip-json-comments "^3.1.1"
10061006

1007-
"@eslint/js@8.38.0":
1008-
version "8.38.0"
1009-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
1010-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
1007+
"@eslint/js@8.39.0":
1008+
version "8.39.0"
1009+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
1010+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
10111011

10121012
"@fortawesome/fontawesome-free@^6.2.1":
10131013
version "6.2.1"
@@ -3802,10 +3802,10 @@ eslint-scope@^5.1.1:
38023802
esrecurse "^4.3.0"
38033803
estraverse "^4.1.1"
38043804

3805-
eslint-scope@^7.1.1:
3806-
version "7.1.1"
3807-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
3808-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
3805+
eslint-scope@^7.2.0:
3806+
version "7.2.0"
3807+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
3808+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
38093809
dependencies:
38103810
esrecurse "^4.3.0"
38113811
estraverse "^5.2.0"
@@ -3815,15 +3815,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
38153815
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
38163816
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
38173817

3818-
eslint@^8.38.0:
3819-
version "8.38.0"
3820-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
3821-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
3818+
eslint@^8.39.0:
3819+
version "8.39.0"
3820+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
3821+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
38223822
dependencies:
38233823
"@eslint-community/eslint-utils" "^4.2.0"
38243824
"@eslint-community/regexpp" "^4.4.0"
38253825
"@eslint/eslintrc" "^2.0.2"
3826-
"@eslint/js" "8.38.0"
3826+
"@eslint/js" "8.39.0"
38273827
"@humanwhocodes/config-array" "^0.11.8"
38283828
"@humanwhocodes/module-importer" "^1.0.1"
38293829
"@nodelib/fs.walk" "^1.2.8"
@@ -3833,7 +3833,7 @@ eslint@^8.38.0:
38333833
debug "^4.3.2"
38343834
doctrine "^3.0.0"
38353835
escape-string-regexp "^4.0.0"
3836-
eslint-scope "^7.1.1"
3836+
eslint-scope "^7.2.0"
38373837
eslint-visitor-keys "^3.4.0"
38383838
espree "^9.5.1"
38393839
esquery "^1.4.2"

0 commit comments

Comments
 (0)