Skip to content

Commit 08478c2

Browse files
Update babel monorepo to v7.26.8
1 parent 3ad6e17 commit 08478c2

File tree

4 files changed

+83
-77
lines changed

4 files changed

+83
-77
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.26.7",
33+
"@babel/core": "7.26.8",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.26.7",
35+
"@babel/preset-env": "7.26.8",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "10.1.3",
3838
"core-js": "3.40.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.26.4",
28-
"@babel/core": "7.26.7",
29-
"@babel/preset-env": "7.26.7",
28+
"@babel/core": "7.26.8",
29+
"@babel/preset-env": "7.26.8",
3030
"@babel/preset-react": "7.26.3",
3131
"c8": "10.1.3",
3232
"mocha": "11.1.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.26.7",
34+
"@babel/core": "7.26.8",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "10.1.3",
3737
"istanbul": "0.4.5",

yarn.lock

Lines changed: 78 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents.3"
3838
chokidar "^3.6.0"
3939

40-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
40+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.26.2":
4141
version "7.26.2"
4242
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
4343
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -46,39 +46,40 @@
4646
js-tokens "^4.0.0"
4747
picocolors "^1.0.0"
4848

49-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
50-
version "7.26.5"
51-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
52-
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
49+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.26.8":
50+
version "7.26.8"
51+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
52+
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
5353

54-
"@babel/[email protected].7":
55-
version "7.26.7"
56-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
57-
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
54+
"@babel/[email protected].8":
55+
version "7.26.8"
56+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
57+
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
5858
dependencies:
5959
"@ampproject/remapping" "^2.2.0"
6060
"@babel/code-frame" "^7.26.2"
61-
"@babel/generator" "^7.26.5"
61+
"@babel/generator" "^7.26.8"
6262
"@babel/helper-compilation-targets" "^7.26.5"
6363
"@babel/helper-module-transforms" "^7.26.0"
6464
"@babel/helpers" "^7.26.7"
65-
"@babel/parser" "^7.26.7"
66-
"@babel/template" "^7.25.9"
67-
"@babel/traverse" "^7.26.7"
68-
"@babel/types" "^7.26.7"
65+
"@babel/parser" "^7.26.8"
66+
"@babel/template" "^7.26.8"
67+
"@babel/traverse" "^7.26.8"
68+
"@babel/types" "^7.26.8"
69+
"@types/gensync" "^1.0.0"
6970
convert-source-map "^2.0.0"
7071
debug "^4.1.0"
7172
gensync "^1.0.0-beta.2"
7273
json5 "^2.2.3"
7374
semver "^6.3.1"
7475

75-
"@babel/generator@^7.26.5":
76-
version "7.26.5"
77-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
78-
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
76+
"@babel/generator@^7.26.8":
77+
version "7.26.8"
78+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
79+
integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==
7980
dependencies:
80-
"@babel/parser" "^7.26.5"
81-
"@babel/types" "^7.26.5"
81+
"@babel/parser" "^7.26.8"
82+
"@babel/types" "^7.26.8"
8283
"@jridgewell/gen-mapping" "^0.3.5"
8384
"@jridgewell/trace-mapping" "^0.3.25"
8485
jsesc "^3.0.2"
@@ -123,7 +124,7 @@
123124
regexpu-core "^6.2.0"
124125
semver "^6.3.1"
125126

126-
"@babel/helper-define-polyfill-provider@^0.6.2", "@babel/helper-define-polyfill-provider@^0.6.3":
127+
"@babel/helper-define-polyfill-provider@^0.6.3":
127128
version "0.6.3"
128129
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz#f4f2792fae2ef382074bc2d713522cf24e6ddb21"
129130
integrity sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==
@@ -229,12 +230,12 @@
229230
"@babel/template" "^7.25.9"
230231
"@babel/types" "^7.26.7"
231232

