Skip to content

Commit 76b22ea

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update babel monorepo to v7.15.8
1 parent 597370f commit 76b22ea

File tree

2 files changed

+84
-28
lines changed

2 files changed

+84
-28
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"repository": "algolia/react-element-to-jsx-string",
3535
"devDependencies": {
3636
"@babel/cli": "7.15.7",
37-
"@babel/core": "7.15.5",
38-
"@babel/preset-env": "7.15.6",
37+
"@babel/core": "7.15.8",
38+
"@babel/preset-env": "7.15.8",
3939
"@babel/preset-flow": "7.14.5",
4040
"@babel/preset-react": "7.14.5",
4141
"@commitlint/cli": "8.3.5",

yarn.lock

Lines changed: 82 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
dependencies:
3939
"@babel/highlight" "^7.14.5"
4040

41+
"@babel/code-frame@^7.15.8":
42+
version "7.15.8"
43+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
44+
integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
45+
dependencies:
46+
"@babel/highlight" "^7.14.5"
47+
4148
"@babel/code-frame@^7.8.3":
4249
version "7.8.3"
4350
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
@@ -55,20 +62,20 @@
5562
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
5663
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
5764

58-
"@babel/[email protected].5", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
59-
version "7.15.5"
60-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
61-
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
65+
"@babel/[email protected].8":
66+
version "7.15.8"
67+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
68+
integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
6269
dependencies:
63-
"@babel/code-frame" "^7.14.5"
64-
"@babel/generator" "^7.15.4"
70+
"@babel/code-frame" "^7.15.8"
71+
"@babel/generator" "^7.15.8"
6572
"@babel/helper-compilation-targets" "^7.15.4"
66-
"@babel/helper-module-transforms" "^7.15.4"
73+
"@babel/helper-module-transforms" "^7.15.8"
6774
"@babel/helpers" "^7.15.4"
68-
"@babel/parser" "^7.15.5"
75+
"@babel/parser" "^7.15.8"
6976
"@babel/template" "^7.15.4"
7077
"@babel/traverse" "^7.15.4"
71-
"@babel/types" "^7.15.4"
78+
"@babel/types" "^7.15.6"
7279
convert-source-map "^1.7.0"
7380
debug "^4.1.0"
7481
gensync "^1.0.0-beta.2"
@@ -96,6 +103,27 @@
96103
semver "^5.4.1"
97104
source-map "^0.5.0"
98105

106+
"@babel/core@^7.7.2", "@babel/core@^7.7.5":
107+
version "7.15.5"
108+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
109+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
110+
dependencies:
111+
"@babel/code-frame" "^7.14.5"
112+
"@babel/generator" "^7.15.4"
113+
"@babel/helper-compilation-targets" "^7.15.4"
114+
"@babel/helper-module-transforms" "^7.15.4"
115+
"@babel/helpers" "^7.15.4"
116+
"@babel/parser" "^7.15.5"
117+
"@babel/template" "^7.15.4"
118+
"@babel/traverse" "^7.15.4"
119+
"@babel/types" "^7.15.4"
120+
convert-source-map "^1.7.0"
121+
debug "^4.1.0"
122+
gensync "^1.0.0-beta.2"
123+
json5 "^2.1.2"
124+
semver "^6.3.0"
125+
source-map "^0.5.0"
126+
99127
"@babel/generator@^7.0.0":
100128
version "7.1.2"
101129
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.2.tgz#fde75c072575ce7abbd97322e8fef5bae67e4630"
@@ -124,6 +152,15 @@
124152
jsesc "^2.5.1"
125153
source-map "^0.5.0"
126154

155+
"@babel/generator@^7.15.8":
156+
version "7.15.8"
157+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
158+
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
159+
dependencies:
160+
"@babel/types" "^7.15.6"
161+
jsesc "^2.5.1"
162+
source-map "^0.5.0"
163+
127164
"@babel/generator@^7.2.2":
128165
version "7.3.0"
129166
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.0.tgz#f663838cd7b542366de3aa608a657b8ccb2a99eb"
@@ -347,6 +384,20 @@
347384
"@babel/traverse" "^7.15.4"
348385
"@babel/types" "^7.15.6"
349386

387+
"@babel/helper-module-transforms@^7.15.8":
388+
version "7.15.8"
389+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
390+
integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
391+
dependencies:
392+
"@babel/helper-module-imports" "^7.15.4"
393+
"@babel/helper-replace-supers" "^7.15.4"
394+
"@babel/helper-simple-access" "^7.15.4"
395+
"@babel/helper-split-export-declaration" "^7.15.4"
396+
"@babel/helper-validator-identifier" "^7.15.7"
397+
"@babel/template" "^7.15.4"
398+
"@babel/traverse" "^7.15.4"
399+
"@babel/types" "^7.15.6"
400+
350401
"@babel/helper-optimise-call-expression@^7.15.4":
351402
version "7.15.4"
352403
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
@@ -557,6 +608,11 @@
557608
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
558609
integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
559610

611+
"@babel/parser@^7.15.8":
612+
version "7.15.8"
613+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
614+
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
615+
560616
"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
561617
version "7.3.1"
562618
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.1.tgz#8f4ffd45f779e6132780835ffa7a215fa0b2d181"
@@ -575,10 +631,10 @@
575631
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
576632
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
577633

578-
"@babel/plugin-proposal-async-generator-functions@^7.15.4":
579-
version "7.15.4"
580-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e"
581-
integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==
634+
"@babel/plugin-proposal-async-generator-functions@^7.15.8":
635+
version "7.15.8"
636+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403"
637+
integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==
582638
dependencies:
583639
"@babel/helper-plugin-utils" "^7.14.5"
584640
"@babel/helper-remap-async-to-generator" "^7.15.4"
@@ -1104,13 +1160,13 @@
11041160
dependencies:
11051161
"@babel/helper-plugin-utils" "^7.14.5"
11061162

1107-
"@babel/plugin-transform-spread@^7.14.6":
1108-
version "7.14.6"
1109-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
1110-
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
1163+
"@babel/plugin-transform-spread@^7.15.8":
1164+
version "7.15.8"
1165+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468"
1166+
integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==
11111167
dependencies:
11121168
"@babel/helper-plugin-utils" "^7.14.5"
1113-
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
1169+
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
11141170

11151171
"@babel/plugin-transform-sticky-regex@^7.14.5":
11161172
version "7.14.5"
@@ -1148,17 +1204,17 @@
11481204
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
11491205
"@babel/helper-plugin-utils" "^7.14.5"
11501206

1151-
"@babel/[email protected].6":
1152-
version "7.15.6"
1153-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
1154-
integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==
1207+
"@babel/[email protected].8":
1208+
version "7.15.8"
1209+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba"
1210+
integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==
11551211
dependencies:
11561212
"@babel/compat-data" "^7.15.0"
11571213
"@babel/helper-compilation-targets" "^7.15.4"
11581214
"@babel/helper-plugin-utils" "^7.14.5"
11591215
"@babel/helper-validator-option" "^7.14.5"
11601216
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
1161-
"@babel/plugin-proposal-async-generator-functions" "^7.15.4"
1217+
"@babel/plugin-proposal-async-generator-functions" "^7.15.8"
11621218
"@babel/plugin-proposal-class-properties" "^7.14.5"
11631219
"@babel/plugin-proposal-class-static-block" "^7.15.4"
11641220
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -1213,7 +1269,7 @@
12131269
"@babel/plugin-transform-regenerator" "^7.14.5"
12141270
"@babel/plugin-transform-reserved-words" "^7.14.5"
12151271
"@babel/plugin-transform-shorthand-properties" "^7.14.5"
1216-
"@babel/plugin-transform-spread" "^7.14.6"
1272+
"@babel/plugin-transform-spread" "^7.15.8"
12171273
"@babel/plugin-transform-sticky-regex" "^7.14.5"
12181274
"@babel/plugin-transform-template-literals" "^7.14.5"
12191275
"@babel/plugin-transform-typeof-symbol" "^7.14.5"
@@ -1222,7 +1278,7 @@
12221278
"@babel/preset-modules" "^0.1.4"
12231279
"@babel/types" "^7.15.6"
12241280
babel-plugin-polyfill-corejs2 "^0.2.2"
1225-
babel-plugin-polyfill-corejs3 "^0.2.2"
1281+
babel-plugin-polyfill-corejs3 "^0.2.5"
12261282
babel-plugin-polyfill-regenerator "^0.2.2"
12271283
core-js-compat "^3.16.0"
12281284
semver "^6.3.0"
@@ -2640,7 +2696,7 @@ babel-plugin-polyfill-corejs2@^0.2.2:
26402696
"@babel/helper-define-polyfill-provider" "^0.2.2"
26412697
semver "^6.1.1"
26422698

2643-
babel-plugin-polyfill-corejs3@^0.2.2:
2699+
babel-plugin-polyfill-corejs3@^0.2.5:
26442700
version "0.2.5"
26452701
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92"
26462702
integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==

0 commit comments

Comments
 (0)