Skip to content

Commit 63eae03

Browse files
Update babel monorepo
1 parent 3a9653f commit 63eae03

File tree

5 files changed

+69
-70
lines changed

5 files changed

+69
-70
lines changed

packages/content-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.22.6",
33+
"@babel/core": "7.22.8",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.22.6",
35+
"@babel/preset-env": "7.22.7",
3636
"@rollup/plugin-json": "6.0.0",
3737
"c8": "7.13.0",
3838
"core-js": "3.31.1",

packages/helpers-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "7.22.6",
28-
"@babel/core": "7.22.6",
29-
"@babel/preset-env": "7.22.6",
28+
"@babel/core": "7.22.8",
29+
"@babel/preset-env": "7.22.7",
3030
"@babel/preset-react": "7.22.5",
3131
"c8": "7.13.0",
3232
"mocha": "10.2.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.22.6",
34+
"@babel/core": "7.22.8",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.13.0",
3737
"istanbul": "0.4.5",

packages/timezone-data/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.22.6",
34-
"@babel/preset-env": "7.22.6",
33+
"@babel/core": "7.22.8",
34+
"@babel/preset-env": "7.22.7",
3535
"c8": "7.13.0",
3636
"mocha": "10.2.0",
3737
"rollup": "2.79.1",

yarn.lock

Lines changed: 62 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -40,36 +40,36 @@
4040
dependencies:
4141
"@babel/highlight" "^7.22.5"
4242

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

48-
"@babel/[email protected].6":
49-
version "7.22.6"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.6.tgz#aafafbe86e9a1679d876b99dc46382964ef72494"
51-
integrity sha512-HPIyDa6n+HKw5dEuway3vVAhBboYCtREBMp+IWeseZy6TFtzn6MHkCH2KKYUOC/vKKwgSMHQW4htBOrmuRPXfw==
48+
"@babel/[email protected].8":
49+
version "7.22.8"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785"
51+
integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw==
5252
dependencies:
5353
"@ampproject/remapping" "^2.2.0"
5454
"@babel/code-frame" "^7.22.5"
55-
"@babel/generator" "^7.22.5"
55+
"@babel/generator" "^7.22.7"
5656
"@babel/helper-compilation-targets" "^7.22.6"
5757
"@babel/helper-module-transforms" "^7.22.5"
5858
"@babel/helpers" "^7.22.6"
59-
"@babel/parser" "^7.22.6"
59+
"@babel/parser" "^7.22.7"
6060
"@babel/template" "^7.22.5"
61-
"@babel/traverse" "^7.22.6"
61+
"@babel/traverse" "^7.22.8"
6262
"@babel/types" "^7.22.5"
6363
"@nicolo-ribaudo/semver-v6" "^6.3.3"
6464
convert-source-map "^1.7.0"
6565
debug "^4.1.0"
6666
gensync "^1.0.0-beta.2"
6767
json5 "^2.2.2"
6868

69-
"@babel/generator@^7.22.5":
70-
version "7.22.5"
71-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
72-
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
69+
"@babel/generator@^7.22.7":
70+
version "7.22.7"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5"
72+
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==
7373
dependencies:
7474
"@babel/types" "^7.22.5"
7575
"@jridgewell/gen-mapping" "^0.3.2"
@@ -90,7 +90,7 @@
9090
dependencies:
9191
"@babel/types" "^7.22.5"
9292

93-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6":
93+
"@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6":
9494
version "7.22.6"
9595
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.6.tgz#e30d61abe9480aa5a83232eb31c111be922d2e52"
9696
integrity sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==
@@ -125,17 +125,16 @@
125125
regexpu-core "^5.3.1"
126126
semver "^6.3.0"
127127

128-
"@babel/helper-define-polyfill-provider@^0.4.0":
129-
version "0.4.0"
130-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz#487053f103110f25b9755c5980e031e93ced24d8"
131-
integrity sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==
128+
"@babel/helper-define-polyfill-provider@^0.4.1":
129+
version "0.4.1"
130+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.1.tgz#af1429c4a83ac316a6a8c2cc8ff45cb5d2998d3a"
131+
integrity sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A==
132132
dependencies:
133-
"@babel/helper-compilation-targets" "^7.17.7"
134-
"@babel/helper-plugin-utils" "^7.16.7"
133+
"@babel/helper-compilation-targets" "^7.22.6"
134+
"@babel/helper-plugin-utils" "^7.22.5"
135135
debug "^4.1.1"
136136
lodash.debounce "^4.0.8"
137137
resolve "^1.14.2"
138-
semver "^6.1.2"
139138