232-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
233-
version "7.26.7"
234-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
235-
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
233+
"@babel/parser@^7.26.8":
234+
version "7.26.8"
235+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
236+
integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==
236237
dependencies:
237-
"@babel/types" "^7.26.7"
238+
"@babel/types" "^7.26.8"
238239

239240
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
240241
version "7.25.9"
@@ -316,14 +317,14 @@
316317
dependencies:
317318
"@babel/helper-plugin-utils" "^7.25.9"
318319

319-
"@babel/plugin-transform-async-generator-functions@^7.25.9":
320-
version "7.25.9"
321-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz#1b18530b077d18a407c494eb3d1d72da505283a2"
322-
integrity sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==
320+
"@babel/plugin-transform-async-generator-functions@^7.26.8":
321+
version "7.26.8"
322+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz#5e3991135e3b9c6eaaf5eff56d1ae5a11df45ff8"
323+
integrity sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==
323324
dependencies:
324-
"@babel/helper-plugin-utils" "^7.25.9"
325+
"@babel/helper-plugin-utils" "^7.26.5"
325326
"@babel/helper-remap-async-to-generator" "^7.25.9"
326-
"@babel/traverse" "^7.25.9"
327+
"@babel/traverse" "^7.26.8"
327328

328329
"@babel/plugin-transform-async-to-generator@^7.25.9":
329330
version "7.25.9"
@@ -684,12 +685,12 @@
684685
dependencies:
685686
"@babel/helper-plugin-utils" "^7.25.9"
686687

687-
"@babel/plugin-transform-template-literals@^7.25.9":
688-
version "7.25.9"
689-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz#6dbd4a24e8fad024df76d1fac6a03cf413f60fe1"
690-
integrity sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==
688+
"@babel/plugin-transform-template-literals@^7.26.8":
689+
version "7.26.8"
690+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz#966b15d153a991172a540a69ad5e1845ced990b5"
691+
integrity sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==
691692
dependencies:
692-
"@babel/helper-plugin-utils" "^7.25.9"
693+
"@babel/helper-plugin-utils" "^7.26.5"
693694

694695
"@babel/plugin-transform-typeof-symbol@^7.26.7":
695696
version "7.26.7"
@@ -737,12 +738,12 @@
737738
core-js "^2.6.5"
738739
regenerator-runtime "^0.13.4"
739740

740-
"@babel/[email protected].7":
741-
version "7.26.7"
742-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
743-
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
741+
"@babel/[email protected].8":
742+
version "7.26.8"
743+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
744+
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
744745
dependencies:
745-
"@babel/compat-data" "^7.26.5"
746+
"@babel/compat-data" "^7.26.8"
746747
"@babel/helper-compilation-targets" "^7.26.5"
747748
"@babel/helper-plugin-utils" "^7.26.5"
748749
"@babel/helper-validator-option" "^7.25.9"
@@ -756,7 +757,7 @@
756757
"@babel/plugin-syntax-import-attributes" "^7.26.0"
757758
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
758759
"@babel/plugin-transform-arrow-functions" "^7.25.9"
759-
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
760+
"@babel/plugin-transform-async-generator-functions" "^7.26.8"
760761
"@babel/plugin-transform-async-to-generator" "^7.25.9"
761762
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
762763
"@babel/plugin-transform-block-scoping" "^7.25.9"
@@ -799,17 +800,17 @@
799800
"@babel/plugin-transform-shorthand-properties" "^7.25.9"
800801
"@babel/plugin-transform-spread" "^7.25.9"
801802
"@babel/plugin-transform-sticky-regex" "^7.25.9"
802-
"@babel/plugin-transform-template-literals" "^7.25.9"
803+
"@babel/plugin-transform-template-literals" "^7.26.8"
803804
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
804805
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
805806
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
806807
"@babel/plugin-transform-unicode-regex" "^7.25.9"
807808
"@babel/plugin-transform-unicode-sets-regex" "^7.25.9"
808809
"@babel/preset-modules" "0.1.6-no-external-plugins"
809810
babel-plugin-polyfill-corejs2 "^0.4.10"
810-
babel-plugin-polyfill-corejs3 "^0.10.6"
811+
babel-plugin-polyfill-corejs3 "^0.11.0"
811812
babel-plugin-polyfill-regenerator "^0.6.1"
812-
core-js-compat "^3.38.1"
813+
core-js-compat "^3.40.0"
813814
semver "^6.3.1"
814815

