Skip to content

Commit ff1cd02

Browse files
Bump @babel/core from 7.17.8 to 7.17.12
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.8 to 7.17.12. - [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.12/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 e498d71 commit ff1cd02

File tree

2 files changed

+66
-59
lines changed

2 files changed

+66
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "^7.17.10",
64-
"@babel/core": "^7.17.8",
64+
"@babel/core": "^7.17.12",
6565
"@babel/preset-env": "^7.17.10",
6666
"@rollup/plugin-commonjs": "^17.1.0",
6767
"@rollup/plugin-node-resolve": "^11.2.0",

yarn.lock

Lines changed: 65 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -153,35 +153,35 @@
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
154154
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
155155

156-
"@babel/core@^7.1.0", "@babel/core@^7.17.8", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
157-
version "7.17.8"
158-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
159-
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
156+
"@babel/core@^7.1.0", "@babel/core@^7.17.12", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
157+
version "7.17.12"
158+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee"
159+
integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==
160160
dependencies:
161161
"@ampproject/remapping" "^2.1.0"
162162
"@babel/code-frame" "^7.16.7"
163-
"@babel/generator" "^7.17.7"
164-
"@babel/helper-compilation-targets" "^7.17.7"
165-
"@babel/helper-module-transforms" "^7.17.7"
166-
"@babel/helpers" "^7.17.8"
167-
"@babel/parser" "^7.17.8"
163+
"@babel/generator" "^7.17.12"
164+
"@babel/helper-compilation-targets" "^7.17.10"
165+
"@babel/helper-module-transforms" "^7.17.12"
166+
"@babel/helpers" "^7.17.9"
167+
"@babel/parser" "^7.17.12"
168168
"@babel/template" "^7.16.7"
169-
"@babel/traverse" "^7.17.3"
170-
"@babel/types" "^7.17.0"
169+
"@babel/traverse" "^7.17.12"
170+
"@babel/types" "^7.17.12"
171171
convert-source-map "^1.7.0"
172172
debug "^4.1.0"
173173
gensync "^1.0.0-beta.2"
174-
json5 "^2.1.2"
174+
json5 "^2.2.1"
175175
semver "^6.3.0"
176176

177-
"@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
178-
version "7.17.7"
179-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
180-
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
177+
"@babel/generator@^7.17.12", "@babel/generator@^7.7.2":
178+
version "7.17.12"
179+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.12.tgz#5970e6160e9be0428e02f4aba62d8551ec366cc8"
180+
integrity sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==
181181
dependencies:
182-
"@babel/types" "^7.17.0"
182+
"@babel/types" "^7.17.12"
183+
"@jridgewell/gen-mapping" "^0.3.0"
183184
jsesc "^2.5.1"
184-
source-map "^0.5.0"
185185

186186
"@babel/helper-annotate-as-pure@^7.16.7":
187187
version "7.16.7"
@@ -198,7 +198,7 @@
198198
"@babel/helper-explode-assignable-expression" "^7.16.7"
199199
"@babel/types" "^7.16.7"
200200

201-
"@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":
201+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10":
202202
version "7.17.10"
203203
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe"
204204
integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==
@@ -358,19 +358,19 @@
358358
dependencies:
359359
"@babel/types" "^7.16.7"
360360

361-
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7":
362-
version "7.17.7"
363-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
364-
integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==
361+
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.12", "@babel/helper-module-transforms@^7.17.7":
362+
version "7.17.12"
363+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
364+
integrity sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==
365365
dependencies:
366366
"@babel/helper-environment-visitor" "^7.16.7"
367367
"@babel/helper-module-imports" "^7.16.7"
368368
"@babel/helper-simple-access" "^7.17.7"
369369
"@babel/helper-split-export-declaration" "^7.16.7"
370370
"@babel/helper-validator-identifier" "^7.16.7"
371371
"@babel/template" "^7.16.7"
372-
"@babel/traverse" "^7.17.3"
373-
"@babel/types" "^7.17.0"
372+
"@babel/traverse" "^7.17.12"
373+
"@babel/types" "^7.17.12"
374374

375375
"@babel/helper-optimise-call-expression@^7.16.7":
376376
version "7.16.7"
@@ -450,13 +450,13 @@
450450
"@babel/traverse" "^7.16.8"
451451
"@babel/types" "^7.16.8"
452452

453-
"@babel/helpers@^7.17.8":
454-
version "7.17.8"
455-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
456-
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
453+
"@babel/helpers@^7.17.9":
454+
version "7.17.9"
455+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
456+
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
457457
dependencies:
458458
"@babel/template" "^7.16.7"
459-
"@babel/traverse" "^7.17.3"
459+
"@babel/traverse" "^7.17.9"
460460
"@babel/types" "^7.17.0"
461461

462462
"@babel/highlight@^7.10.4":
@@ -477,10 +477,10 @@
477477
chalk "^2.0.0"
478478
js-tokens "^4.0.0"
479479

480-
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
481-
version "7.17.8"
482-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
483-
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
480+
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
481+
version "7.17.12"
482+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
483+
integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
484484

485485
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
486486
version "7.16.7"
@@ -1110,26 +1110,26 @@
11101110
"@babel/parser" "^7.16.7"
11111111
"@babel/types" "^7.16.7"
11121112

1113-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
1114-
version "7.17.3"
1115-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
1116-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
1113+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
1114+
version "7.17.12"
1115+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
1116+
integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==
11171117
dependencies:
11181118
"@babel/code-frame" "^7.16.7"
1119-
"@babel/generator" "^7.17.3"
1119+
"@babel/generator" "^7.17.12"
11201120
"@babel/helper-environment-visitor" "^7.16.7"
1121-
"@babel/helper-function-name" "^7.16.7"
1121+
"@babel/helper-function-name" "^7.17.9"
11221122
"@babel/helper-hoist-variables" "^7.16.7"
11231123
"@babel/helper-split-export-declaration" "^7.16.7"
1124-
"@babel/parser" "^7.17.3"
1125-
"@babel/types" "^7.17.0"
1124+
"@babel/parser" "^7.17.12"
1125+
"@babel/types" "^7.17.12"
11261126
debug "^4.1.0"
11271127
globals "^11.1.0"
11281128

1129-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@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":
1130-
version "7.17.10"
1131-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
1132-
integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==
1129+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@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.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1130+
version "7.17.12"
1131+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
1132+
integrity sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==
11331133
dependencies:
11341134
"@babel/helper-validator-identifier" "^7.16.7"
11351135
to-fast-properties "^2.0.0"
@@ -1405,17 +1405,31 @@
14051405
"@types/yargs" "^16.0.0"
14061406
chalk "^4.0.0"
14071407

1408+
"@jridgewell/gen-mapping@^0.3.0":
1409+
version "0.3.1"
1410+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
1411+
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
1412+
dependencies:
1413+
"@jridgewell/set-array" "^1.0.0"
1414+
"@jridgewell/sourcemap-codec" "^1.4.10"
1415+
"@jridgewell/trace-mapping" "^0.3.9"
1416+
14081417
"@jridgewell/resolve-uri@^3.0.3":
14091418
version "3.0.5"
14101419
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
14111420
integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
14121421

1422+
"@jridgewell/set-array@^1.0.0":
1423+
version "1.1.1"
1424+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
1425+
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
1426+
14131427
"@jridgewell/sourcemap-codec@^1.4.10":
14141428
version "1.4.11"
14151429
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
14161430
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
14171431

1418-
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.8":
1432+
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
14191433
version "0.3.13"
14201434
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
14211435
integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==
@@ -4905,12 +4919,10 @@ json-stringify-safe@~5.0.1:
49054919
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
49064920
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
49074921

4908-
[email protected], json5@^2.1.2:
4909-
version "2.1.3"
4910-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
4911-
integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
4912-
dependencies:
4913-
minimist "^1.2.5"
4922+
[email protected], json5@^2.2.1:
4923+
version "2.2.1"
4924+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
4925+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
49144926

49154927
json5@^1.0.1:
49164928
version "1.0.1"
@@ -6455,11 +6467,6 @@ source-map-support@^0.5.6, source-map-support@~0.5.19:
64556467
buffer-from "^1.0.0"
64566468
source-map "^0.6.0"
64576469

6458-
source-map@^0.5.0:
6459-
version "0.5.7"
6460-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
6461-
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
6462-
64636470
source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
64646471
version "0.6.1"
64656472
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

0 commit comments

Comments
 (0)