140139
"@babel/helper-environment-visitor@^7.22.5":
141140
version "7.22.5"
@@ -192,7 +191,7 @@
192191
dependencies:
193192
"@babel/types" "^7.22.5"
194193

195-
"@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":
194+
"@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":
196195
version "7.22.5"
197196
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
198197
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
@@ -283,10 +282,10 @@
283282
chalk "^2.0.0"
284283
js-tokens "^4.0.0"
285284

286-
"@babel/parser@^7.22.5", "@babel/parser@^7.22.6":
287-
version "7.22.6"
288-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.6.tgz#201f8b47be20c76c7c5743b9c16129760bf9a975"
289-
integrity sha512-EIQu22vNkceq3LbjAq7knDf/UmtI2qbcNI8GRBlijez6TpQLvSodJPYfydQmNA5buwkxxxa/PVI44jjYZ+/cLw==
285+
"@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
286+
version "7.22.7"
287+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
288+
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
290289

291290
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
292291
version "7.22.5"
@@ -458,10 +457,10 @@
458457
dependencies:
459458
"@babel/helper-plugin-utils" "^7.22.5"
460459

461-
"@babel/plugin-transform-async-generator-functions@^7.22.5":
462-
version "7.22.5"
463-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz#7336356d23380eda9a56314974f053a020dab0c3"
464-
integrity sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==
460+
"@babel/plugin-transform-async-generator-functions@^7.22.7":
461+
version "7.22.7"
462+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b"
463+
integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg==
465464
dependencies:
466465
"@babel/helper-environment-visitor" "^7.22.5"
467466
"@babel/helper-plugin-utils" "^7.22.5"
@@ -880,10 +879,10 @@
880879
core-js "^2.6.5"
881880
regenerator-runtime "^0.13.4"
882881

883-
"@babel/[email protected].6":
884-
version "7.22.6"
885-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.6.tgz#41bade05f2f8782d693b52d707ede7cef9da3b38"
886-
integrity sha512-IHr0AXHGk8oh8HYSs45Mxuv6iySUBwDTIzJSnXN7PURqHdxJVQlCoXmKJgyvSS9bcNf9NVRVE35z+LkCvGmi6w==
882+
"@babel/[email protected].7":
883+
version "7.22.7"
884+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.7.tgz#a1ef34b64a80653c22ce4d9c25603cfa76fc168a"
885+
integrity sha512-1whfDtW+CzhETuzYXfcgZAh8/GFMeEbz0V5dVgya8YeJyCU6Y/P2Gnx4Qb3MylK68Zu9UiwUvbPMPTpFAOJ+sQ==
887886
dependencies:
888887
"@babel/compat-data" "^7.22.6"
889888
"@babel/helper-compilation-targets" "^7.22.6"
@@ -911,7 +910,7 @@
911910
"@babel/plugin-syntax-top-level-await" "^7.14.5"
912911
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
913912
"@babel/plugin-transform-arrow-functions" "^7.22.5"
914-
"@babel/plugin-transform-async-generator-functions" "^7.22.5"
913+
"@babel/plugin-transform-async-generator-functions" "^7.22.7"
915914
"@babel/plugin-transform-async-to-generator" "^7.22.5"
916915
"@babel/plugin-transform-block-scoped-functions" "^7.22.5"
917916
"@babel/plugin-transform-block-scoping" "^7.22.5"
@@ -961,9 +960,9 @@
961960
"@babel/preset-modules" "^0.1.5"
962961
"@babel/types" "^7.22.5"
963962
"@nicolo-ribaudo/semver-v6" "^6.3.3"
964-
babel-plugin-polyfill-corejs2 "^0.4.3"
965-
babel-plugin-polyfill-corejs3 "^0.8.1"
966-
babel-plugin-polyfill-regenerator "^0.5.0"
963+
babel-plugin-polyfill-corejs2 "^0.4.4"
964+
babel-plugin-polyfill-corejs3 "^0.8.2"
965+
babel-plugin-polyfill-regenerator "^0.5.1"
967966
core-js-compat "^3.31.0"
968967

