Skip to content

Commit bff139b

Browse files
Update dependency @babel/preset-env to v7.22.14
1 parent e736a4a commit bff139b

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@babel/core": "7.22.11",
3434
"@babel/polyfill": "7.12.1",
35-
"@babel/preset-env": "7.22.10",
35+
"@babel/preset-env": "7.22.14",
3636
"@rollup/plugin-json": "6.0.0",
3737
"c8": "7.13.0",
3838
"core-js": "3.32.1",

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@babel/cli": "7.22.10",
2828
"@babel/core": "7.22.11",
29-
"@babel/preset-env": "7.22.10",
29+
"@babel/preset-env": "7.22.14",
3030
"@babel/preset-react": "7.22.5",
3131
"c8": "7.13.0",
3232
"mocha": "10.2.0",

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@babel/core": "7.22.11",
34-
"@babel/preset-env": "7.22.10",
34+
"@babel/preset-env": "7.22.14",
3535
"c8": "7.13.0",
3636
"mocha": "10.2.0",
3737
"rollup": "2.79.1",

yarn.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
dependencies:
448448
"@babel/helper-plugin-utils" "^7.22.5"
449449

450-
"@babel/plugin-transform-async-generator-functions@^7.22.10":
450+
"@babel/plugin-transform-async-generator-functions@^7.22.11":
451451
version "7.22.11"
452452
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.11.tgz#dbe3b1ff5a52e2e5edc4b19a60d325a675ed2649"
453453
integrity sha512-0pAlmeRJn6wU84zzZsEOx1JV1Jf8fqO9ok7wofIJwUnplYo247dcd24P+cMJht7ts9xkzdtB0EPHmOb7F+KzXw==
@@ -488,7 +488,7 @@
488488
"@babel/helper-create-class-features-plugin" "^7.22.5"
489489
"@babel/helper-plugin-utils" "^7.22.5"
490490

491-
"@babel/plugin-transform-class-static-block@^7.22.5":
491+
"@babel/plugin-transform-class-static-block@^7.22.11":
492492
version "7.22.11"
493493
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.11.tgz#dc8cc6e498f55692ac6b4b89e56d87cec766c974"
494494
integrity sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==
@@ -542,7 +542,7 @@
542542
dependencies:
543543
"@babel/helper-plugin-utils" "^7.22.5"
544544

545-
"@babel/plugin-transform-dynamic-import@^7.22.5":
545+
"@babel/plugin-transform-dynamic-import@^7.22.11":
546546
version "7.22.11"
547547
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.11.tgz#2c7722d2a5c01839eaf31518c6ff96d408e447aa"
548548
integrity sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==
@@ -558,7 +558,7 @@
558558
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.5"
559559
"@babel/helper-plugin-utils" "^7.22.5"
560560

561-
"@babel/plugin-transform-export-namespace-from@^7.22.5":
561+
"@babel/plugin-transform-export-namespace-from@^7.22.11":
562562
version "7.22.11"
563563
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.11.tgz#b3c84c8f19880b6c7440108f8929caf6056db26c"
564564
integrity sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==
@@ -582,7 +582,7 @@
582582
"@babel/helper-function-name" "^7.22.5"
583583
"@babel/helper-plugin-utils" "^7.22.5"
584584

585-
"@babel/plugin-transform-json-strings@^7.22.5":
585+
"@babel/plugin-transform-json-strings@^7.22.11":
586586
version "7.22.11"
587587
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.11.tgz#689a34e1eed1928a40954e37f74509f48af67835"
588588
integrity sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==
@@ -597,7 +597,7 @@
597597
dependencies:
598598
"@babel/helper-plugin-utils" "^7.22.5"
599599

600-
"@babel/plugin-transform-logical-assignment-operators@^7.22.5":
600+
"@babel/plugin-transform-logical-assignment-operators@^7.22.11":
601601
version "7.22.11"
602602
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.11.tgz#24c522a61688bde045b7d9bc3c2597a4d948fc9c"
603603
integrity sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==
@@ -620,7 +620,7 @@
620620
"@babel/helper-module-transforms" "^7.22.5"
621621
"@babel/helper-plugin-utils" "^7.22.5"
622622

623-
"@babel/plugin-transform-modules-commonjs@^7.22.5":
623+
"@babel/plugin-transform-modules-commonjs@^7.22.11":
624624
version "7.22.11"
625625
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.11.tgz#d7991d3abad199c03b68ee66a64f216c47ffdfae"
626626
integrity sha512-o2+bg7GDS60cJMgz9jWqRUsWkMzLCxp+jFDeDUT5sjRlAxcJWZ2ylNdI7QQ2+CH5hWu7OnN+Cv3htt7AkSf96g==
@@ -629,7 +629,7 @@
629629
"@babel/helper-plugin-utils" "^7.22.5"
630630
"@babel/helper-simple-access" "^7.22.5"
631631