815816
@@ -840,32 +841,32 @@
840841
dependencies:
841842
regenerator-runtime "^0.14.0"
842843

843-
"@babel/template@^7.25.9":
844-
version "7.25.9"
845-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
846-
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
844+
"@babel/template@^7.25.9", "@babel/template@^7.26.8":
845+
version "7.26.8"
846+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19"
847+
integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==
847848
dependencies:
848-
"@babel/code-frame" "^7.25.9"
849-
"@babel/parser" "^7.25.9"
850-
"@babel/types" "^7.25.9"
849+
"@babel/code-frame" "^7.26.2"
850+
"@babel/parser" "^7.26.8"
851+
"@babel/types" "^7.26.8"
851852

852-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.7":
853-
version "7.26.7"
854-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
855-
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
853+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8":
854+
version "7.26.8"
855+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
856+
integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==
856857
dependencies:
857858
"@babel/code-frame" "^7.26.2"
858-
"@babel/generator" "^7.26.5"
859-
"@babel/parser" "^7.26.7"
860-
"@babel/template" "^7.25.9"
861-
"@babel/types" "^7.26.7"
859+
"@babel/generator" "^7.26.8"
860+
"@babel/parser" "^7.26.8"
861+
"@babel/template" "^7.26.8"
862+
"@babel/types" "^7.26.8"
862863
debug "^4.3.1"
863864
globals "^11.1.0"
864865

865-
"@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.4.4":
866-
version "7.26.7"
867-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
868-
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
866+
"@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8", "@babel/types@^7.4.4":
867+
version "7.26.8"
868+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
869+
integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==
869870
dependencies:
870871
"@babel/helper-string-parser" "^7.25.9"
871872
"@babel/helper-validator-identifier" "^7.25.9"
@@ -2705,6 +2706,11 @@
27052706
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
27062707
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
27072708

2709+
"@types/gensync@^1.0.0":
2710+
version "1.0.4"
2711+
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
2712+
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
2713+
27082714
"@types/http-cache-semantics@*":
27092715
version "4.0.4"
27102716
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
@@ -3265,13 +3271,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
32653271
"@babel/helper-define-polyfill-provider" "^0.6.3"
32663272
semver "^6.3.1"
32673273

3268-
babel-plugin-polyfill-corejs3@^0.10.6:
3269-
version "0.10.6"
3270-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7"
3271-
integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==
3274+
babel-plugin-polyfill-corejs3@^0.11.0:
3275+
version "0.11.1"
3276+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz#4e4e182f1bb37c7ba62e2af81d8dd09df31344f6"
3277+
integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==
32723278
dependencies:
3273-
"@babel/helper-define-polyfill-provider" "^0.6.2"
3274-
core-js-compat "^3.38.0"
3279+
"@babel/helper-define-polyfill-provider" "^0.6.3"
3280+
core-js-compat "^3.40.0"
32753281

32763282
babel-plugin-polyfill-regenerator@^0.6.1:
32773283
version "0.6.3"
@@ -4135,7 +4141,7 @@ convert-source-map@^2.0.0:
41354141
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
41364142
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
41374143

4138-
core-js-compat@^3.38.0, core-js-compat@^3.38.1:
4144+
core-js-compat@^3.40.0:
41394145
version "3.40.0"
41404146
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.40.0.tgz#7485912a5a4a4315c2fdb2cbdc623e6881c88b38"
41414147
integrity sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==

0 commit comments

Comments
 (0)