Skip to content

Commit dc09e79

Browse files
Update babel monorepo to v7.23.7
1 parent 282655c commit dc09e79

File tree

4 files changed

+40
-40
lines changed

4 files changed

+40
-40
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.6",
33+
"@babel/core": "7.23.7",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.23.6",
35+
"@babel/preset-env": "7.23.7",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "8.0.1",
3838
"core-js": "3.35.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.4",
28-
"@babel/core": "7.23.6",
29-
"@babel/preset-env": "7.23.6",
28+
"@babel/core": "7.23.7",
29+
"@babel/preset-env": "7.23.7",
3030
"@babel/preset-react": "7.23.3",
3131
"c8": "8.0.1",
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.23.6",
34+
"@babel/core": "7.23.7",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "8.0.1",
3737
"istanbul": "0.4.5",

yarn.lock

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
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/[email protected].6":
48-
version "7.23.6"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4"
50-
integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==
47+
"@babel/[email protected].7":
48+
version "7.23.7"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f"
50+
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==
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.6"
57+
"@babel/helpers" "^7.23.7"
5858
"@babel/parser" "^7.23.6"
5959
"@babel/template" "^7.22.15"
60-
"@babel/traverse" "^7.23.6"
60+
"@babel/traverse" "^7.23.7"
6161
"@babel/types" "^7.23.6"
6262
convert-source-map "^2.0.0"
6363
debug "^4.1.0"
@@ -255,13 +255,13 @@
255255
"@babel/template" "^7.22.15"
256256
"@babel/types" "^7.22.19"
257257

258-
"@babel/helpers@^7.23.6":
259-
version "7.23.6"
260-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a"
261-
integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==
258+
"@babel/helpers@^7.23.7":
259+
version "7.23.7"
260+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.7.tgz#eb543c36f81da2873e47b76ee032343ac83bba60"
261+
integrity sha512-6AMnjCoC8wjqBzDHkuqpa7jAKwvMo4dC+lr/TFBz+ucfulO1XMpDnwWPGBNwClOKZ8h6xn5N81W/R5OrcKtCbQ==
262262
dependencies:
263263
"@babel/template" "^7.22.15"
264-
"@babel/traverse" "^7.23.6"
264+
"@babel/traverse" "^7.23.7"
265265
"@babel/types" "^7.23.6"
266266

267267
"@babel/highlight@^7.23.4":
@@ -294,10 +294,10 @@
294294
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
295295
"@babel/plugin-transform-optional-chaining" "^7.23.3"
296296

297-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.23.3":
298-
version "7.23.3"
299-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz#20c60d4639d18f7da8602548512e9d3a4c8d7098"
300-
integrity sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==
297+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.23.7":
298+
version "7.23.7"
299+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz#516462a95d10a9618f197d39ad291a9b47ae1d7b"
300+
integrity sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==
301301
dependencies:
302302
"@babel/helper-environment-visitor" "^7.22.20"
303303
"@babel/helper-plugin-utils" "^7.22.5"
@@ -448,10 +448,10 @@
448448
dependencies:
449449
"@babel/helper-plugin-utils" "^7.22.5"
450450

451-
"@babel/plugin-transform-async-generator-functions@^7.23.4":
452-
version "7.23.4"
453-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz#93ac8e3531f347fba519b4703f9ff2a75c6ae27a"
454-
integrity sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==
451+
"@babel/plugin-transform-async-generator-functions@^7.23.7":
452+
version "7.23.7"
453+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz#3aa0b4f2fa3788b5226ef9346cf6d16ec61f99cd"
454+
integrity sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==
455455
dependencies:
456456
"@babel/helper-environment-visitor" "^7.22.20"
457457
"@babel/helper-plugin-utils" "^7.22.5"
@@ -871,18 +871,18 @@
871871
core-js "^2.6.5"
872872
regenerator-runtime "^0.13.4"
873873

