Skip to content

Commit e1ad638

Browse files
Update babel monorepo to v7.24.0
1 parent fbbae0c commit e1ad638

File tree

4 files changed

+59
-59
lines changed

4 files changed

+59
-59
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.23.9",
33+
"@babel/core": "7.24.0",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.23.9",
35+
"@babel/preset-env": "7.24.0",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "9.1.0",
3838
"core-js": "3.36.0",

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.23.9",
28-
"@babel/core": "7.23.9",
29-
"@babel/preset-env": "7.23.9",
28+
"@babel/core": "7.24.0",
29+
"@babel/preset-env": "7.24.0",
3030
"@babel/preset-react": "7.23.3",
3131
"c8": "9.1.0",
3232
"mocha": "10.3.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.23.9",
34+
"@babel/core": "7.24.0",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "9.1.0",
3737
"istanbul": "0.4.5",

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,26 @@
3939
"@babel/highlight" "^7.23.4"
4040
chalk "^2.4.2"
4141

42-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
42+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5":
4343
version "7.23.5"
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
4545
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
4646

47-
"@babel/core@7.23.9":
48-
version "7.23.9"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1"
50-
integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==
47+
"@babel/core@7.24.0":
48+
version "7.24.0"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
50+
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
5151
dependencies:
5252
"@ampproject/remapping" "^2.2.0"
5353
"@babel/code-frame" "^7.23.5"
5454
"@babel/generator" "^7.23.6"
5555
"@babel/helper-compilation-targets" "^7.23.6"
5656
"@babel/helper-module-transforms" "^7.23.3"
57-
"@babel/helpers" "^7.23.9"
58-
"@babel/parser" "^7.23.9"
59-
"@babel/template" "^7.23.9"
60-
"@babel/traverse" "^7.23.9"
61-
"@babel/types" "^7.23.9"
57+
"@babel/helpers" "^7.24.0"
58+
"@babel/parser" "^7.24.0"
59+
"@babel/template" "^7.24.0"
60+
"@babel/traverse" "^7.24.0"
61+
"@babel/types" "^7.24.0"
6262
convert-source-map "^2.0.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
@@ -187,10 +187,10 @@
187187
dependencies:
188188
"@babel/types" "^7.22.5"
189189

190-
"@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":
191-
version "7.22.5"
192-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
193-
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
190+
"@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.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
191+
version "7.24.0"
192+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
193+
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
194194

195195
"@babel/helper-remap-async-to-generator@^7.22.20":
196196
version "7.22.20"
@@ -255,14 +255,14 @@
255255
"@babel/template" "^7.22.15"
256256
"@babel/types" "^7.22.19"
257257

258-
"@babel/helpers@^7.23.9":
259-
version "7.23.9"
260-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d"
261-
integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==
258+
"@babel/helpers@^7.24.0":
259+
version "7.24.0"
260+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
261+
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
262262
dependencies:
263-
"@babel/template" "^7.23.9"
264-
"@babel/traverse" "^7.23.9"
265-
"@babel/types" "^7.23.9"
263+
"@babel/template" "^7.24.0"
264+
"@babel/traverse" "^7.24.0"
265+
"@babel/types" "^7.24.0"
266266

267267
"@babel/highlight@^7.23.4":
268268
version "7.23.4"
@@ -273,10 +273,10 @@
273273
chalk "^2.4.2"
274274
js-tokens "^4.0.0"
275275

276-
"@babel/parser@^7.23.9":
277-
version "7.23.9"
278-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
279-
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
276+
"@babel/parser@^7.24.0":
277+
version "7.24.0"
278+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
279+
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
280280

281281
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
282282
version "7.23.3"
@@ -679,14 +679,14 @@
679679
"@babel/helper-plugin-utils" "^7.22.5"
680680
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
681681

