Skip to content

Commit bbd7fb0

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 1d1dc2e commit bbd7fb0

File tree

2 files changed

+57
-111
lines changed

2 files changed

+57
-111
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.16.11",

yarn.lock

Lines changed: 56 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
154154
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
155155

156-
"@babel/compat-data@^7.17.7":
157-
version "7.17.7"
158-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
159-
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
156+
"@babel/compat-data@^7.17.10":
157+
version "7.17.10"
158+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
159+
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
160160

161161
162162
version "7.12.9"
@@ -180,42 +180,21 @@
180180
semver "^5.4.1"
181181
source-map "^0.5.0"
182182

183-
"@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.15.5":
184-
version "7.17.8"
185-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
186-
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
187-
dependencies:
188-
"@ampproject/remapping" "^2.1.0"
189-
"@babel/code-frame" "^7.16.7"
190-
"@babel/generator" "^7.17.7"
191-
"@babel/helper-compilation-targets" "^7.17.7"
192-
"@babel/helper-module-transforms" "^7.17.7"
193-
"@babel/helpers" "^7.17.8"
194-
"@babel/parser" "^7.17.8"
195-
"@babel/template" "^7.16.7"
196-
"@babel/traverse" "^7.17.3"
197-
"@babel/types" "^7.17.0"
198-
convert-source-map "^1.7.0"
199-
debug "^4.1.0"
200-
gensync "^1.0.0-beta.2"
201-
json5 "^2.1.2"
202-
semver "^6.3.0"
203-
204-
"@babel/core@^7.11.6", "@babel/core@^7.17.9":
205-
version "7.17.9"
206-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe"
207-
integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==
183+
"@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":
184+
version "7.17.10"
185+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
186+
integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==
208187
dependencies:
209188
"@ampproject/remapping" "^2.1.0"
210189
"@babel/code-frame" "^7.16.7"
211-
"@babel/generator" "^7.17.9"
212-
"@babel/helper-compilation-targets" "^7.17.7"
190+
"@babel/generator" "^7.17.10"
191+
"@babel/helper-compilation-targets" "^7.17.10"
213192
"@babel/helper-module-transforms" "^7.17.7"
214193
"@babel/helpers" "^7.17.9"
215-
"@babel/parser" "^7.17.9"
194+
"@babel/parser" "^7.17.10"
216195
"@babel/template" "^7.16.7"
217-
"@babel/traverse" "^7.17.9"
218-
"@babel/types" "^7.17.0"
196+
"@babel/traverse" "^7.17.10"
197+
"@babel/types" "^7.17.10"
219198
convert-source-map "^1.7.0"
220199
debug "^4.1.0"
221200
gensync "^1.0.0-beta.2"
@@ -231,23 +210,14 @@
231210
eslint-visitor-keys "^2.1.0"
232211
semver "^6.3.0"
233212

234-
"@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
235-
version "7.17.7"
236-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
237-
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
238-
dependencies:
239-
"@babel/types" "^7.17.0"
240-
jsesc "^2.5.1"
241-
source-map "^0.5.0"
242-
243-
"@babel/generator@^7.17.9":
244-
version "7.17.9"
245-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.9.tgz#f4af9fd38fa8de143c29fce3f71852406fc1e2fc"
246-
integrity sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==
213+
"@babel/generator@^7.12.5", "@babel/generator@^7.17.10", "@babel/generator@^7.7.2":
214+
version "7.17.10"
215+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
216+
integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==
247217
dependencies:
248-
"@babel/types" "^7.17.0"
218+
"@babel/types" "^7.17.10"
219+
"@jridgewell/gen-mapping" "^0.1.0"
249220
jsesc "^2.5.1"
250-
source-map "^0.5.0"
251221

252222
"@babel/helper-annotate-as-pure@^7.16.7":
253223
version "7.16.7"
@@ -264,14 +234,14 @@
264234
"@babel/helper-explode-assignable-expression" "^7.16.7"
265235
"@babel/types" "^7.16.7"
266236

267-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7":
268-
version "7.17.7"
269-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46"
270-
integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==
237+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10":
238+
version "7.17.10"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
240+
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
271241
dependencies:
272-
"@babel/compat-data" "^7.17.7"
242+
"@babel/compat-data" "^7.17.10"
273243
"@babel/helper-validator-option" "^7.16.7"
274-
browserslist "^4.17.5"
244+
browserslist "^4.20.2"
275245
semver "^6.3.0"
276246

277247
"@babel/helper-create-class-features-plugin@^7.16.0", "@babel/helper-create-class-features-plugin@^7.16.7":
@@ -487,16 +457,7 @@
487457
"@babel/traverse" "^7.16.8"
488458
"@babel/types" "^7.16.8"
489459

