Skip to content

Commit 6888d20

Browse files
Update babel monorepo to v7.23.0
1 parent d344415 commit 6888d20

File tree

5 files changed

+66
-61
lines changed

5 files changed

+66
-61
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.22.20",
33+
"@babel/core": "7.23.0",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.22.20",
3636
"@rollup/plugin-json": "6.0.0",

packages/helpers-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.22.15",
28-
"@babel/core": "7.22.20",
27+
"@babel/cli": "7.23.0",
28+
"@babel/core": "7.23.0",
2929
"@babel/preset-env": "7.22.20",
3030
"@babel/preset-react": "7.22.15",
3131
"c8": "7.13.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.20",
34+
"@babel/core": "7.23.0",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.13.0",
3737
"istanbul": "0.4.5",

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.22.20",
33+
"@babel/core": "7.23.0",
3434
"@babel/preset-env": "7.22.20",
3535
"c8": "7.13.0",
3636
"mocha": "10.2.0",

yarn.lock

Lines changed: 61 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/cli@7.22.15":
19-
version "7.22.15"
20-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.15.tgz#22ed82d76745a43caa60a89917bedb7c9b5bd145"
21-
integrity sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==
18+
"@babel/cli@7.23.0":
19+
version "7.23.0"
20+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.0.tgz#1d7f37c44d4117c67df46749e0c86e11a58cc64b"
21+
integrity sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==
2222
dependencies:
2323
"@jridgewell/trace-mapping" "^0.3.17"
2424
commander "^4.0.1"
25-
convert-source-map "^1.1.0"
25+
convert-source-map "^2.0.0"
2626
fs-readdir-recursive "^1.1.0"
2727
glob "^7.2.0"
2828
make-dir "^2.1.0"
@@ -51,33 +51,33 @@
5151
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
5252
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
5353

54-
"@babel/core@7.22.20":
55-
version "7.22.20"
56-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
57-
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
54+
"@babel/core@7.23.0":
55+
version "7.23.0"
56+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
57+
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
5858
dependencies:
5959
"@ampproject/remapping" "^2.2.0"
6060
"@babel/code-frame" "^7.22.13"
61-
"@babel/generator" "^7.22.15"
61+
"@babel/generator" "^7.23.0"
6262
"@babel/helper-compilation-targets" "^7.22.15"
63-
"@babel/helper-module-transforms" "^7.22.20"
64-
"@babel/helpers" "^7.22.15"
65-
"@babel/parser" "^7.22.16"
63+
"@babel/helper-module-transforms" "^7.23.0"
64+
"@babel/helpers" "^7.23.0"
65+
"@babel/parser" "^7.23.0"
6666
"@babel/template" "^7.22.15"
67-
"@babel/traverse" "^7.22.20"
68-
"@babel/types" "^7.22.19"
69-
convert-source-map "^1.7.0"
67+
"@babel/traverse" "^7.23.0"
68+
"@babel/types" "^7.23.0"
69+
convert-source-map "^2.0.0"
7070
debug "^4.1.0"
7171
gensync "^1.0.0-beta.2"
7272
json5 "^2.2.3"
7373
semver "^6.3.1"
7474

75-
"@babel/generator@^7.22.15":
76-
version "7.22.15"
77-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
78-
integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
75+
"@babel/generator@^7.23.0":
76+
version "7.23.0"
77+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
78+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
7979
dependencies:
80-
"@babel/types" "^7.22.15"
80+
"@babel/types" "^7.23.0"
8181
"@jridgewell/gen-mapping" "^0.3.2"
8282
"@jridgewell/trace-mapping" "^0.3.17"
8383
jsesc "^2.5.1"
@@ -147,13 +147,13 @@
147147
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
148148
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
149149

150-
"@babel/helper-function-name@^7.22.5":
151-
version "7.22.5"
152-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
153-
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
150+
"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
151+
version "7.23.0"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
153+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
154154
dependencies:
155-
"@babel/template" "^7.22.5"
156-
"@babel/types" "^7.22.5"
155+
"@babel/template" "^7.22.15"
156+
"@babel/types" "^7.23.0"
157157

