Skip to content

Commit 7fddfe0

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update babel monorepo
1 parent d37c7e9 commit 7fddfe0

File tree

2 files changed

+75
-20
lines changed

2 files changed

+75
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"repository": "algolia/react-element-to-jsx-string",
3838
"devDependencies": {
3939
"@babel/cli": "7.16.8",
40-
"@babel/core": "7.16.7",
41-
"@babel/preset-env": "7.16.8",
40+
"@babel/core": "7.16.12",
41+
"@babel/preset-env": "7.16.11",
4242
"@babel/preset-flow": "7.16.7",
4343
"@babel/preset-react": "7.16.7",
4444
"@commitlint/cli": "8.3.6",

yarn.lock

Lines changed: 73 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@
7272
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
7373
integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
7474

75-
"@babel/[email protected].7", "@babel/core@^7.12.3", "@babel/core@^7.8.0":
76-
version "7.16.7"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
78-
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
75+
"@babel/[email protected].12":
76+
version "7.16.12"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784"
78+
integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==
7979
dependencies:
8080
"@babel/code-frame" "^7.16.7"
81-
"@babel/generator" "^7.16.7"
81+
"@babel/generator" "^7.16.8"
8282
"@babel/helper-compilation-targets" "^7.16.7"
8383
"@babel/helper-module-transforms" "^7.16.7"
8484
"@babel/helpers" "^7.16.7"
85-
"@babel/parser" "^7.16.7"
85+
"@babel/parser" "^7.16.12"
8686
"@babel/template" "^7.16.7"
87-
"@babel/traverse" "^7.16.7"
88-
"@babel/types" "^7.16.7"
87+
"@babel/traverse" "^7.16.10"
88+
"@babel/types" "^7.16.8"
8989
convert-source-map "^1.7.0"
9090
debug "^4.1.0"
9191
gensync "^1.0.0-beta.2"
@@ -113,6 +113,27 @@
113113
semver "^5.4.1"
114114
source-map "^0.5.0"
115115

116+
"@babel/core@^7.12.3", "@babel/core@^7.8.0":
117+
version "7.16.7"
118+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
119+
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
120+
dependencies:
121+
"@babel/code-frame" "^7.16.7"
122+
"@babel/generator" "^7.16.7"
123+
"@babel/helper-compilation-targets" "^7.16.7"
124+
"@babel/helper-module-transforms" "^7.16.7"
125+
"@babel/helpers" "^7.16.7"
126+
"@babel/parser" "^7.16.7"
127+
"@babel/template" "^7.16.7"
128+
"@babel/traverse" "^7.16.7"
129+
"@babel/types" "^7.16.7"
130+
convert-source-map "^1.7.0"
131+
debug "^4.1.0"
132+
gensync "^1.0.0-beta.2"
133+
json5 "^2.1.2"
134+
semver "^6.3.0"
135+
source-map "^0.5.0"
136+
116137
"@babel/core@^7.7.2":
117138
version "7.15.5"
118139
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
@@ -252,6 +273,19 @@
252273
browserslist "^4.17.5"
253274
semver "^6.3.0"
254275

276+
"@babel/helper-create-class-features-plugin@^7.16.10":
277+
version "7.16.10"
278+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
279+
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
280+
dependencies:
281+
"@babel/helper-annotate-as-pure" "^7.16.7"
282+
"@babel/helper-environment-visitor" "^7.16.7"
283+
"@babel/helper-function-name" "^7.16.7"
284+
"@babel/helper-member-expression-to-functions" "^7.16.7"
285+
"@babel/helper-optimise-call-expression" "^7.16.7"
286+
"@babel/helper-replace-supers" "^7.16.7"
287+
"@babel/helper-split-export-declaration" "^7.16.7"
288+
255289
"@babel/helper-create-class-features-plugin@^7.16.7":
256290
version "7.16.7"
257291
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
@@ -752,6 +786,11 @@
752786
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
753787
integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
754788

789+
"@babel/parser@^7.16.10", "@babel/parser@^7.16.12":
790+
version "7.16.12"
791+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6"
792+
integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==
793+
755794
"@babel/parser@^7.16.8":
756795
version "7.16.8"
757796
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
@@ -884,12 +923,12 @@
884923
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
885924
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
886925

887-
"@babel/plugin-proposal-private-methods@^7.16.7":
888-
version "7.16.7"
889-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
890-
integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
926+
"@babel/plugin-proposal-private-methods@^7.16.11":
927+
version "7.16.11"
928+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
929+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
891930
dependencies:
892-
"@babel/helper-create-class-features-plugin" "^7.16.7"
931+
"@babel/helper-create-class-features-plugin" "^7.16.10"
893932
"@babel/helper-plugin-utils" "^7.16.7"
894933

895934
"@babel/plugin-proposal-private-property-in-object@^7.16.7":
@@ -1357,10 +1396,10 @@
13571396
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
13581397
"@babel/helper-plugin-utils" "^7.16.7"
13591398

1360-
"@babel/[email protected].8":
1361-
version "7.16.8"
1362-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.8.tgz#e682fa0bcd1cf49621d64a8956318ddfb9a05af9"
1363-
integrity sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==
1399+
"@babel/[email protected].11":
1400+
version "7.16.11"
1401+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
1402+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
13641403
dependencies:
13651404
"@babel/compat-data" "^7.16.8"
13661405
"@babel/helper-compilation-targets" "^7.16.7"
@@ -1380,7 +1419,7 @@
13801419
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
13811420
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
13821421
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
1383-
"@babel/plugin-proposal-private-methods" "^7.16.7"
1422+
"@babel/plugin-proposal-private-methods" "^7.16.11"
13841423
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
13851424
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
13861425
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -1586,6 +1625,22 @@
15861625
debug "^4.1.0"
15871626
globals "^11.1.0"
15881627

1628+
"@babel/traverse@^7.16.10":
1629+
version "7.16.10"
1630+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f"
1631+
integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==
1632+
dependencies:
1633+
"@babel/code-frame" "^7.16.7"
1634+
"@babel/generator" "^7.16.8"
1635+
"@babel/helper-environment-visitor" "^7.16.7"
1636+
"@babel/helper-function-name" "^7.16.7"
1637+
"@babel/helper-hoist-variables" "^7.16.7"
1638+
"@babel/helper-split-export-declaration" "^7.16.7"
1639+
"@babel/parser" "^7.16.10"
1640+
"@babel/types" "^7.16.8"
1641+
debug "^4.1.0"
1642+
globals "^11.1.0"
1643+
15891644
"@babel/traverse@^7.16.7":
15901645
version "7.16.7"
15911646
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"

0 commit comments

Comments
 (0)