969968
"@babel/preset-modules@^0.1.5":
@@ -1010,18 +1009,18 @@
10101009
"@babel/parser" "^7.22.5"
10111010
"@babel/types" "^7.22.5"
10121011

1013-
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6":
1014-
version "7.22.6"
1015-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.6.tgz#8f2f83a5c588251584914debeee38f35f661a300"
1016-
integrity sha512-53CijMvKlLIDlOTrdWiHileRddlIiwUIyCKqYa7lYnnPldXCG5dUSN38uT0cA6i7rHWNKJLH0VU/Kxdr1GzB3w==
1012+
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
1013+
version "7.22.8"
1014+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
1015+
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
10171016
dependencies:
10181017
"@babel/code-frame" "^7.22.5"
1019-
"@babel/generator" "^7.22.5"
1018+
"@babel/generator" "^7.22.7"
10201019
"@babel/helper-environment-visitor" "^7.22.5"
10211020
"@babel/helper-function-name" "^7.22.5"
10221021
"@babel/helper-hoist-variables" "^7.22.5"
10231022
"@babel/helper-split-export-declaration" "^7.22.6"
1024-
"@babel/parser" "^7.22.6"
1023+
"@babel/parser" "^7.22.7"
10251024
"@babel/types" "^7.22.5"
10261025
debug "^4.1.0"
10271026
globals "^11.1.0"
@@ -3257,29 +3256,29 @@ axios@^1.0.0:
32573256
form-data "^4.0.0"
32583257
proxy-from-env "^1.1.0"
32593258

3260-
babel-plugin-polyfill-corejs2@^0.4.3:
3261-
version "0.4.3"
3262-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz#75044d90ba5043a5fb559ac98496f62f3eb668fd"
3263-
integrity sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==
3259+
babel-plugin-polyfill-corejs2@^0.4.4:
3260+
version "0.4.4"
3261+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz#9f9a0e1cd9d645cc246a5e094db5c3aa913ccd2b"
3262+
integrity sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA==
32643263
dependencies:
3265-
"@babel/compat-data" "^7.17.7"
3266-
"@babel/helper-define-polyfill-provider" "^0.4.0"
3267-
semver "^6.1.1"
3264+
"@babel/compat-data" "^7.22.6"
3265+
"@babel/helper-define-polyfill-provider" "^0.4.1"
3266+
"@nicolo-ribaudo/semver-v6" "^6.3.3"
32683267

3269-
babel-plugin-polyfill-corejs3@^0.8.1:
3270-
version "0.8.1"
3271-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz#39248263c38191f0d226f928d666e6db1b4b3a8a"
3272-
integrity sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==
3268+
babel-plugin-polyfill-corejs3@^0.8.2:
3269+
version "0.8.2"
3270+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz#d406c5738d298cd9c66f64a94cf8d5904ce4cc5e"
3271+
integrity sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ==
32733272
dependencies:
3274-
"@babel/helper-define-polyfill-provider" "^0.4.0"
3275-
core-js-compat "^3.30.1"
3273+
"@babel/helper-define-polyfill-provider" "^0.4.1"
3274+
core-js-compat "^3.31.0"
32763275

3277-
babel-plugin-polyfill-regenerator@^0.5.0:
3278-
version "0.5.0"
3279-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz#e7344d88d9ef18a3c47ded99362ae4a757609380"
3280-
integrity sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==
3276+
babel-plugin-polyfill-regenerator@^0.5.1:
3277+
version "0.5.1"
3278+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3"
3279+
integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw==
32813280
dependencies:
3282-
"@babel/helper-define-polyfill-provider" "^0.4.0"
3281+
"@babel/helper-define-polyfill-provider" "^0.4.1"
32833282

32843283
bail@^1.0.0:
32853284
version "1.0.5"
@@ -3955,7 +3954,7 @@ convert-source-map@^1.1.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
39553954
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
39563955
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
39573956

3958-
core-js-compat@^3.30.1, core-js-compat@^3.31.0:
3957+
core-js-compat@^3.31.0:
39593958
version "3.31.0"
39603959
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.0.tgz#4030847c0766cc0e803dcdfb30055d7ef2064bf1"
39613960
integrity sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==
@@ -8876,7 +8875,7 @@ [email protected]:
88768875
dependencies:
88778876
lru-cache "^6.0.0"
88788877

8879-
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
8878+
semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
88808879
version "6.3.0"
88818880
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
88828881
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)