Skip to content

Commit e2711ce

Browse files
committed
chore(deps): update dependency @babel/core to v7.18.5
1 parent ad32640 commit e2711ce

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"repository": "algolia/react-element-to-jsx-string",
3838
"devDependencies": {
3939
"@babel/cli": "7.17.10",
40-
"@babel/core": "7.18.2",
40+
"@babel/core": "7.18.5",
4141
"@babel/preset-env": "7.18.2",
4242
"@babel/preset-flow": "7.17.12",
4343
"@babel/preset-react": "7.17.12",

yarn.lock

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
3939
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
4040

41-
"@babel/[email protected].2":
42-
version "7.18.2"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
44-
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
41+
"@babel/[email protected].5":
42+
version "7.18.5"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000"
44+
integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==
4545
dependencies:
4646
"@ampproject/remapping" "^2.1.0"
4747
"@babel/code-frame" "^7.16.7"
4848
"@babel/generator" "^7.18.2"
4949
"@babel/helper-compilation-targets" "^7.18.2"
5050
"@babel/helper-module-transforms" "^7.18.0"
5151
"@babel/helpers" "^7.18.2"
52-
"@babel/parser" "^7.18.0"
52+
"@babel/parser" "^7.18.5"
5353
"@babel/template" "^7.16.7"
54-
"@babel/traverse" "^7.18.2"
55-
"@babel/types" "^7.18.2"
54+
"@babel/traverse" "^7.18.5"
55+
"@babel/types" "^7.18.4"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
@@ -383,6 +383,11 @@
383383
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
384384
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
385385

386+
"@babel/parser@^7.18.5":
387+
version "7.18.5"
388+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
389+
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
390+
386391
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
387392
version "7.17.12"
388393
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
@@ -1137,6 +1142,22 @@
11371142
debug "^4.1.0"
11381143
globals "^11.1.0"
11391144

1145+
"@babel/traverse@^7.18.5":
1146+
version "7.18.5"
1147+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
1148+
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
1149+
dependencies:
1150+
"@babel/code-frame" "^7.16.7"
1151+
"@babel/generator" "^7.18.2"
1152+
"@babel/helper-environment-visitor" "^7.18.2"
1153+
"@babel/helper-function-name" "^7.17.9"
1154+
"@babel/helper-hoist-variables" "^7.16.7"
1155+
"@babel/helper-split-export-declaration" "^7.16.7"
1156+
"@babel/parser" "^7.18.5"
1157+
"@babel/types" "^7.18.4"
1158+
debug "^4.1.0"
1159+
globals "^11.1.0"
1160+
11401161
"@babel/types@^7.0.0", "@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.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
11411162
version "7.17.12"
11421163
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
@@ -1161,6 +1182,14 @@
11611182
"@babel/helper-validator-identifier" "^7.16.7"
11621183
to-fast-properties "^2.0.0"
11631184

1185+
"@babel/types@^7.18.4":
1186+
version "7.18.4"
1187+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
1188+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
1189+
dependencies:
1190+
"@babel/helper-validator-identifier" "^7.16.7"
1191+
to-fast-properties "^2.0.0"
1192+
11641193
11651194
version "1.0.2"
11661195
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"

0 commit comments

Comments
 (0)