Skip to content

Commit d342fa5

Browse files
dependabot[bot]jim80net
authored andcommitted
chore(deps-dev): bump eslint from 8.6.0 to 8.8.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.6.0...v8.8.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 8f2ea51 commit d342fa5

File tree

2 files changed

+17
-32
lines changed

2 files changed

+17
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@vercel/ncc": "^0.33.0",
35-
"eslint": "^8.0.0",
35+
"eslint": "^8.8.0",
3636
"eslint-config-google": "^0.14.0",
3737
"eslint-plugin-no-floating-promise": "^1.0.2",
3838
"jest": "^27.5.0"

yarn.lock

Lines changed: 16 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,11 +1276,6 @@ ajv@^6.10.0, ajv@^6.12.4:
12761276
json-schema-traverse "^0.4.1"
12771277
uri-js "^4.2.2"
12781278

1279-
ansi-colors@^4.1.1:
1280-
version "4.1.1"
1281-
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
1282-
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
1283-
12841279
ansi-escapes@^4.2.1:
12851280
version "4.3.2"
12861281
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
@@ -1671,13 +1666,6 @@ emoji-regex@^8.0.0:
16711666
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
16721667
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
16731668

1674-
enquirer@^2.3.5:
1675-
version "2.3.6"
1676-
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
1677-
integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
1678-
dependencies:
1679-
ansi-colors "^4.1.1"
1680-
16811669
16821670
version "2.2.0"
16831671
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
@@ -1747,15 +1735,15 @@ eslint-visitor-keys@^2.0.0:
17471735
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
17481736
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
17491737

1750-
eslint-visitor-keys@^3.1.0:
1751-
version "3.1.0"
1752-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1753-
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
1738+
eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2.0:
1739+
version "3.2.0"
1740+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
1741+
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
17541742

1755-
eslint@^8.0.0:
1756-
version "8.6.0"
1757-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
1758-
integrity sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==
1743+
eslint@^8.8.0:
1744+
version "8.8.0"
1745+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.8.0.tgz#9762b49abad0cb4952539ffdb0a046392e571a2d"
1746+
integrity sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==
17591747
dependencies:
17601748
"@eslint/eslintrc" "^1.0.5"
17611749
"@humanwhocodes/config-array" "^0.9.2"
@@ -1764,11 +1752,10 @@ eslint@^8.0.0:
17641752
cross-spawn "^7.0.2"
17651753
debug "^4.3.2"
17661754
doctrine "^3.0.0"
1767-
enquirer "^2.3.5"
17681755
escape-string-regexp "^4.0.0"
17691756
eslint-scope "^7.1.0"
17701757
eslint-utils "^3.0.0"
1771-
eslint-visitor-keys "^3.1.0"
1758+
eslint-visitor-keys "^3.2.0"
17721759
espree "^9.3.0"
17731760
esquery "^1.4.0"
17741761
esutils "^2.0.2"
@@ -1777,7 +1764,7 @@ eslint@^8.0.0:
17771764
functional-red-black-tree "^1.0.1"
17781765
glob-parent "^6.0.1"
17791766
globals "^13.6.0"
1780-
ignore "^4.0.6"
1767+
ignore "^5.2.0"
17811768
import-fresh "^3.0.0"
17821769
imurmurhash "^0.1.4"
17831770
is-glob "^4.0.0"
@@ -1788,9 +1775,7 @@ eslint@^8.0.0:
17881775
minimatch "^3.0.4"
17891776
natural-compare "^1.4.0"
17901777
optionator "^0.9.1"
1791-
progress "^2.0.0"
17921778
regexpp "^3.2.0"
1793-
semver "^7.2.1"
17941779
strip-ansi "^6.0.1"
17951780
strip-json-comments "^3.1.0"
17961781
text-table "^0.2.0"
@@ -2074,6 +2059,11 @@ ignore@^4.0.6:
20742059
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
20752060
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
20762061

2062+
ignore@^5.2.0:
2063+
version "5.2.0"
2064+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
2065+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
2066+
20772067
import-fresh@^3.0.0, import-fresh@^3.2.1:
20782068
version "3.3.0"
20792069
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2955,11 +2945,6 @@ pretty-format@^27.5.0:
29552945
ansi-styles "^5.0.0"
29562946
react-is "^17.0.1"
29572947

2958-
progress@^2.0.0:
2959-
version "2.0.3"
2960-
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
2961-
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
2962-
29632948
prompts@^2.0.1:
29642949
version "2.4.2"
29652950
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
@@ -3058,7 +3043,7 @@ semver@^6.0.0, semver@^6.3.0:
30583043
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
30593044
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
30603045

3061-
semver@^7.2.1, semver@^7.3.2:
3046+
semver@^7.3.2:
30623047
version "7.3.5"
30633048
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
30643049
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==

0 commit comments

Comments
 (0)