Skip to content

Commit 56fe48b

Browse files
chore(deps): update babel monorepo
1 parent f789b50 commit 56fe48b

File tree

2 files changed

+69
-70
lines changed

2 files changed

+69
-70
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
},
5050
"devDependencies": {
5151
"@babel/cli": "7.22.6",
52-
"@babel/core": "7.22.6",
53-
"@babel/eslint-parser": "7.22.6",
54-
"@babel/preset-env": "7.22.6",
52+
"@babel/core": "7.22.8",
53+
"@babel/eslint-parser": "7.22.7",
54+
"@babel/preset-env": "7.22.7",
5555
"@babel/preset-react": "7.22.5",
5656
"@testing-library/dom": "9.3.1",
5757
"@testing-library/jest-dom": "5.16.5",

yarn.lock

Lines changed: 66 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -43,45 +43,45 @@
4343
dependencies:
4444
"@babel/highlight" "^7.22.5"
4545

46-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6":
46+
"@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6":
4747
version "7.22.6"
4848
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
4949
integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
5050

51-
"@babel/core@7.22.6", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
52-
version "7.22.6"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.6.tgz#aafafbe86e9a1679d876b99dc46382964ef72494"
54-
integrity sha512-HPIyDa6n+HKw5dEuway3vVAhBboYCtREBMp+IWeseZy6TFtzn6MHkCH2KKYUOC/vKKwgSMHQW4htBOrmuRPXfw==
51+
"@babel/core@7.22.8", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
52+
version "7.22.8"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785"
54+
integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw==
5555
dependencies:
5656
"@ampproject/remapping" "^2.2.0"
5757
"@babel/code-frame" "^7.22.5"
58-
"@babel/generator" "^7.22.5"
58+
"@babel/generator" "^7.22.7"
5959
"@babel/helper-compilation-targets" "^7.22.6"
6060
"@babel/helper-module-transforms" "^7.22.5"
6161
"@babel/helpers" "^7.22.6"
62-
"@babel/parser" "^7.22.6"
62+
"@babel/parser" "^7.22.7"
6363
"@babel/template" "^7.22.5"
64-
"@babel/traverse" "^7.22.6"
64+
"@babel/traverse" "^7.22.8"
6565
"@babel/types" "^7.22.5"
6666
"@nicolo-ribaudo/semver-v6" "^6.3.3"
6767
convert-source-map "^1.7.0"
6868
debug "^4.1.0"
6969
gensync "^1.0.0-beta.2"
7070
json5 "^2.2.2"
7171

72-
"@babel/eslint-parser@7.22.6":
73-
version "7.22.6"
74-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.6.tgz#fa75b578a6392d92243eb8fb9c4e7ece8ad7c583"
75-
integrity sha512-KAom7E7d6bAh5/PflF3luynWlDLOIqfX+ZJcL0LRs6/6rtXJmJxPiWuIGfxNPtcWdtQ5lSSJbKbQlz/c/R60Ng==
72+
"@babel/eslint-parser@7.22.7":
73+
version "7.22.7"
74+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.7.tgz#d2807fbd1fa4376162716da63dfd3c69a2249fed"
75+
integrity sha512-LH6HJqjOyu/Qtp7LuSycZXK/CYXQ4ohdkliEaL1QTdtOXVdOVpTBKVxAo/+eeyt+x/2SRzB+zUPduVl+xiEvdg==
7676
dependencies:
7777
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
7878
"@nicolo-ribaudo/semver-v6" "^6.3.3"
7979
eslint-visitor-keys "^2.1.0"
8080

81-
"@babel/generator@^7.22.5", "@babel/generator@^7.7.2":
82-
version "7.22.5"
83-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
84-
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
81+
"@babel/generator@^7.22.7", "@babel/generator@^7.7.2":
82+
version "7.22.7"
83+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5"
84+
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==
8585
dependencies:
8686
"@babel/types" "^7.22.5"
8787
"@jridgewell/gen-mapping" "^0.3.2"
@@ -102,7 +102,7 @@
102102
dependencies:
103103
"@babel/types" "^7.22.5"
104104

105-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6":
105+
"@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6":
106106
version "7.22.6"
107107
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52"
108108
integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==
@@ -137,17 +137,16 @@
137137
regexpu-core "^5.3.1"
138138
semver "^6.3.0"
139139

140-
"@babel/helper-define-polyfill-provider@^0.4.0":
141-
version "0.4.0"
142-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz#487053f103110f25b9755c5980e031e93ced24d8"
143-
integrity sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==
140+
"@babel/helper-define-polyfill-provider@^0.4.1":
141+
version "0.4.1"
142+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.1.tgz#af1429c4a83ac316a6a8c2cc8ff45cb5d2998d3a"
143+
integrity sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A==
144144
dependencies:
145-
"@babel/helper-compilation-targets" "^7.17.7"
146-
"@babel/helper-plugin-utils" "^7.16.7"
145+
"@babel/helper-compilation-targets" "^7.22.6"
146+
"@babel/helper-plugin-utils" "^7.22.5"
147147
debug "^4.1.1"
148148
lodash.debounce "^4.0.8"
149149
resolve "^1.14.2"
150-
semver "^6.1.2"
151150

152151
"@babel/helper-environment-visitor@^7.22.5":
153152
version "7.22.5"
@@ -204,7 +203,7 @@
204203
dependencies:
205204
"@babel/types" "^7.22.5"
206205

207-
"@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.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
206+
"@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.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
208207
version "7.22.5"
209208
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
210209
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
@@ -295,10 +294,10 @@
295294
chalk "^2.0.0"
296295
js-tokens "^4.0.0"
297296

298-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.6":
299-
version "7.22.6"
300-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.6.tgz#201f8b47be20c76c7c5743b9c16129760bf9a975"
301-
integrity sha512-EIQu22vNkceq3LbjAq7knDf/UmtI2qbcNI8GRBlijez6TpQLvSodJPYfydQmNA5buwkxxxa/PVI44jjYZ+/cLw==
297+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
298+
version "7.22.7"
299+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
300+
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
302301

303302
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
304303
version "7.22.5"
@@ -484,10 +483,10 @@
484483
dependencies:
485484
"@babel/helper-plugin-utils" "^7.22.5"
486485

487-
"@babel/plugin-transform-async-generator-functions@^7.22.5":
488-
version "7.22.5"
489-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz#7336356d23380eda9a56314974f053a020dab0c3"
490-
integrity sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==
486+
"@babel/plugin-transform-async-generator-functions@^7.22.7":
487+
version "7.22.7"
488+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b"
489+
integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==
491490
dependencies:
492491
"@babel/helper-environment-visitor" "^7.22.5"
493492
"@babel/helper-plugin-utils" "^7.22.5"
@@ -898,10 +897,10 @@
898897
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
899898
"@babel/helper-plugin-utils" "^7.22.5"
900899

901-
"@babel/preset-env@7.22.6":
902-
version "7.22.6"
903-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.6.tgz#41bade05f2f8782d693b52d707ede7cef9da3b38"
904-
integrity sha512-IHr0AXHGk8oh8HYSs45Mxuv6iySUBwDTIzJSnXN7PURqHdxJVQlCoXmKJgyvSS9bcNf9NVRVE35z+LkCvGmi6w==
900+
"@babel/preset-env@7.22.7":
901+
version "7.22.7"
902+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a"
903+
integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==
905904
dependencies:
906905
"@babel/compat-data" "^7.22.6"
907906
"@babel/helper-compilation-targets" "^7.22.6"
@@ -929,7 +928,7 @@
929928
"@babel/plugin-syntax-top-level-await" "^7.14.5"
930929
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
931930
"@babel/plugin-transform-arrow-functions" "^7.22.5"
932-
"@babel/plugin-transform-async-generator-functions" "^7.22.5"
931+
"@babel/plugin-transform-async-generator-functions" "^7.22.7"
933932
"@babel/plugin-transform-async-to-generator" "^7.22.5"
934933
"@babel/plugin-transform-block-scoped-functions" "^7.22.5"
935934
"@babel/plugin-transform-block-scoping" "^7.22.5"
@@ -979,9 +978,9 @@
979978
"@babel/preset-modules" "^0.1.5"
980979
"@babel/types" "^7.22.5"
981980
"@nicolo-ribaudo/semver-v6" "^6.3.3"
982-
babel-plugin-polyfill-corejs2 "^0.4.3"
983-
babel-plugin-polyfill-corejs3 "^0.8.1"
984-
babel-plugin-polyfill-regenerator "^0.5.0"
981+
babel-plugin-polyfill-corejs2 "^0.4.4"
982+
babel-plugin-polyfill-corejs3 "^0.8.2"
983+
babel-plugin-polyfill-regenerator "^0.5.1"
985984
core-js-compat "^3.31.0"
986985

987986
"@babel/preset-modules@^0.1.5":
@@ -1028,18 +1027,18 @@
10281027
"@babel/parser" "^7.22.5"
10291028
"@babel/types" "^7.22.5"
10301029

1031-
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6":
1032-
version "7.22.6"
1033-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.6.tgz#8f2f83a5c588251584914debeee38f35f661a300"
1034-
integrity sha512-53CijMvKlLIDlOTrdWiHileRddlIiwUIyCKqYa7lYnnPldXCG5dUSN38uT0cA6i7rHWNKJLH0VU/Kxdr1GzB3w==
1030+
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
1031+
version "7.22.8"
1032+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
1033+
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
10351034
dependencies:
10361035
"@babel/code-frame" "^7.22.5"
1037-
"@babel/generator" "^7.22.5"
1036+
"@babel/generator" "^7.22.7"
10381037
"@babel/helper-environment-visitor" "^7.22.5"
10391038
"@babel/helper-function-name" "^7.22.5"
10401039
"@babel/helper-hoist-variables" "^7.22.5"
10411040
"@babel/helper-split-export-declaration" "^7.22.6"
1042-
"@babel/parser" "^7.22.6"
1041+
"@babel/parser" "^7.22.7"
10431042
"@babel/types" "^7.22.5"
10441043
debug "^4.1.0"
10451044
globals "^11.1.0"
@@ -2255,29 +2254,29 @@ babel-plugin-jest-hoist@^29.5.0:
22552254
"@types/babel__core" "^7.1.14"
22562255
"@types/babel__traverse" "^7.0.6"
22572256

2258-
babel-plugin-polyfill-corejs2@^0.4.3:
2259-
version "0.4.3"
2260-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz#75044d90ba5043a5fb559ac98496f62f3eb668fd"
2261-
integrity sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==
2257+
babel-plugin-polyfill-corejs2@^0.4.4:
2258+
version "0.4.4"
2259+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz#9f9a0e1cd9d645cc246a5e094db5c3aa913ccd2b"
2260+
integrity sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA==
22622261
dependencies:
2263-
"@babel/compat-data" "^7.17.7"
2264-
"@babel/helper-define-polyfill-provider" "^0.4.0"
2265-
semver "^6.1.1"
2262+
"@babel/compat-data" "^7.22.6"
2263+
"@babel/helper-define-polyfill-provider" "^0.4.1"
2264+
"@nicolo-ribaudo/semver-v6" "^6.3.3"
22662265

2267-
babel-plugin-polyfill-corejs3@^0.8.1:
2268-
version "0.8.1"
2269-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz#39248263c38191f0d226f928d666e6db1b4b3a8a"
2270-
integrity sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==
2266+
babel-plugin-polyfill-corejs3@^0.8.2:
2267+
version "0.8.2"
2268+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz#d406c5738d298cd9c66f64a94cf8d5904ce4cc5e"
2269+
integrity sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ==
22712270
dependencies:
2272-
"@babel/helper-define-polyfill-provider" "^0.4.0"
2273-
core-js-compat "^3.30.1"
2271+
"@babel/helper-define-polyfill-provider" "^0.4.1"
2272+
core-js-compat "^3.31.0"
22742273

2275-
babel-plugin-polyfill-regenerator@^0.5.0:
2276-
version "0.5.0"
2277-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz#e7344d88d9ef18a3c47ded99362ae4a757609380"
2278-
integrity sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==
2274+
babel-plugin-polyfill-regenerator@^0.5.1:
2275+
version "0.5.1"
2276+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3"
2277+
integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==
22792278
dependencies:
2280-
"@babel/helper-define-polyfill-provider" "^0.4.0"
2279+
"@babel/helper-define-polyfill-provider" "^0.4.1"
22812280

22822281
babel-plugin-transform-react-remove-prop-types@0.4.24:
22832282
version "0.4.24"
@@ -2698,7 +2697,7 @@ copy-anything@^2.0.1:
26982697
dependencies:
26992698
is-what "^3.14.1"
27002699

2701-
core-js-compat@^3.30.1, core-js-compat@^3.31.0:
2700+
core-js-compat@^3.31.0:
27022701
version "3.31.0"
27032702
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.0.tgz#4030847c0766cc0e803dcdfb30055d7ef2064bf1"
27042703
integrity sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==
@@ -6541,7 +6540,7 @@ selfsigned@^2.1.1:
65416540
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
65426541
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
65436542

6544-
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
6543+
semver@^6.0.0, semver@^6.3.0:
65456544
version "6.3.0"
65466545
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
65476546
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)