Skip to content

Commit 8d8ae68

Browse files
Update babel monorepo to v7.26.7
1 parent fe15b2c commit 8d8ae68

File tree

4 files changed

+61
-61
lines changed

4 files changed

+61
-61
lines changed

packages/content-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.26.0",
33+
"@babel/core": "7.26.7",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.26.0",
35+
"@babel/preset-env": "7.26.7",
3636
"@rollup/plugin-json": "6.1.0",
3737
"c8": "10.1.3",
3838
"core-js": "3.40.0",

packages/helpers-gatsby/package.json

+2-2
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.0",
29-
"@babel/preset-env": "7.26.0",
28+
"@babel/core": "7.26.7",
29+
"@babel/preset-env": "7.26.7",
3030
"@babel/preset-react": "7.26.3",
3131
"c8": "10.1.3",
3232
"mocha": "11.1.0",

packages/helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.26.0",
34+
"@babel/core": "7.26.7",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "10.1.3",
3737
"istanbul": "0.4.5",

yarn.lock

+56-56
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.0", "@babel/code-frame@^7.26.2":
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":
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,33 +46,33 @@
4646
js-tokens "^4.0.0"
4747
picocolors "^1.0.0"
4848

49-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.0", "@babel/compat-data@^7.26.5":
49+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
5050
version "7.26.5"
5151
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
5252
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
5353

54-
"@babel/[email protected].0":
55-
version "7.26.0"
56-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
57-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
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==
5858
dependencies:
5959
"@ampproject/remapping" "^2.2.0"
60-
"@babel/code-frame" "^7.26.0"
61-
"@babel/generator" "^7.26.0"
62-
"@babel/helper-compilation-targets" "^7.25.9"
60+
"@babel/code-frame" "^7.26.2"
61+
"@babel/generator" "^7.26.5"
62+
"@babel/helper-compilation-targets" "^7.26.5"
6363
"@babel/helper-module-transforms" "^7.26.0"
64-
"@babel/helpers" "^7.26.0"
65-
"@babel/parser" "^7.26.0"
64+
"@babel/helpers" "^7.26.7"
65+
"@babel/parser" "^7.26.7"
6666
"@babel/template" "^7.25.9"
67-
"@babel/traverse" "^7.25.9"
68-
"@babel/types" "^7.26.0"
67+
"@babel/traverse" "^7.26.7"
68+
"@babel/types" "^7.26.7"
6969
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.26.0", "@babel/generator@^7.26.5":
75+
"@babel/generator@^7.26.5":
7676
version "7.26.5"
7777
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
7878
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
@@ -90,7 +90,7 @@
9090
dependencies:
9191
"@babel/types" "^7.25.9"
9292

93-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9":
93+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
9494
version "7.26.5"
9595
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
9696
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
@@ -221,20 +221,20 @@
221221
"@babel/traverse" "^7.25.9"
222222
"@babel/types" "^7.25.9"
223223

224-
"@babel/helpers@^7.26.0":
225-
version "7.26.0"
226-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
227-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
224+
"@babel/helpers@^7.26.7":
225+
version "7.26.7"
226+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
227+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
228228
dependencies:
229229
"@babel/template" "^7.25.9"
230-
"@babel/types" "^7.26.0"
230+
"@babel/types" "^7.26.7"
231231

232-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
233-
version "7.26.5"
234-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f"
235-
integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==
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==
236236
dependencies:
237-
"@babel/types" "^7.26.5"
237+
"@babel/types" "^7.26.7"
238238

239239
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
240240
version "7.25.9"
@@ -334,7 +334,7 @@
334334
"@babel/helper-plugin-utils" "^7.25.9"
335335
"@babel/helper-remap-async-to-generator" "^7.25.9"
336336

337-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
337+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
338338
version "7.26.5"
339339
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
340340
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
@@ -421,7 +421,7 @@
421421
dependencies:
422422
"@babel/helper-plugin-utils" "^7.25.9"
423423