632-
"@babel/plugin-transform-modules-systemjs@^7.22.5":
632+
"@babel/plugin-transform-modules-systemjs@^7.22.11":
633633
version "7.22.11"
634634
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.11.tgz#3386be5875d316493b517207e8f1931d93154bb1"
635635
integrity sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==
@@ -662,23 +662,23 @@
662662
dependencies:
663663
"@babel/helper-plugin-utils" "^7.22.5"
664664

665-
"@babel/plugin-transform-nullish-coalescing-operator@^7.22.5":
665+
"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11":
666666
version "7.22.11"
667667
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.11.tgz#debef6c8ba795f5ac67cd861a81b744c5d38d9fc"
668668
integrity sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==
669669
dependencies:
670670
"@babel/helper-plugin-utils" "^7.22.5"
671671
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
672672

673-
"@babel/plugin-transform-numeric-separator@^7.22.5":
673+
"@babel/plugin-transform-numeric-separator@^7.22.11":
674674
version "7.22.11"
675675
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.11.tgz#498d77dc45a6c6db74bb829c02a01c1d719cbfbd"
676676
integrity sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==
677677
dependencies:
678678
"@babel/helper-plugin-utils" "^7.22.5"
679679
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
680680

681-
"@babel/plugin-transform-object-rest-spread@^7.22.5":
681+
"@babel/plugin-transform-object-rest-spread@^7.22.11":
682682
version "7.22.11"
683683
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.11.tgz#dbbb06ce783cd994a8f430d8cefa553e9b42ca62"
684684
integrity sha512-nX8cPFa6+UmbepISvlf5jhQyaC7ASs/7UxHmMkuJ/k5xSHvDPPaibMo+v3TXwU/Pjqhep/nFNpd3zn4YR59pnw==
@@ -697,15 +697,15 @@
697697
"@babel/helper-plugin-utils" "^7.22.5"
698698
"@babel/helper-replace-supers" "^7.22.5"
699699

700-
"@babel/plugin-transform-optional-catch-binding@^7.22.5":
700+
"@babel/plugin-transform-optional-catch-binding@^7.22.11":
701701
version "7.22.11"
702702
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.11.tgz#461cc4f578a127bb055527b3e77404cad38c08e0"
703703
integrity sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==
704704
dependencies:
705705
"@babel/helper-plugin-utils" "^7.22.5"
706706
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
707707

708-
"@babel/plugin-transform-optional-chaining@^7.22.10", "@babel/plugin-transform-optional-chaining@^7.22.5":
708+
"@babel/plugin-transform-optional-chaining@^7.22.12", "@babel/plugin-transform-optional-chaining@^7.22.5":
709709
version "7.22.12"
710710
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.12.tgz#d7ebf6a88cd2f4d307b0e000ab630acd8124b333"
711711
integrity sha512-7XXCVqZtyFWqjDsYDY4T45w4mlx1rf7aOgkc/Ww76xkgBiOlmjPkx36PBLHa1k1rwWvVgYMPsbuVnIamx2ZQJw==
@@ -729,7 +729,7 @@
729729
"@babel/helper-create-class-features-plugin" "^7.22.5"
730730
"@babel/helper-plugin-utils" "^7.22.5"
731731

732-
"@babel/plugin-transform-private-property-in-object@^7.22.5":
732+
"@babel/plugin-transform-private-property-in-object@^7.22.11":
733733
version "7.22.11"
734734
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.11.tgz#ad45c4fc440e9cb84c718ed0906d96cf40f9a4e1"
735735
integrity sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==
@@ -869,10 +869,10 @@
869869
core-js "^2.6.5"
870870
regenerator-runtime "^0.13.4"
871871

