Skip to content

Commit 106721e

Browse files
Bump eslint from 7.29.0 to 7.32.0 in /app
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.29.0...v7.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 439df32 commit 106721e

File tree

2 files changed

+26
-19
lines changed

2 files changed

+26
-19
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"babel-eslint": "^10.1.0",
4242
"electron": "^12.0.7",
4343
"electron-icon-builder": "^2.0.1",
44-
"eslint": "^7.28.0",
44+
"eslint": "^7.32.0",
4545
"eslint-plugin-vue": "^7.10.0",
4646
"vue-cli-plugin-electron-builder": "^1.4.6",
4747
"vue-template-compiler": "^2.6.13"

app/yarn.lock

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -948,10 +948,10 @@
948948
global-agent "^2.0.2"
949949
global-tunnel-ng "^2.7.1"
950950

951-
"@eslint/eslintrc@^0.4.2":
952-
version "0.4.2"
953-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
954-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
951+
"@eslint/eslintrc@^0.4.3":
952+
version "0.4.3"
953+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
954+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
955955
dependencies:
956956
ajv "^6.12.4"
957957
debug "^4.1.1"
@@ -1007,6 +1007,20 @@
10071007
dependencies:
10081008
"@hapi/hoek" "^9.0.0"
10091009

1010+
"@humanwhocodes/config-array@^0.5.0":
1011+
version "0.5.0"
1012+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1013+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1014+
dependencies:
1015+
"@humanwhocodes/object-schema" "^1.2.0"
1016+
debug "^4.1.1"
1017+
minimatch "^3.0.4"
1018+
1019+
"@humanwhocodes/object-schema@^1.2.0":
1020+
version "1.2.1"
1021+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
1022+
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
1023+
10101024
"@intervolga/optimize-cssnano-plugin@^1.0.5":
10111025
version "1.0.6"
10121026
resolved "https://registry.yarnpkg.com/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz#be7c7846128b88f6a9b1d1261a0ad06eb5c0fdf8"
@@ -3255,15 +3269,7 @@ chalk@^1.1.3:
32553269
strip-ansi "^3.0.0"
32563270
supports-color "^2.0.0"
32573271

3258-
chalk@^4.0.0, chalk@^4.1.0:
3259-
version "4.1.1"
3260-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
3261-
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
3262-
dependencies:
3263-
ansi-styles "^4.1.0"
3264-
supports-color "^7.1.0"
3265-
3266-
chalk@^4.1.2:
3272+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
32673273
version "4.1.2"
32683274
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
32693275
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -4775,13 +4781,14 @@ eslint-webpack-plugin@^3.1.0:
47754781
normalize-path "^3.0.0"
47764782
schema-utils "^3.1.1"
47774783

4778-
eslint@^7.28.0:
4779-
version "7.29.0"
4780-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
4781-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
4784+
eslint@^7.32.0:
4785+
version "7.32.0"
4786+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
4787+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
47824788
dependencies:
47834789
"@babel/code-frame" "7.12.11"
4784-
"@eslint/eslintrc" "^0.4.2"
4790+
"@eslint/eslintrc" "^0.4.3"
4791+
"@humanwhocodes/config-array" "^0.5.0"
47854792
ajv "^6.10.0"
47864793
chalk "^4.0.0"
47874794
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)