424-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
424+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
425425
version "7.26.3"
426426
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
427427
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
@@ -488,7 +488,7 @@
488488
"@babel/helper-module-transforms" "^7.25.9"
489489
"@babel/helper-plugin-utils" "^7.25.9"
490490

491-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
491+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
492492
version "7.26.3"
493493
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
494494
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
@@ -529,7 +529,7 @@
529529
dependencies:
530530
"@babel/helper-plugin-utils" "^7.25.9"
531531

532-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
532+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
533533
version "7.26.6"
534534
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
535535
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
@@ -691,12 +691,12 @@
691691
dependencies:
692692
"@babel/helper-plugin-utils" "^7.25.9"
693693

694-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
695-
version "7.25.9"
696-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
697-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
694+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
695+
version "7.26.7"
696+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
697+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
698698
dependencies:
699-
"@babel/helper-plugin-utils" "^7.25.9"
699+
"@babel/helper-plugin-utils" "^7.26.5"
700700

701701
"@babel/plugin-transform-unicode-escapes@^7.25.9":
702702
version "7.25.9"
@@ -737,14 +737,14 @@
737737
core-js "^2.6.5"
738738
regenerator-runtime "^0.13.4"
739739

740-
"@babel/[email protected].0":
741-
version "7.26.0"
742-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
743-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
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==
744744
dependencies:
745-
"@babel/compat-data" "^7.26.0"
746-
"@babel/helper-compilation-targets" "^7.25.9"
747-
"@babel/helper-plugin-utils" "^7.25.9"
745+
"@babel/compat-data" "^7.26.5"
746+
"@babel/helper-compilation-targets" "^7.26.5"
747+
"@babel/helper-plugin-utils" "^7.26.5"
748748
"@babel/helper-validator-option" "^7.25.9"
749749
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
750750
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -758,7 +758,7 @@
758758
"@babel/plugin-transform-arrow-functions" "^7.25.9"
759759
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
760760
"@babel/plugin-transform-async-to-generator" "^7.25.9"
761-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
761+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
762762
"@babel/plugin-transform-block-scoping" "^7.25.9"
763763
"@babel/plugin-transform-class-properties" "^7.25.9"
764764
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -769,7 +769,7 @@
769769
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
770770
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
771771
"@babel/plugin-transform-dynamic-import" "^7.25.9"
772-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
772+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
773773
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
774774
"@babel/plugin-transform-for-of" "^7.25.9"
775775
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -778,12 +778,12 @@
778778
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
779779
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
780780
"@babel/plugin-transform-modules-amd" "^7.25.9"
781-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
781+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
782782
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
783783
"@babel/plugin-transform-modules-umd" "^7.25.9"
784784
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
785785
"@babel/plugin-transform-new-target" "^7.25.9"
786-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
786+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
787787
"@babel/plugin-transform-numeric-separator" "^7.25.9"
788788
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
789789
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -800,7 +800,7 @@
800800
"@babel/plugin-transform-spread" "^7.25.9"
801801
"@babel/plugin-transform-sticky-regex" "^7.25.9"
802802
"@babel/plugin-transform-template-literals" "^7.25.9"
803-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
803+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
804804
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
805805
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
806806
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -849,23 +849,23 @@
849849
"@babel/parser" "^7.25.9"
850850
"@babel/types" "^7.25.9"
851851

852-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5":
853-
version "7.26.5"
854-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.5.tgz#6d0be3e772ff786456c1a37538208286f6e79021"
855-
integrity sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==
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==
856856
dependencies:
857857
"@babel/code-frame" "^7.26.2"
858858
"@babel/generator" "^7.26.5"
859-
"@babel/parser" "^7.26.5"
859+
"@babel/parser" "^7.26.7"
860860
"@babel/template" "^7.25.9"
861-
"@babel/types" "^7.26.5"
861+
"@babel/types" "^7.26.7"
862862
debug "^4.3.1"
863863
globals "^11.1.0"
864864

865-
"@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.5", "@babel/types@^7.4.4":
866-
version "7.26.5"
867-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
868-
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
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==
869869
dependencies:
870870
"@babel/helper-string-parser" "^7.25.9"
871871
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)