Skip to content

Commit 65f37db

Browse files
⬆️ Bump @babel/preset-env from 7.18.9 to 7.18.10 (#891)
⬆️ Bump @babel/preset-env from 7.18.9 to 7.18.10 Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.18.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac9ad4b commit 65f37db

File tree

2 files changed

+70
-59
lines changed

2 files changed

+70
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@babel/cli": "7.18.10",
6161
"@babel/core": "7.18.10",
62-
"@babel/preset-env": "7.18.9",
62+
"@babel/preset-env": "7.18.10",
6363
"@babel/preset-flow": "7.18.6",
6464
"codecov": "3.8.3",
6565
"flow-bin": "^0.184.0",

yarn.lock

Lines changed: 69 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
dependencies:
3333
"@babel/highlight" "^7.18.6"
3434

35-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.8":
35+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8":
3636
version "7.18.8"
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
3838
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
@@ -91,7 +91,7 @@
9191
"@babel/helper-explode-assignable-expression" "^7.18.6"
9292
"@babel/types" "^7.18.6"
9393

94-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.9":
94+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9":
9595
version "7.18.9"
9696
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
9797
integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
@@ -122,15 +122,13 @@
122122
"@babel/helper-annotate-as-pure" "^7.18.6"
123123
regexpu-core "^5.1.0"
124124

125-
"@babel/helper-define-polyfill-provider@^0.3.1":
126-
version "0.3.1"
127-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
128-
integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==
125+
"@babel/helper-define-polyfill-provider@^0.3.2":
126+
version "0.3.2"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073"
128+
integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==
129129
dependencies:
130-
"@babel/helper-compilation-targets" "^7.13.0"
131-
"@babel/helper-module-imports" "^7.12.13"
132-
"@babel/helper-plugin-utils" "^7.13.0"
133-
"@babel/traverse" "^7.13.0"
130+
"@babel/helper-compilation-targets" "^7.17.7"
131+
"@babel/helper-plugin-utils" "^7.16.7"
134132
debug "^4.1.1"
135133
lodash.debounce "^4.0.8"
136134
resolve "^1.14.2"
@@ -190,13 +188,6 @@
190188
dependencies:
191189
"@babel/types" "^7.18.9"
192190

193-
"@babel/helper-module-imports@^7.12.13":
194-
version "7.16.7"
195-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
196-
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
197-
dependencies:
198-
"@babel/types" "^7.16.7"
199-
200191
"@babel/helper-module-imports@^7.18.6":
201192
version "7.18.6"
202193
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
@@ -225,7 +216,7 @@
225216
dependencies:
226217
"@babel/types" "^7.18.6"
227218

228-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
219+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
229220
version "7.18.9"
230221
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
231222
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
@@ -240,6 +231,16 @@
240231
"@babel/helper-wrap-function" "^7.18.6"
241232
"@babel/types" "^7.18.6"
242233

234+
"@babel/helper-remap-async-to-generator@^7.18.9":
235+
version "7.18.9"
236+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
237+
integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
238+
dependencies:
239+
"@babel/helper-annotate-as-pure" "^7.18.6"
240+
"@babel/helper-environment-visitor" "^7.18.9"
241+
"@babel/helper-wrap-function" "^7.18.9"
242+
"@babel/types" "^7.18.9"
243+
243244
"@babel/helper-replace-supers@^7.18.6":
244245
version "7.18.6"
245246
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420"
@@ -313,6 +314,16 @@
313314
"@babel/traverse" "^7.18.6"
314315
"@babel/types" "^7.18.6"
315316

317+
"@babel/helper-wrap-function@^7.18.9":
318+
version "7.18.11"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.11.tgz#bff23ace436e3f6aefb61f85ffae2291c80ed1fb"
320+
integrity sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==
321+
dependencies:
322+
"@babel/helper-function-name" "^7.18.9"
323+
"@babel/template" "^7.18.10"
324+
"@babel/traverse" "^7.18.11"
325+
"@babel/types" "^7.18.10"
326+
316327
"@babel/helpers@^7.18.9":
317328
version "7.18.9"
318329
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9"
@@ -357,14 +368,14 @@
357368
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
358369
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
359370

360-
"@babel/plugin-proposal-async-generator-functions@^7.18.6":
361-
version "7.18.6"
362-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17"
363-
integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==
371+
"@babel/plugin-proposal-async-generator-functions@^7.18.10":
372+
version "7.18.10"
373+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz#85ea478c98b0095c3e4102bff3b67d306ed24952"
374+
integrity sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==
364375
dependencies:
365-
"@babel/helper-environment-visitor" "^7.18.6"
366-
"@babel/helper-plugin-utils" "^7.18.6"
367-
"@babel/helper-remap-async-to-generator" "^7.18.6"
376+
"@babel/helper-environment-visitor" "^7.18.9"
377+
"@babel/helper-plugin-utils" "^7.18.9"
378+
"@babel/helper-remap-async-to-generator" "^7.18.9"
368379
"@babel/plugin-syntax-async-generators" "^7.8.4"
369380

370381
"@babel/plugin-proposal-class-properties@^7.18.6":
@@ -864,12 +875,12 @@
864875
dependencies:
865876
"@babel/helper-plugin-utils" "^7.18.9"
866877

867-
"@babel/plugin-transform-unicode-escapes@^7.18.6":
868-
version "7.18.6"
869-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27"
870-
integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==
878+
"@babel/plugin-transform-unicode-escapes@^7.18.10":
879+
version "7.18.10"
880+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246"
881+
integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==
871882
dependencies:
872-
"@babel/helper-plugin-utils" "^7.18.6"
883+
"@babel/helper-plugin-utils" "^7.18.9"
873884

874885
"@babel/plugin-transform-unicode-regex@^7.18.6":
875886
version "7.18.6"
@@ -879,18 +890,18 @@
879890
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
880891
"@babel/helper-plugin-utils" "^7.18.6"
881892

882-
"@babel/preset-env@7.18.9":
883-
version "7.18.9"
884-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff"
885-
integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==
893+
"@babel/preset-env@7.18.10":
894+
version "7.18.10"
895+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4"
896+
integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==
886897
dependencies:
887898
"@babel/compat-data" "^7.18.8"
888899
"@babel/helper-compilation-targets" "^7.18.9"
889900
"@babel/helper-plugin-utils" "^7.18.9"
890901
"@babel/helper-validator-option" "^7.18.6"
891902
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
892903
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
893-
"@babel/plugin-proposal-async-generator-functions" "^7.18.6"
904+
"@babel/plugin-proposal-async-generator-functions" "^7.18.10"
894905
"@babel/plugin-proposal-class-properties" "^7.18.6"
895906
"@babel/plugin-proposal-class-static-block" "^7.18.6"
896907
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
@@ -950,13 +961,13 @@
950961
"@babel/plugin-transform-sticky-regex" "^7.18.6"
951962
"@babel/plugin-transform-template-literals" "^7.18.9"
952963
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
953-
"@babel/plugin-transform-unicode-escapes" "^7.18.6"
964+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
954965
"@babel/plugin-transform-unicode-regex" "^7.18.6"
955966
"@babel/preset-modules" "^0.1.5"
956-
"@babel/types" "^7.18.9"
957-
babel-plugin-polyfill-corejs2 "^0.3.1"
958-
babel-plugin-polyfill-corejs3 "^0.5.2"
959-
babel-plugin-polyfill-regenerator "^0.3.1"
967+
"@babel/types" "^7.18.10"
968+
babel-plugin-polyfill-corejs2 "^0.3.2"
969+
babel-plugin-polyfill-corejs3 "^0.5.3"
970+
babel-plugin-polyfill-regenerator "^0.4.0"
960971
core-js-compat "^3.22.1"
961972
semver "^6.3.0"
962973

@@ -996,7 +1007,7 @@
9961007
"@babel/parser" "^7.18.10"
9971008
"@babel/types" "^7.18.10"
9981009

999-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
1010+
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2":
10001011
version "7.18.11"
10011012
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f"
10021013
integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==
@@ -1020,7 +1031,7 @@
10201031
"@babel/helper-validator-identifier" "^7.16.7"
10211032
to-fast-properties "^2.0.0"
10221033

1023-
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1034+
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10241035
version "7.18.10"
10251036
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
10261037
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
@@ -1651,29 +1662,29 @@ babel-plugin-jest-hoist@^28.1.3:
16511662
"@types/babel__core" "^7.1.14"
16521663
"@types/babel__traverse" "^7.0.6"
16531664

1654-
babel-plugin-polyfill-corejs2@^0.3.1:
1655-
version "0.3.1"
1656-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5"
1657-
integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==
1665+
babel-plugin-polyfill-corejs2@^0.3.2:
1666+
version "0.3.2"
1667+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
1668+
integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==
16581669
dependencies:
1659-
"@babel/compat-data" "^7.13.11"
1660-
"@babel/helper-define-polyfill-provider" "^0.3.1"
1670+
"@babel/compat-data" "^7.17.7"
1671+
"@babel/helper-define-polyfill-provider" "^0.3.2"
16611672
semver "^6.1.1"
16621673

1663-
babel-plugin-polyfill-corejs3@^0.5.2:
1664-
version "0.5.2"
1665-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72"
1666-
integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==
1674+
babel-plugin-polyfill-corejs3@^0.5.3:
1675+
version "0.5.3"
1676+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7"
1677+
integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==
16671678
dependencies:
1668-
"@babel/helper-define-polyfill-provider" "^0.3.1"
1679+
"@babel/helper-define-polyfill-provider" "^0.3.2"
16691680
core-js-compat "^3.21.0"
16701681

1671-
babel-plugin-polyfill-regenerator@^0.3.1:
1672-
version "0.3.1"
1673-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990"
1674-
integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==
1682+
babel-plugin-polyfill-regenerator@^0.4.0:
1683+
version "0.4.0"
1684+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe"
1685+
integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==
16751686
dependencies:
1676-
"@babel/helper-define-polyfill-provider" "^0.3.1"
1687+
"@babel/helper-define-polyfill-provider" "^0.3.2"
16771688

16781689
babel-preset-current-node-syntax@^1.0.0:
16791690
version "1.0.0"

0 commit comments

Comments
 (0)