682-
"@babel/plugin-transform-object-rest-spread@^7.23.4":
683-
version "7.23.4"
684-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
685-
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
682+
"@babel/plugin-transform-object-rest-spread@^7.24.0":
683+
version "7.24.0"
684+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1"
685+
integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==
686686
dependencies:
687-
"@babel/compat-data" "^7.23.3"
688-
"@babel/helper-compilation-targets" "^7.22.15"
689-
"@babel/helper-plugin-utils" "^7.22.5"
687+
"@babel/compat-data" "^7.23.5"
688+
"@babel/helper-compilation-targets" "^7.23.6"
689+
"@babel/helper-plugin-utils" "^7.24.0"
690690
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
691691
"@babel/plugin-transform-parameters" "^7.23.3"
692692

@@ -870,14 +870,14 @@
870870
core-js "^2.6.5"
871871
regenerator-runtime "^0.13.4"
872872

873-
"@babel/preset-env@7.23.9":
874-
version "7.23.9"
875-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
876-
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
873+
"@babel/preset-env@7.24.0":
874+
version "7.24.0"
875+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc"
876+
integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==
877877
dependencies:
878878
"@babel/compat-data" "^7.23.5"
879879
"@babel/helper-compilation-targets" "^7.23.6"
880-
"@babel/helper-plugin-utils" "^7.22.5"
880+
"@babel/helper-plugin-utils" "^7.24.0"
881881
"@babel/helper-validator-option" "^7.23.5"
882882
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
883883
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
@@ -930,7 +930,7 @@
930930
"@babel/plugin-transform-new-target" "^7.23.3"
931931
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
932932
"@babel/plugin-transform-numeric-separator" "^7.23.4"
933-
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
933+
"@babel/plugin-transform-object-rest-spread" "^7.24.0"
934934
"@babel/plugin-transform-object-super" "^7.23.3"
935935
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
936936
"@babel/plugin-transform-optional-chaining" "^7.23.4"
@@ -989,35 +989,35 @@
989989
dependencies:
990990
regenerator-runtime "^0.14.0"
991991

992-
"@babel/template@^7.22.15", "@babel/template@^7.23.9":
993-
version "7.23.9"
994-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a"
995-
integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==
992+
"@babel/template@^7.22.15", "@babel/template@^7.24.0":
993+
version "7.24.0"
994+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
995+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
996996
dependencies:
997997
"@babel/code-frame" "^7.23.5"
998-
"@babel/parser" "^7.23.9"
999-
"@babel/types" "^7.23.9"
998+
"@babel/parser" "^7.24.0"
999+
"@babel/types" "^7.24.0"
10001000

1001-
"@babel/traverse@^7.23.9":
1002-
version "7.23.9"
1003-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
1004-
integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==
1001+
"@babel/traverse@^7.24.0":
1002+
version "7.24.0"
1003+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
1004+
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
10051005
dependencies:
10061006
"@babel/code-frame" "^7.23.5"
10071007
"@babel/generator" "^7.23.6"
10081008
"@babel/helper-environment-visitor" "^7.22.20"
10091009
"@babel/helper-function-name" "^7.23.0"
10101010
"@babel/helper-hoist-variables" "^7.22.5"
10111011
"@babel/helper-split-export-declaration" "^7.22.6"
1012-
"@babel/parser" "^7.23.9"
1013-
"@babel/types" "^7.23.9"
1012+
"@babel/parser" "^7.24.0"
1013+
"@babel/types" "^7.24.0"
10141014
debug "^4.3.1"
10151015
globals "^11.1.0"
10161016

1017-
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.23.9", "@babel/types@^7.4.4":
1018-
version "7.23.9"
1019-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002"
1020-
integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==
1017+
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.4.4":
1018+
version "7.24.0"
1019+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
1020+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
10211021
dependencies:
10221022
"@babel/helper-string-parser" "^7.23.4"
10231023
"@babel/helper-validator-identifier" "^7.22.20"

0 commit comments

Comments
 (0)