874-
"@babel/[email protected].6":
875-
version "7.23.6"
876-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.6.tgz#ad0ea799d5a3c07db5b9a172819bbd444092187a"
877-
integrity sha512-2XPn/BqKkZCpzYhUUNZ1ssXw7DcXfKQEjv/uXZUXgaebCMYmkEsfZ2yY+vv+xtXv50WmL5SGhyB6/xsWxIvvOQ==
874+
"@babel/[email protected].7":
875+
version "7.23.7"
876+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.7.tgz#e5d69b9f14db8a13bae4d8e5ce7f360973626241"
877+
integrity sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==
878878
dependencies:
879879
"@babel/compat-data" "^7.23.5"
880880
"@babel/helper-compilation-targets" "^7.23.6"
881881
"@babel/helper-plugin-utils" "^7.22.5"
882882
"@babel/helper-validator-option" "^7.23.5"
883883
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
884884
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
885-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.3"
885+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.23.7"
886886
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
887887
"@babel/plugin-syntax-async-generators" "^7.8.4"
888888
"@babel/plugin-syntax-class-properties" "^7.12.13"
@@ -903,7 +903,7 @@
903903
"@babel/plugin-syntax-top-level-await" "^7.14.5"
904904
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
905905
"@babel/plugin-transform-arrow-functions" "^7.23.3"
906-
"@babel/plugin-transform-async-generator-functions" "^7.23.4"
906+
"@babel/plugin-transform-async-generator-functions" "^7.23.7"
907907
"@babel/plugin-transform-async-to-generator" "^7.23.3"
908908
"@babel/plugin-transform-block-scoped-functions" "^7.23.3"
909909
"@babel/plugin-transform-block-scoping" "^7.23.4"
@@ -951,9 +951,9 @@
951951
"@babel/plugin-transform-unicode-regex" "^7.23.3"
952952
"@babel/plugin-transform-unicode-sets-regex" "^7.23.3"
953953
"@babel/preset-modules" "0.1.6-no-external-plugins"
954-
babel-plugin-polyfill-corejs2 "^0.4.6"
955-
babel-plugin-polyfill-corejs3 "^0.8.5"
956-
babel-plugin-polyfill-regenerator "^0.5.3"
954+
babel-plugin-polyfill-corejs2 "^0.4.7"
955+
babel-plugin-polyfill-corejs3 "^0.8.7"
956+
babel-plugin-polyfill-regenerator "^0.5.4"
957957
core-js-compat "^3.31.0"
958958
semver "^6.3.1"
959959

@@ -999,10 +999,10 @@
999999
"@babel/parser" "^7.22.15"
10001000
"@babel/types" "^7.22.15"
10011001

1002-
"@babel/traverse@^7.23.6":
1003-
version "7.23.6"
1004-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5"
1005-
integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==
1002+
"@babel/traverse@^7.23.7":
1003+
version "7.23.7"
1004+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305"
1005+
integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==
10061006
dependencies:
10071007
"@babel/code-frame" "^7.23.5"
10081008
"@babel/generator" "^7.23.6"
@@ -3487,7 +3487,7 @@ babel-import-util@^0.2.0:
34873487
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
34883488
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
34893489

3490-
babel-plugin-polyfill-corejs2@^0.4.6:
3490+
babel-plugin-polyfill-corejs2@^0.4.7:
34913491
version "0.4.7"
34923492
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.7.tgz#679d1b94bf3360f7682e11f2cb2708828a24fe8c"
34933493
integrity sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==
@@ -3496,15 +3496,15 @@ babel-plugin-polyfill-corejs2@^0.4.6:
34963496
"@babel/helper-define-polyfill-provider" "^0.4.4"
34973497
semver "^6.3.1"
34983498

3499-
babel-plugin-polyfill-corejs3@^0.8.5:
3499+
babel-plugin-polyfill-corejs3@^0.8.7:
35003500
version "0.8.7"
35013501
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz#941855aa7fdaac06ed24c730a93450d2b2b76d04"
35023502
integrity sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==
35033503
dependencies:
35043504
"@babel/helper-define-polyfill-provider" "^0.4.4"
35053505
core-js-compat "^3.33.1"
35063506

3507-
babel-plugin-polyfill-regenerator@^0.5.3:
3507+
babel-plugin-polyfill-regenerator@^0.5.4:
35083508
version "0.5.4"
35093509
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.4.tgz#c6fc8eab610d3a11eb475391e52584bacfc020f4"
35103510
integrity sha512-S/x2iOCvDaCASLYsOOgWOq4bCfKYVqvO/uxjkaYyZ3rVsVE3CeAI/c84NpyuBBymEgNvHgjEot3a9/Z/kXvqsg==

0 commit comments

Comments
 (0)