Skip to content

Commit 526f60a

Browse files
committed
chore(deps): update @babel/core to v7.18.5
1 parent f7a1388 commit 526f60a

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
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "7.17.10",
48-
"@babel/core": "7.18.2",
48+
"@babel/core": "7.18.5",
4949
"@babel/eslint-parser": "7.18.2",
5050
"@babel/helper-define-map": "7.18.0",
5151
"@babel/runtime": "7.18.3",

yarn.lock

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

104-
"@babel/core@7.18.2":
105-
version "7.18.2"
106-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
107-
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
104+
"@babel/core@7.18.5":
105+
version "7.18.5"
106+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000"
107+
integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==
108108
dependencies:
109109
"@ampproject/remapping" "^2.1.0"
110110
"@babel/code-frame" "^7.16.7"
111111
"@babel/generator" "^7.18.2"
112112
"@babel/helper-compilation-targets" "^7.18.2"
113113
"@babel/helper-module-transforms" "^7.18.0"
114114
"@babel/helpers" "^7.18.2"
115-
"@babel/parser" "^7.18.0"
115+
"@babel/parser" "^7.18.5"
116116
"@babel/template" "^7.16.7"
117-
"@babel/traverse" "^7.18.2"
118-
"@babel/types" "^7.18.2"
117+
"@babel/traverse" "^7.18.5"
118+
"@babel/types" "^7.18.4"
119119
convert-source-map "^1.7.0"
120120
debug "^4.1.0"
121121
gensync "^1.0.0-beta.2"
@@ -1088,6 +1088,11 @@
10881088
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
10891089
integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
10901090

1091+
"@babel/parser@^7.18.5":
1092+
version "7.18.5"
1093+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c"
1094+
integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==
1095+
10911096
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
10921097
version "7.15.4"
10931098
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
@@ -2036,6 +2041,22 @@
20362041
debug "^4.1.0"
20372042
globals "^11.1.0"
20382043

2044+
"@babel/traverse@^7.18.5":
2045+
version "7.18.5"
2046+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd"
2047+
integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==
2048+
dependencies:
2049+
"@babel/code-frame" "^7.16.7"
2050+
"@babel/generator" "^7.18.2"
2051+
"@babel/helper-environment-visitor" "^7.18.2"
2052+
"@babel/helper-function-name" "^7.17.9"
2053+
"@babel/helper-hoist-variables" "^7.16.7"
2054+
"@babel/helper-split-export-declaration" "^7.16.7"
2055+
"@babel/parser" "^7.18.5"
2056+
"@babel/types" "^7.18.4"
2057+
debug "^4.1.0"
2058+
globals "^11.1.0"
2059+
20392060
"@babel/traverse@^7.9.6":
20402061
version "7.9.6"
20412062
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
@@ -2142,6 +2163,14 @@
21422163
"@babel/helper-validator-identifier" "^7.16.7"
21432164
to-fast-properties "^2.0.0"
21442165

2166+
"@babel/types@^7.18.4":
2167+
version "7.18.4"
2168+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
2169+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
2170+
dependencies:
2171+
"@babel/helper-validator-identifier" "^7.16.7"
2172+
to-fast-properties "^2.0.0"
2173+
21452174
"@bcoe/v8-coverage@^0.2.3":
21462175
version "0.2.3"
21472176
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)