Skip to content

Commit 777aee8

Browse files
chore(deps-dev): bump babel-eslint from 10.0.3 to 10.1.0
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.3 to 10.1.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v10.0.3...v10.1.0) --- updated-dependencies: - dependency-name: babel-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de715bc commit 777aee8

File tree

2 files changed

+45
-23
lines changed

2 files changed

+45
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/jest": "26.0.9",
5252
"@typescript-eslint/eslint-plugin": "4.26.0",
5353
"@typescript-eslint/parser": "4.26.0",
54-
"babel-eslint": "10.0.3",
54+
"babel-eslint": "10.1.0",
5555
"eslint": "6.8.0",
5656
"eslint-config-airbnb-base": "14.0.0",
5757
"eslint-plugin-import": "2.18.2",

yarn.lock

Lines changed: 44 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@
132132
jsesc "^2.5.1"
133133
source-map "^0.5.0"
134134

135+
"@babel/generator@^7.17.10":
136+
version "7.17.10"
137+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
138+
integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==
139+
dependencies:
140+
"@babel/types" "^7.17.10"
141+
"@jridgewell/gen-mapping" "^0.1.0"
142+
jsesc "^2.5.1"
143+
135144
"@babel/helper-annotate-as-pure@^7.16.7":
136145
version "7.16.7"
137146
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -340,10 +349,10 @@
340349
chalk "^2.0.0"
341350
js-tokens "^4.0.0"
342351

343-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.16.7", "@babel/parser@^7.17.9":
344-
version "7.17.9"
345-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
346-
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
352+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10", "@babel/parser@^7.17.9", "@babel/parser@^7.7.0":
353+
version "7.17.10"
354+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
355+
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
347356

348357
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
349358
version "7.16.7"
@@ -1011,26 +1020,26 @@
10111020
"@babel/parser" "^7.16.7"
10121021
"@babel/types" "^7.16.7"
10131022

1014-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9":
1015-
version "7.17.9"
1016-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d"
1017-
integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==
1023+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.0":
1024+
version "7.17.10"
1025+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
1026+
integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
10181027
dependencies:
10191028
"@babel/code-frame" "^7.16.7"
1020-
"@babel/generator" "^7.17.9"
1029+
"@babel/generator" "^7.17.10"
10211030
"@babel/helper-environment-visitor" "^7.16.7"
10221031
"@babel/helper-function-name" "^7.17.9"
10231032
"@babel/helper-hoist-variables" "^7.16.7"
10241033
"@babel/helper-split-export-declaration" "^7.16.7"
1025-
"@babel/parser" "^7.17.9"
1026-
"@babel/types" "^7.17.0"
1034+
"@babel/parser" "^7.17.10"
1035+
"@babel/types" "^7.17.10"
10271036
debug "^4.1.0"
10281037
globals "^11.1.0"
10291038

1030-
"@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1031-
version "7.17.0"
1032-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
1033-
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
1039+
"@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1040+
version "7.17.10"
1041+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
1042+
integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==
10341043
dependencies:
10351044
"@babel/helper-validator-identifier" "^7.16.7"
10361045
to-fast-properties "^2.0.0"
@@ -1442,11 +1451,24 @@
14421451
"@types/yargs" "^15.0.0"
14431452
chalk "^4.0.0"
14441453

1454+
"@jridgewell/gen-mapping@^0.1.0":
1455+
version "0.1.1"
1456+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
1457+
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
1458+
dependencies:
1459+
"@jridgewell/set-array" "^1.0.0"
1460+
"@jridgewell/sourcemap-codec" "^1.4.10"
1461+
14451462
"@jridgewell/resolve-uri@^3.0.3":
14461463
version "3.0.5"
14471464
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
14481465
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
14491466

1467+
"@jridgewell/set-array@^1.0.0":
1468+
version "1.1.0"
1469+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01"
1470+
integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==
1471+
14501472
"@jridgewell/sourcemap-codec@^1.4.10":
14511473
version "1.4.11"
14521474
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
@@ -2580,15 +2602,15 @@ axios@^0.21.1:
25802602
dependencies:
25812603
follow-redirects "^1.14.0"
25822604

2583-
babel-eslint@10.0.3:
2584-
version "10.0.3"
2585-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
2586-
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
2605+
babel-eslint@10.1.0:
2606+
version "10.1.0"
2607+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
2608+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
25872609
dependencies:
25882610
"@babel/code-frame" "^7.0.0"
2589-
"@babel/parser" "^7.0.0"
2590-
"@babel/traverse" "^7.0.0"
2591-
"@babel/types" "^7.0.0"
2611+
"@babel/parser" "^7.7.0"
2612+
"@babel/traverse" "^7.7.0"
2613+
"@babel/types" "^7.7.0"
25922614
eslint-visitor-keys "^1.0.0"
25932615
resolve "^1.12.0"
25942616

0 commit comments

Comments
 (0)