158158
"@babel/helper-hoist-variables@^7.22.5":
159159
version "7.22.5"
@@ -176,10 +176,10 @@
176176
dependencies:
177177
"@babel/types" "^7.22.15"
178178

179-
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.20", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9":
180-
version "7.22.20"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
182-
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
179+
"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9", "@babel/helper-module-transforms@^7.23.0":
180+
version "7.23.0"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e"
182+
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
183183
dependencies:
184184
"@babel/helper-environment-visitor" "^7.22.20"
185185
"@babel/helper-module-imports" "^7.22.15"
@@ -243,7 +243,7 @@
243243
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
244244
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
245245

246-
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
246+
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
247247
version "7.22.20"
248248
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
249249
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
@@ -262,14 +262,14 @@
262262
"@babel/template" "^7.22.15"
263263
"@babel/types" "^7.22.19"
264264

265-
"@babel/helpers@^7.22.15":
266-
version "7.22.15"
267-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
268-
integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
265+
"@babel/helpers@^7.23.0":
266+
version "7.23.1"
267+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
268+
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
269269
dependencies:
270270
"@babel/template" "^7.22.15"
271-
"@babel/traverse" "^7.22.15"
272-
"@babel/types" "^7.22.15"
271+
"@babel/traverse" "^7.23.0"
272+
"@babel/types" "^7.23.0"
273273

274274
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13":
275275
version "7.22.20"
@@ -280,10 +280,10 @@
280280
chalk "^2.4.2"
281281
js-tokens "^4.0.0"
282282

283-
"@babel/parser@^7.22.15", "@babel/parser@^7.22.16":
284-
version "7.22.16"
285-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
286-
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
283+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
284+
version "7.23.0"
285+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
286+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
287287

288288
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
289289
version "7.22.15"
@@ -997,29 +997,29 @@
997997
"@babel/parser" "^7.22.15"
998998
"@babel/types" "^7.22.15"
999999

1000-
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20":
1001-
version "7.22.20"
1002-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
1003-
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
1000+
"@babel/traverse@^7.23.0":
1001+
version "7.23.0"
1002+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
1003+
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
10041004
dependencies:
10051005
"@babel/code-frame" "^7.22.13"
1006-
"@babel/generator" "^7.22.15"
1006+
"@babel/generator" "^7.23.0"
10071007
"@babel/helper-environment-visitor" "^7.22.20"
1008-
"@babel/helper-function-name" "^7.22.5"
1008+
"@babel/helper-function-name" "^7.23.0"
10091009
"@babel/helper-hoist-variables" "^7.22.5"
10101010
"@babel/helper-split-export-declaration" "^7.22.6"
1011-
"@babel/parser" "^7.22.16"
1012-
"@babel/types" "^7.22.19"
1011+
"@babel/parser" "^7.23.0"
1012+
"@babel/types" "^7.23.0"
10131013
debug "^4.1.0"
10141014
globals "^11.1.0"
10151015

1016-
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1017-
version "7.22.19"
1018-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
1019-
integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==
1016+
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4":
1017+
version "7.23.0"
1018+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1019+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
10201020
dependencies:
10211021
"@babel/helper-string-parser" "^7.22.5"
1022-
"@babel/helper-validator-identifier" "^7.22.19"
1022+
"@babel/helper-validator-identifier" "^7.22.20"
10231023
to-fast-properties "^2.0.0"
10241024

10251025
"@bcoe/v8-coverage@^0.2.3":
@@ -3968,11 +3968,16 @@ [email protected]:
39683968
meow "^8.0.0"
39693969
q "^1.5.1"
39703970

3971-
convert-source-map@^1.1.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
3971+
convert-source-map@^1.6.0:
39723972
version "1.9.0"
39733973
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
39743974
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
39753975

3976+
convert-source-map@^2.0.0:
3977+
version "2.0.0"
3978+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
3979+
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
3980+
39763981
core-js-compat@^3.31.0, core-js-compat@^3.32.2:
39773982
version "3.32.2"
39783983
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.32.2.tgz#8047d1a8b3ac4e639f0d4f66d4431aa3b16e004c"

0 commit comments

Comments
 (0)