Skip to content

Commit a683f83

Browse files
build(deps-dev): bump @babel/core from 7.17.9 to 7.17.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.9 to 7.17.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0e3404 commit a683f83

File tree

2 files changed

+43
-97
lines changed

2 files changed

+43
-97
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.17.9",
73+
"@babel/core": "^7.17.10",
7474
"@babel/eslint-parser": "^7.17.0",
7575
"@babel/plugin-proposal-class-properties": "^7.16.7",
7676
"@babel/preset-env": "^7.17.10",

yarn.lock

Lines changed: 42 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -175,42 +175,21 @@
175175
semver "^5.4.1"
176176
source-map "^0.5.0"
177177

178-
"@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.15.5":
179-
version "7.17.8"
180-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
181-
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
182-
dependencies:
183-
"@ampproject/remapping" "^2.1.0"
184-
"@babel/code-frame" "^7.16.7"
185-
"@babel/generator" "^7.17.7"
186-
"@babel/helper-compilation-targets" "^7.17.7"
187-
"@babel/helper-module-transforms" "^7.17.7"
188-
"@babel/helpers" "^7.17.8"
189-
"@babel/parser" "^7.17.8"
190-
"@babel/template" "^7.16.7"
191-
"@babel/traverse" "^7.17.3"
192-
"@babel/types" "^7.17.0"
193-
convert-source-map "^1.7.0"
194-
debug "^4.1.0"
195-
gensync "^1.0.0-beta.2"
196-
json5 "^2.1.2"
197-
semver "^6.3.0"
198-
199-
"@babel/core@^7.11.6", "@babel/core@^7.17.9":
200-
version "7.17.9"
201-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe"
202-
integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==
178+
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.10":
179+
version "7.17.10"
180+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
181+
integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==
203182
dependencies:
204183
"@ampproject/remapping" "^2.1.0"
205184
"@babel/code-frame" "^7.16.7"
206-
"@babel/generator" "^7.17.9"
207-
"@babel/helper-compilation-targets" "^7.17.7"
185+
"@babel/generator" "^7.17.10"
186+
"@babel/helper-compilation-targets" "^7.17.10"
208187
"@babel/helper-module-transforms" "^7.17.7"
209188
"@babel/helpers" "^7.17.9"
210-
"@babel/parser" "^7.17.9"
189+
"@babel/parser" "^7.17.10"
211190
"@babel/template" "^7.16.7"
212-
"@babel/traverse" "^7.17.9"
213-
"@babel/types" "^7.17.0"
191+
"@babel/traverse" "^7.17.10"
192+
"@babel/types" "^7.17.10"
214193
convert-source-map "^1.7.0"
215194
debug "^4.1.0"
216195
gensync "^1.0.0-beta.2"
@@ -226,23 +205,14 @@
226205
eslint-visitor-keys "^2.1.0"
227206
semver "^6.3.0"
228207

229-
"@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
230-
version "7.17.7"
231-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
232-
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
233-
dependencies:
234-
"@babel/types" "^7.17.0"
235-
jsesc "^2.5.1"
236-
source-map "^0.5.0"
237-
238-
"@babel/generator@^7.17.9":
239-
version "7.17.9"
240-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc"
241-
integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==
208+
"@babel/generator@^7.12.5", "@babel/generator@^7.17.10", "@babel/generator@^7.7.2":
209+
version "7.17.10"
210+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
211+
integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==
242212
dependencies:
243-
"@babel/types" "^7.17.0"
213+
"@babel/types" "^7.17.10"
214+
"@jridgewell/gen-mapping" "^0.1.0"
244215
jsesc "^2.5.1"
245-
source-map "^0.5.0"
246216

247217
"@babel/helper-annotate-as-pure@^7.16.7":
248218
version "7.16.7"
@@ -259,7 +229,7 @@
259229
"@babel/helper-explode-assignable-expression" "^7.16.7"
260230
"@babel/types" "^7.16.7"
261231

262-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.17.7":
232+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10":
263233
version "7.17.10"
264234
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
265235
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
@@ -503,16 +473,7 @@
503473
"@babel/traverse" "^7.16.8"
504474
"@babel/types" "^7.16.8"
505475

