Skip to content

Commit 0a00407

Browse files
chore: update babel monorepo to v7.12.16 (#2448)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 79dc224 commit 0a00407

File tree

1 file changed

+54
-49
lines changed

1 file changed

+54
-49
lines changed

yarn.lock

+54-49
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
source-map "^0.5.0"
4444

4545
"@babel/core@^7.12.10":
46-
version "7.12.13"
47-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
48-
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
46+
version "7.12.16"
47+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
48+
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
4949
dependencies:
5050
"@babel/code-frame" "^7.12.13"
51-
"@babel/generator" "^7.12.13"
51+
"@babel/generator" "^7.12.15"
5252
"@babel/helper-module-transforms" "^7.12.13"
5353
"@babel/helpers" "^7.12.13"
54-
"@babel/parser" "^7.12.13"
54+
"@babel/parser" "^7.12.16"
5555
"@babel/template" "^7.12.13"
5656
"@babel/traverse" "^7.12.13"
5757
"@babel/types" "^7.12.13"
@@ -63,7 +63,7 @@
6363
semver "^5.4.1"
6464
source-map "^0.5.0"
6565

66-
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11", "@babel/generator@^7.12.13":
66+
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11", "@babel/generator@^7.12.13", "@babel/generator@^7.12.15":
6767
version "7.12.15"
6868
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
6969
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
@@ -87,31 +87,31 @@
8787
"@babel/helper-explode-assignable-expression" "^7.12.13"
8888
"@babel/types" "^7.12.13"
8989

90-
"@babel/helper-compilation-targets@^7.12.13":
91-
version "7.12.13"
92-
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.13.tgz#d689cdef88810aa74e15a7a94186f26a3d773c98"
93-
integrity sha512-dXof20y/6wB5HnLOGyLh/gobsMvDNoekcC+8MCV2iaTd5JemhFkPD73QB+tK3iFC9P0xJC73B6MvKkyUfS9cCw==
90+
"@babel/helper-compilation-targets@^7.12.16":
91+
version "7.12.16"
92+
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
93+
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
9494
dependencies:
9595
"@babel/compat-data" "^7.12.13"
96-
"@babel/helper-validator-option" "^7.12.11"
96+
"@babel/helper-validator-option" "^7.12.16"
9797
browserslist "^4.14.5"
9898
semver "^5.5.0"
9999

100100
"@babel/helper-create-class-features-plugin@^7.12.13":
101-
version "7.12.13"
102-
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.13.tgz#0f1707c2eec1a4604f2a22a6fb209854ef2a399a"
103-
integrity sha512-Vs/e9wv7rakKYeywsmEBSRC9KtmE7Px+YBlESekLeJOF0zbGUicGfXSNi3o+tfXSNS48U/7K9mIOOCR79Cl3+Q==
101+
version "7.12.16"
102+
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz#955d5099fd093e5afb05542190f8022105082c61"
103+
integrity sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow==
104104
dependencies:
105105
"@babel/helper-function-name" "^7.12.13"
106-
"@babel/helper-member-expression-to-functions" "^7.12.13"
106+
"@babel/helper-member-expression-to-functions" "^7.12.16"
107107
"@babel/helper-optimise-call-expression" "^7.12.13"
108108
"@babel/helper-replace-supers" "^7.12.13"
109109
"@babel/helper-split-export-declaration" "^7.12.13"
110110

111111
"@babel/helper-create-regexp-features-plugin@^7.12.13":
112-
version "7.12.13"
113-
resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz#0996d370a92896c612ae41a4215544bd152579c0"
114-
integrity sha512-XC+kiA0J3at6E85dL5UnCYfVOcIZ834QcAY0TIpgUVnz0zDzg+0TtvZTnJ4g9L1dPRGe30Qi03XCIS4tYCLtqw==
112+
version "7.12.16"
113+
resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.16.tgz#3b31d13f39f930fad975e151163b7df7d4ffe9d3"
114+
integrity sha512-jAcQ1biDYZBdaAxB4yg46/XirgX7jBDiMHDbwYQOgtViLBXGxJpZQ24jutmBqAIB/q+AwB6j+NbBXjKxEY8vqg==
115115
dependencies:
116116
"@babel/helper-annotate-as-pure" "^7.12.13"
117117
regexpu-core "^4.7.1"
@@ -146,10 +146,10 @@
146146
dependencies:
147147
"@babel/types" "^7.12.13"
148148

149-
"@babel/helper-member-expression-to-functions@^7.12.13":
150-
version "7.12.13"
151-
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz#c5715695b4f8bab32660dbdcdc2341dec7e3df40"
152-
integrity sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==
149+
"@babel/helper-member-expression-to-functions@^7.12.13", "@babel/helper-member-expression-to-functions@^7.12.16":
150+
version "7.12.16"
151+
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz#41e0916b99f8d5f43da4f05d85f4930fa3d62b22"
152+
integrity sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==
153153
dependencies:
154154
"@babel/types" "^7.12.13"
155155

@@ -232,10 +232,10 @@
232232
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
233233
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
234234

235-
"@babel/helper-validator-option@^7.12.11":
236-
version "7.12.11"
237-
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
238-
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
235+
"@babel/helper-validator-option@^7.12.16":
236+
version "7.12.16"
237+
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
238+
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
239239

240240
"@babel/helper-wrap-function@^7.12.13":
241241
version "7.12.13"
@@ -270,11 +270,16 @@
270270
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
271271
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
272272

273-
"@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.13", "@babel/parser@^7.12.7":
273+
"@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7":
274274
version "7.12.15"
275275
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
276276
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
277277

278+
"@babel/parser@^7.12.13", "@babel/parser@^7.12.16":
279+
version "7.12.16"
280+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
281+
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
282+
278283
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
279284
version "7.12.13"
280285
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
@@ -292,12 +297,12 @@
292297
"@babel/helper-create-class-features-plugin" "^7.12.13"
293298
"@babel/helper-plugin-utils" "^7.12.13"
294299

295-
"@babel/plugin-proposal-dynamic-import@^7.12.1":
296-
version "7.12.1"
297-
resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz#43eb5c2a3487ecd98c5c8ea8b5fdb69a2749b2dc"
298-
integrity sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==
300+
"@babel/plugin-proposal-dynamic-import@^7.12.16":
301+
version "7.12.16"
302+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
303+
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
299304
dependencies:
300-
"@babel/helper-plugin-utils" "^7.10.4"
305+
"@babel/helper-plugin-utils" "^7.12.13"
301306
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
302307

303308
"@babel/plugin-proposal-export-namespace-from@^7.12.13":
@@ -357,10 +362,10 @@
357362
"@babel/helper-plugin-utils" "^7.12.13"
358363
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
359364

360-
"@babel/plugin-proposal-optional-chaining@^7.12.13":
361-
version "7.12.13"
362-
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.13.tgz#63a7d805bc8ce626f3234ee5421a2a7fb23f66d9"
363-
integrity sha512-0ZwjGfTcnZqyV3y9DSD1Yk3ebp+sIUpT2YDqP8hovzaNZnQq2Kd7PEqa6iOIUDBXBt7Jl3P7YAcEIL5Pz8u09Q==
365+
"@babel/plugin-proposal-optional-chaining@^7.12.16":
366+
version "7.12.16"
367+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
368+
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
364369
dependencies:
365370
"@babel/helper-plugin-utils" "^7.12.13"
366371
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -743,26 +748,26 @@
743748
"@babel/helper-plugin-utils" "^7.12.13"
744749

745750
"@babel/preset-env@^7.12.11":
746-
version "7.12.13"
747-
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.13.tgz#3aa2d09cf7d255177538dff292ac9af29ad46525"
748-
integrity sha512-JUVlizG8SoFTz4LmVUL8++aVwzwxcvey3N0j1tRbMAXVEy95uQ/cnEkmEKHN00Bwq4voAV3imQGnQvpkLAxsrw==
751+
version "7.12.16"
752+
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
753+
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
749754
dependencies:
750755
"@babel/compat-data" "^7.12.13"
751-
"@babel/helper-compilation-targets" "^7.12.13"
756+
"@babel/helper-compilation-targets" "^7.12.16"
752757
"@babel/helper-module-imports" "^7.12.13"
753758
"@babel/helper-plugin-utils" "^7.12.13"
754-
"@babel/helper-validator-option" "^7.12.11"
759+
"@babel/helper-validator-option" "^7.12.16"
755760
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
756761
"@babel/plugin-proposal-class-properties" "^7.12.13"
757-
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
762+
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
758763
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
759764
"@babel/plugin-proposal-json-strings" "^7.12.13"
760765
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
761766
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
762767
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
763768
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
764769
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
765-
"@babel/plugin-proposal-optional-chaining" "^7.12.13"
770+
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
766771
"@babel/plugin-proposal-private-methods" "^7.12.13"
767772
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
768773
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -3096,9 +3101,9 @@ camelcase@^6.0.0:
30963101
integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==
30973102

30983103
caniuse-lite@^1.0.30001181:
3099-
version "1.0.30001183"
3100-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001183.tgz#7a57ba9d6584119bb5f2bc76d3cc47ba9356b3e2"
3101-
integrity sha512-7JkwTEE1hlRKETbCFd8HDZeLiQIUcl8rC6JgNjvHCNaxOeNmQ9V4LvQXRUsKIV2CC73qKxljwVhToaA3kLRqTw==
3104+
version "1.0.30001185"
3105+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001185.tgz#3482a407d261da04393e2f0d61eefbc53be43b95"
3106+
integrity sha512-Fpi4kVNtNvJ15H0F6vwmXtb3tukv3Zg3qhKkOGUq7KJ1J6b9kf4dnNgtEAFXhRsJo0gNj9W60+wBvn0JcTvdTg==
31023107

31033108
capture-exit@^2.0.0:
31043109
version "2.0.0"
@@ -4148,9 +4153,9 @@ [email protected]:
41484153
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
41494154

41504155
electron-to-chromium@^1.3.649:
4151-
version "1.3.654"
4152-
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.654.tgz#f1b82d59bdeafa65af75794356df54f92b41c4de"
4153-
integrity sha512-Zy2gc/c8KYFg2GkNr7Ruzh5tPEZpFm7EyXqZTFasm1YRDJtpyBRGaOuM0H3t6SuIP53qX4kNmtO9t0WjhBjE9A==
4156+
version "1.3.663"
4157+
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.663.tgz#dd54adfd8d7f0e01b80d236c6e232efbaa0c686c"
4158+
integrity sha512-xkVkzHj6k3oRRGlmdgUCCLSLhtFYHDCTH7SeK+LJdJjnsLcrdbpr8EYmfMQhez3V/KPO5UScSpzQ0feYX6Qoyw==
41544159

41554160
emittery@^0.7.1:
41564161
version "0.7.1"

0 commit comments

Comments
 (0)