Skip to content

Commit 15849bc

Browse files
chore(deps-dev): bump @babel/core from 7.17.12 to 7.18.0 (#1520)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.12 to 7.18.0. - [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.18.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49020d9 commit 15849bc

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dist/index.d.ts"
2222
],
2323
"devDependencies": {
24-
"@babel/core": "^7.17.12",
24+
"@babel/core": "^7.18.0",
2525
"@babel/preset-env": "^7.17.12",
2626
"@babel/types": "^7.17.12",
2727
"@rollup/plugin-commonjs": "^22.0.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -144,33 +144,33 @@
144144
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
145145
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
146146

147-
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.17.12", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
148-
version "7.17.12"
149-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee"
150-
integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==
147+
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.18.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
148+
version "7.18.0"
149+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
150+
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
151151
dependencies:
152152
"@ampproject/remapping" "^2.1.0"
153153
"@babel/code-frame" "^7.16.7"
154-
"@babel/generator" "^7.17.12"
154+
"@babel/generator" "^7.18.0"
155155
"@babel/helper-compilation-targets" "^7.17.10"
156-
"@babel/helper-module-transforms" "^7.17.12"
157-
"@babel/helpers" "^7.17.9"
158-
"@babel/parser" "^7.17.12"
156+
"@babel/helper-module-transforms" "^7.18.0"
157+
"@babel/helpers" "^7.18.0"
158+
"@babel/parser" "^7.18.0"
159159
"@babel/template" "^7.16.7"
160-
"@babel/traverse" "^7.17.12"
161-
"@babel/types" "^7.17.12"
160+
"@babel/traverse" "^7.18.0"
161+
"@babel/types" "^7.18.0"
162162
convert-source-map "^1.7.0"
163163
debug "^4.1.0"
164164
gensync "^1.0.0-beta.2"
165165
json5 "^2.2.1"
166166
semver "^6.3.0"
167167

168-
"@babel/generator@^7.17.12", "@babel/generator@^7.7.2":
169-
version "7.17.12"
170-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.12.tgz#5970e6160e9be0428e02f4aba62d8551ec366cc8"
171-
integrity sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==
168+
"@babel/generator@^7.18.0", "@babel/generator@^7.7.2":
169+
version "7.18.0"
170+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
171+
integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
172172
dependencies:
173-
"@babel/types" "^7.17.12"
173+
"@babel/types" "^7.18.0"
174174
"@jridgewell/gen-mapping" "^0.3.0"
175175
jsesc "^2.5.1"
176176

@@ -315,19 +315,19 @@
315315
dependencies:
316316
"@babel/types" "^7.16.7"
317317

318-
"@babel/helper-module-transforms@^7.17.12":
319-
version "7.17.12"
320-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
321-
integrity sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==
318+
"@babel/helper-module-transforms@^7.17.12", "@babel/helper-module-transforms@^7.18.0":
319+
version "7.18.0"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
321+
integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
322322
dependencies:
323323
"@babel/helper-environment-visitor" "^7.16.7"
324324
"@babel/helper-module-imports" "^7.16.7"
325325
"@babel/helper-simple-access" "^7.17.7"
326326
"@babel/helper-split-export-declaration" "^7.16.7"
327327
"@babel/helper-validator-identifier" "^7.16.7"
328328
"@babel/template" "^7.16.7"
329-
"@babel/traverse" "^7.17.12"
330-
"@babel/types" "^7.17.12"
329+
"@babel/traverse" "^7.18.0"
330+
"@babel/types" "^7.18.0"
331331

332332
"@babel/helper-optimise-call-expression@^7.16.7":
333333
version "7.16.7"
@@ -402,14 +402,14 @@
402402
"@babel/traverse" "^7.16.8"
403403
"@babel/types" "^7.16.8"
404404

405-
"@babel/helpers@^7.17.9":
406-
version "7.17.9"
407-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a"
408-
integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==
405+
"@babel/helpers@^7.18.0":
406+
version "7.18.0"
407+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
408+
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
409409
dependencies:
410410
"@babel/template" "^7.16.7"
411-
"@babel/traverse" "^7.17.9"
412-
"@babel/types" "^7.17.0"
411+
"@babel/traverse" "^7.18.0"
412+
"@babel/types" "^7.18.0"
413413

414414
"@babel/highlight@^7.16.7":
415415
version "7.16.7"
@@ -420,10 +420,10 @@
420420
chalk "^2.0.0"
421421
js-tokens "^4.0.0"
422422

423-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12":
424-
version "7.17.12"
425-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
426-
integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
423+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
424+
version "7.18.0"
425+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
426+
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
427427

428428
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
429429
version "7.17.12"
@@ -1053,26 +1053,26 @@
10531053
"@babel/parser" "^7.16.7"
10541054
"@babel/types" "^7.16.7"
10551055

1056-
"@babel/traverse@^7.0.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.2":
1057-
version "7.17.12"
1058-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
1059-
integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==
1056+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.7.2":
1057+
version "7.18.0"
1058+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
1059+
integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
10601060
dependencies:
10611061
"@babel/code-frame" "^7.16.7"
1062-
"@babel/generator" "^7.17.12"
1062+
"@babel/generator" "^7.18.0"
10631063
"@babel/helper-environment-visitor" "^7.16.7"
10641064
"@babel/helper-function-name" "^7.17.9"
10651065
"@babel/helper-hoist-variables" "^7.16.7"
10661066
"@babel/helper-split-export-declaration" "^7.16.7"
1067-
"@babel/parser" "^7.17.12"
1068-
"@babel/types" "^7.17.12"
1067+
"@babel/parser" "^7.18.0"
1068+
"@babel/types" "^7.18.0"
10691069
debug "^4.1.0"
10701070
globals "^11.1.0"
10711071

1072-
"@babel/types@^7.0.0", "@babel/types@^7.14.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.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1073-
version "7.17.12"
1074-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
1075-
integrity sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==
1072+
"@babel/types@^7.0.0", "@babel/types@^7.14.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.12", "@babel/types@^7.18.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1073+
version "7.18.0"
1074+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.0.tgz#ef523ea349722849cb4bf806e9342ede4d071553"
1075+
integrity sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==
10761076
dependencies:
10771077
"@babel/helper-validator-identifier" "^7.16.7"
10781078
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)