872-
"@babel/[email protected].10":
873-
version "7.22.10"
874-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.10.tgz#3263b9fe2c8823d191d28e61eac60a79f9ce8a0f"
875-
integrity sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==
872+
"@babel/[email protected].14":
873+
version "7.22.14"
874+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.14.tgz#1cbb468d899f64fa71c53446f13b7ff8c0005cc1"
875+
integrity sha512-daodMIoVo+ol/g+//c/AH+szBkFj4STQUikvBijRGL72Ph+w+AMTSh55DUETe8KJlPlDT1k/mp7NBfOuiWmoig==
876876
dependencies:
877877
"@babel/compat-data" "^7.22.9"
878878
"@babel/helper-compilation-targets" "^7.22.10"
@@ -900,41 +900,41 @@
900900
"@babel/plugin-syntax-top-level-await" "^7.14.5"
901901
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
902902
"@babel/plugin-transform-arrow-functions" "^7.22.5"
903-
"@babel/plugin-transform-async-generator-functions" "^7.22.10"
903+
"@babel/plugin-transform-async-generator-functions" "^7.22.11"
904904
"@babel/plugin-transform-async-to-generator" "^7.22.5"
905905
"@babel/plugin-transform-block-scoped-functions" "^7.22.5"
906906
"@babel/plugin-transform-block-scoping" "^7.22.10"
907907
"@babel/plugin-transform-class-properties" "^7.22.5"
908-
"@babel/plugin-transform-class-static-block" "^7.22.5"
908+
"@babel/plugin-transform-class-static-block" "^7.22.11"
909909
"@babel/plugin-transform-classes" "^7.22.6"
910910
"@babel/plugin-transform-computed-properties" "^7.22.5"
911911
"@babel/plugin-transform-destructuring" "^7.22.10"
912912
"@babel/plugin-transform-dotall-regex" "^7.22.5"
913913
"@babel/plugin-transform-duplicate-keys" "^7.22.5"
914-
"@babel/plugin-transform-dynamic-import" "^7.22.5"
914+
"@babel/plugin-transform-dynamic-import" "^7.22.11"
915915
"@babel/plugin-transform-exponentiation-operator" "^7.22.5"
916-
"@babel/plugin-transform-export-namespace-from" "^7.22.5"
916+
"@babel/plugin-transform-export-namespace-from" "^7.22.11"
917917
"@babel/plugin-transform-for-of" "^7.22.5"
918918
"@babel/plugin-transform-function-name" "^7.22.5"
919-
"@babel/plugin-transform-json-strings" "^7.22.5"
919+
"@babel/plugin-transform-json-strings" "^7.22.11"
920920
"@babel/plugin-transform-literals" "^7.22.5"
921-
"@babel/plugin-transform-logical-assignment-operators" "^7.22.5"
921+
"@babel/plugin-transform-logical-assignment-operators" "^7.22.11"
922922
"@babel/plugin-transform-member-expression-literals" "^7.22.5"
923923
"@babel/plugin-transform-modules-amd" "^7.22.5"
924-
"@babel/plugin-transform-modules-commonjs" "^7.22.5"
925-
"@babel/plugin-transform-modules-systemjs" "^7.22.5"
924+
"@babel/plugin-transform-modules-commonjs" "^7.22.11"
925+
"@babel/plugin-transform-modules-systemjs" "^7.22.11"
926926
"@babel/plugin-transform-modules-umd" "^7.22.5"
927927
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
928928
"@babel/plugin-transform-new-target" "^7.22.5"
929-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.22.5"
930-
"@babel/plugin-transform-numeric-separator" "^7.22.5"
931-
"@babel/plugin-transform-object-rest-spread" "^7.22.5"
929+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.22.11"
930+
"@babel/plugin-transform-numeric-separator" "^7.22.11"
931+
"@babel/plugin-transform-object-rest-spread" "^7.22.11"
932932
"@babel/plugin-transform-object-super" "^7.22.5"
933-
"@babel/plugin-transform-optional-catch-binding" "^7.22.5"
934-
"@babel/plugin-transform-optional-chaining" "^7.22.10"
933+
"@babel/plugin-transform-optional-catch-binding" "^7.22.11"
934+
"@babel/plugin-transform-optional-chaining" "^7.22.12"
935935
"@babel/plugin-transform-parameters" "^7.22.5"
936936
"@babel/plugin-transform-private-methods" "^7.22.5"
937-
"@babel/plugin-transform-private-property-in-object" "^7.22.5"
937+
"@babel/plugin-transform-private-property-in-object" "^7.22.11"
938938
"@babel/plugin-transform-property-literals" "^7.22.5"
939939
"@babel/plugin-transform-regenerator" "^7.22.10"
940940
"@babel/plugin-transform-reserved-words" "^7.22.5"
@@ -948,7 +948,7 @@
948948
"@babel/plugin-transform-unicode-regex" "^7.22.5"
949949
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5"
950950
"@babel/preset-modules" "0.1.6-no-external-plugins"
951-
"@babel/types" "^7.22.10"
951+
"@babel/types" "^7.22.11"
952952
babel-plugin-polyfill-corejs2 "^0.4.5"
953953
babel-plugin-polyfill-corejs3 "^0.8.3"
954954
babel-plugin-polyfill-regenerator "^0.5.2"

0 commit comments

Comments
 (0)