506-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.8":
507-
version "7.17.8"
508-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
509-
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
510-
dependencies:
511-
"@babel/template" "^7.16.7"
512-
"@babel/traverse" "^7.17.3"
513-
"@babel/types" "^7.17.0"
514-
515-
"@babel/helpers@^7.17.9":
476+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.9":
516477
version "7.17.9"
517478
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
518479
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
@@ -530,15 +491,10 @@
530491
chalk "^2.0.0"
531492
js-tokens "^4.0.0"
532493

533-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8":
534-
version "7.17.8"
535-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
536-
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
537-
538-
"@babel/parser@^7.17.9":
539-
version "7.17.9"
540-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
541-
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
494+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10":
495+
version "7.17.10"
496+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
497+
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
542498

543499
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
544500
version "7.16.7"
@@ -1260,35 +1216,19 @@
12601216
"@babel/parser" "^7.16.7"
12611217
"@babel/types" "^7.16.7"
12621218

1263-
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
1264-
version "7.17.3"
1265-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
1266-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
1267-
dependencies:
1268-
"@babel/code-frame" "^7.16.7"
1269-
"@babel/generator" "^7.17.3"
1270-
"@babel/helper-environment-visitor" "^7.16.7"
1271-
"@babel/helper-function-name" "^7.16.7"
1272-
"@babel/helper-hoist-variables" "^7.16.7"
1273-
"@babel/helper-split-export-declaration" "^7.16.7"
1274-
"@babel/parser" "^7.17.3"
1275-
"@babel/types" "^7.17.0"
1276-
debug "^4.1.0"
1277-
globals "^11.1.0"
1278-
1279-
"@babel/traverse@^7.17.9":
1280-
version "7.17.9"
1281-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d"
1282-
integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==
1219+
"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2":
1220+
version "7.17.10"
1221+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
1222+
integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
12831223
dependencies:
12841224
"@babel/code-frame" "^7.16.7"
1285-
"@babel/generator" "^7.17.9"
1225+
"@babel/generator" "^7.17.10"
12861226
"@babel/helper-environment-visitor" "^7.16.7"
12871227
"@babel/helper-function-name" "^7.17.9"
12881228
"@babel/helper-hoist-variables" "^7.16.7"
12891229
"@babel/helper-split-export-declaration" "^7.16.7"
1290-
"@babel/parser" "^7.17.9"
1291-
"@babel/types" "^7.17.0"
1230+
"@babel/parser" "^7.17.10"
1231+
"@babel/types" "^7.17.10"
12921232
debug "^4.1.0"
12931233
globals "^11.1.0"
12941234

@@ -1927,11 +1867,24 @@
19271867
"@babel/runtime" "^7.7.2"
19281868
regenerator-runtime "^0.13.3"
19291869

1870+
"@jridgewell/gen-mapping@^0.1.0":
1871+
version "0.1.1"
1872+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
1873+
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
1874+
dependencies:
1875+
"@jridgewell/set-array" "^1.0.0"
1876+
"@jridgewell/sourcemap-codec" "^1.4.10"
1877+
19301878
"@jridgewell/resolve-uri@^3.0.3":
19311879
version "3.0.4"
19321880
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72"
19331881
integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==
19341882

1883+
"@jridgewell/set-array@^1.0.0":
1884+
version "1.1.0"
1885+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01"
1886+
integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==
1887+
19351888
"@jridgewell/sourcemap-codec@^1.4.10":
19361889
version "1.4.11"
19371890
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
@@ -7587,14 +7540,7 @@ json-stringify-safe@~5.0.1:
75877540
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
75887541
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
75897542

7590-
json5@^2.1.2, json5@^2.2.0:
7591-
version "2.2.0"
7592-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
7593-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
7594-
dependencies:
7595-
minimist "^1.2.5"
7596-
7597-
json5@^2.2.1:
7543+
json5@^2.1.2, json5@^2.2.0, json5@^2.2.1:
75987544
version "2.2.1"
75997545
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
76007546
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==

0 commit comments

Comments
 (0)