490-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.8":
491-
version "7.17.8"
492-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
493-
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
494-
dependencies:
495-
"@babel/template" "^7.16.7"
496-
"@babel/traverse" "^7.17.3"
497-
"@babel/types" "^7.17.0"
498-
499-
"@babel/helpers@^7.17.9":
460+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.9":
500461
version "7.17.9"
501462
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
502463
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
@@ -514,15 +475,10 @@
514475
chalk "^2.0.0"
515476
js-tokens "^4.0.0"
516477

517-
"@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":
518-
version "7.17.8"
519-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
520-
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
521-
522-
"@babel/parser@^7.17.9":
523-
version "7.17.9"
524-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
525-
integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
478+
"@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":
479+
version "7.17.10"
480+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
481+
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
526482

527483
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
528484
version "7.16.7"
@@ -1244,42 +1200,26 @@
12441200
"@babel/parser" "^7.16.7"
12451201
"@babel/types" "^7.16.7"
12461202

1247-
"@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":
1248-
version "7.17.3"
1249-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
1250-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
1203+
"@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":
1204+
version "7.17.10"
1205+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
1206+
integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
12511207
dependencies:
12521208
"@babel/code-frame" "^7.16.7"
1253-
"@babel/generator" "^7.17.3"
1254-
"@babel/helper-environment-visitor" "^7.16.7"
1255-
"@babel/helper-function-name" "^7.16.7"
1256-
"@babel/helper-hoist-variables" "^7.16.7"
1257-
"@babel/helper-split-export-declaration" "^7.16.7"
1258-
"@babel/parser" "^7.17.3"
1259-
"@babel/types" "^7.17.0"
1260-
debug "^4.1.0"
1261-
globals "^11.1.0"
1262-
1263-
"@babel/traverse@^7.17.9":
1264-
version "7.17.9"
1265-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d"
1266-
integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==
1267-
dependencies:
1268-
"@babel/code-frame" "^7.16.7"
1269-
"@babel/generator" "^7.17.9"
1209+
"@babel/generator" "^7.17.10"
12701210
"@babel/helper-environment-visitor" "^7.16.7"
12711211
"@babel/helper-function-name" "^7.17.9"
12721212
"@babel/helper-hoist-variables" "^7.16.7"
12731213
"@babel/helper-split-export-declaration" "^7.16.7"
1274-
"@babel/parser" "^7.17.9"
1275-
"@babel/types" "^7.17.0"
1214+
"@babel/parser" "^7.17.10"
1215+
"@babel/types" "^7.17.10"
12761216
debug "^4.1.0"
12771217
globals "^11.1.0"
12781218

1279-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@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":
1280-
version "7.17.0"
1281-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
1282-
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
1219+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@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":
1220+
version "7.17.10"
1221+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
1222+
integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==
12831223
dependencies:
12841224
"@babel/helper-validator-identifier" "^7.16.7"
12851225
to-fast-properties "^2.0.0"
@@ -1911,11 +1851,24 @@
19111851
"@babel/runtime" "^7.7.2"
19121852
regenerator-runtime "^0.13.3"
19131853

1854+
"@jridgewell/gen-mapping@^0.1.0":
1855+
version "0.1.1"
1856+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
1857+
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
1858+
dependencies:
1859+
"@jridgewell/set-array" "^1.0.0"
1860+
"@jridgewell/sourcemap-codec" "^1.4.10"
1861+
19141862
"@jridgewell/resolve-uri@^3.0.3":
19151863
version "3.0.4"
19161864
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72"
19171865
integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==
19181866

1867+
"@jridgewell/set-array@^1.0.0":
1868+
version "1.1.0"
1869+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01"
1870+
integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==
1871+
19191872
"@jridgewell/sourcemap-codec@^1.4.10":
19201873
version "1.4.11"
19211874
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
@@ -3685,7 +3638,7 @@ browser-process-hrtime@^1.0.0:
36853638
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
36863639
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
36873640

3688-
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.6, browserslist@^4.17.5, browserslist@^4.19.1, browserslist@^4.20.2:
3641+
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.6, browserslist@^4.19.1, browserslist@^4.20.2:
36893642
version "4.20.2"
36903643
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88"
36913644
integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==
@@ -7555,14 +7508,7 @@ json-stringify-safe@~5.0.1:
75557508
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
75567509
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
75577510

7558-
json5@^2.1.2, json5@^2.2.0:
7559-
version "2.2.0"
7560-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
7561-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
7562-
dependencies:
7563-
minimist "^1.2.5"
7564-
7565-
json5@^2.2.1:
7511+
json5@^2.1.2, json5@^2.2.0, json5@^2.2.1:
75667512
version "2.2.1"
75677513
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
75687514
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==

0 commit comments

Comments
 (0)