Skip to content

Commit b3ffe2f

Browse files
chore(deps-dev): bump eslint from 6.7.2 to 8.12.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v6.7.2...v8.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06c0e5c commit b3ffe2f

File tree

2 files changed

+7
-35
lines changed

2 files changed

+7
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/eslint-plugin": "4.27.0",
5151
"@typescript-eslint/parser": "4.27.0",
5252
"babel-eslint": "10.0.3",
53-
"eslint": "6.7.2",
53+
"eslint": "6.8.0",
5454
"eslint-config-airbnb-base": "14.0.0",
5555
"eslint-plugin-import": "2.18.2",
5656
"eslint-plugin-jest": "23.0.4",

yarn.lock

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,7 @@
2626
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
2727
chokidar "^3.4.0"
2828

29-
"@babel/code-frame@^7.0.0":
30-
version "7.16.7"
31-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
32-
integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
33-
dependencies:
34-
"@babel/highlight" "^7.16.7"
35-
36-
"@babel/code-frame@^7.14.5", "@babel/code-frame@^7.18.6":
29+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.18.6":
3730
version "7.18.6"
3831
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
3932
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
@@ -273,11 +266,6 @@
273266
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
274267
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
275268

276-
"@babel/helper-validator-identifier@^7.16.7":
277-
version "7.16.7"
278-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
279-
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
280-
281269
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
282270
version "7.19.1"
283271
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -307,15 +295,6 @@
307295
"@babel/traverse" "^7.20.7"
308296
"@babel/types" "^7.20.7"
309297

310-
"@babel/highlight@^7.16.7":
311-
version "7.17.9"
312-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.9.tgz#61b2ee7f32ea0454612def4fccdae0de232b73e3"
313-
integrity sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==
314-
dependencies:
315-
"@babel/helper-validator-identifier" "^7.16.7"
316-
chalk "^2.0.0"
317-
js-tokens "^4.0.0"
318-
319298
"@babel/highlight@^7.18.6":
320299
version "7.18.6"
321300
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -4104,10 +4083,10 @@ eslint-visitor-keys@^2.0.0:
41044083
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
41054084
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
41064085

4107-
eslint@6.7.2:
4108-
version "6.7.2"
4109-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
4110-
integrity sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==
4086+
eslint@6.8.0:
4087+
version "6.8.0"
4088+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
4089+
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
41114090
dependencies:
41124091
"@babel/code-frame" "^7.0.0"
41134092
ajv "^6.10.0"
@@ -8967,20 +8946,13 @@ [email protected]:
89678946
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
89688947
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
89698948

8970-
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.7, semver@^7.3.8:
8949+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
89718950
version "7.3.8"
89728951
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
89738952
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
89748953
dependencies:
89758954
lru-cache "^6.0.0"
89768955

8977-
semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
8978-
version "7.3.7"
8979-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
8980-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
8981-
dependencies:
8982-
lru-cache "^6.0.0"
8983-
89848956
89858957
version "0.18.0"
89868958
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"

0 commit comments

Comments
 (0)