Skip to content

Commit 3b788fa

Browse files
Bump @babel/preset-env from 7.24.3 to 7.24.5 (#993)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.3 to 7.24.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 352133c commit 3b788fa

File tree

2 files changed

+103
-72
lines changed

2 files changed

+103
-72
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/node": "^7.23.9",
2929
"@babel/core": "^7.24.5",
30-
"@babel/preset-env": "^7.24.3",
30+
"@babel/preset-env": "^7.24.5",
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",
3333
"husky": "^8.0.3",

yarn.lock

+102-71
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@babel/highlight" "^7.24.2"
1919
picocolors "^1.0.0"
2020

21-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.1":
22-
version "7.24.1"
23-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
24-
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
21+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
22+
version "7.24.4"
23+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
24+
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
2525

2626
"@babel/core@^7.24.5":
2727
version "7.24.5"
@@ -101,6 +101,21 @@
101101
"@babel/helper-split-export-declaration" "^7.22.6"
102102
semver "^6.3.1"
103103

104+
"@babel/helper-create-class-features-plugin@^7.24.4", "@babel/helper-create-class-features-plugin@^7.24.5":
105+
version "7.24.5"
106+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz#7d19da92c7e0cd8d11c09af2ce1b8e7512a6e723"
107+
integrity sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==
108+
dependencies:
109+
"@babel/helper-annotate-as-pure" "^7.22.5"
110+
"@babel/helper-environment-visitor" "^7.22.20"
111+
"@babel/helper-function-name" "^7.23.0"
112+
"@babel/helper-member-expression-to-functions" "^7.24.5"
113+
"@babel/helper-optimise-call-expression" "^7.22.5"
114+
"@babel/helper-replace-supers" "^7.24.1"
115+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
116+
"@babel/helper-split-export-declaration" "^7.24.5"
117+
semver "^6.3.1"
118+
104119
"@babel/helper-create-regexp-features-plugin@^7.18.6":
105120
version "7.18.6"
106121
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
@@ -173,6 +188,13 @@
173188
dependencies:
174189
"@babel/types" "^7.23.0"
175190

191+
"@babel/helper-member-expression-to-functions@^7.24.5":
192+
version "7.24.5"
193+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz#5981e131d5c7003c7d1fa1ad49e86c9b097ec475"
194+
integrity sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==
195+
dependencies:
196+
"@babel/types" "^7.24.5"
197+
176198
"@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
177199
version "7.24.3"
178200
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
@@ -198,10 +220,10 @@
198220
dependencies:
199221
"@babel/types" "^7.22.5"
200222

201-
"@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":
202-
version "7.24.0"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
204-
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
223+
"@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.24.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
224+
version "7.24.5"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a"
226+
integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==
205227

206228
"@babel/helper-remap-async-to-generator@^7.22.20":
207229
version "7.22.20"
@@ -321,6 +343,14 @@
321343
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
322344
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
323345

346+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
347+
version "7.24.5"
348+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895"
349+
integrity sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==
350+
dependencies:
351+
"@babel/helper-environment-visitor" "^7.22.20"
352+
"@babel/helper-plugin-utils" "^7.24.5"
353+
324354
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
325355
version "7.24.1"
326356
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
@@ -510,12 +540,12 @@
510540
dependencies:
511541
"@babel/helper-plugin-utils" "^7.24.0"
512542

513-
"@babel/plugin-transform-block-scoping@^7.24.1":
514-
version "7.24.1"
515-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f"
516-
integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==
543+
"@babel/plugin-transform-block-scoping@^7.24.5":
544+
version "7.24.5"
545+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a"
546+
integrity sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==
517547
dependencies:
518-
"@babel/helper-plugin-utils" "^7.24.0"
548+
"@babel/helper-plugin-utils" "^7.24.5"
519549

520550
"@babel/plugin-transform-class-properties@^7.24.1":
521551
version "7.24.1"
@@ -525,27 +555,27 @@
525555
"@babel/helper-create-class-features-plugin" "^7.24.1"
526556
"@babel/helper-plugin-utils" "^7.24.0"
527557

528-
"@babel/plugin-transform-class-static-block@^7.24.1":
529-
version "7.24.1"
530-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6"
531-
integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==
558+
"@babel/plugin-transform-class-static-block@^7.24.4":
559+
version "7.24.4"
560+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
561+
integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
532562
dependencies:
533-
"@babel/helper-create-class-features-plugin" "^7.24.1"
563+
"@babel/helper-create-class-features-plugin" "^7.24.4"
534564
"@babel/helper-plugin-utils" "^7.24.0"
535565
"@babel/plugin-syntax-class-static-block" "^7.14.5"
536566

537-
"@babel/plugin-transform-classes@^7.24.1":
538-
version "7.24.1"
539-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz#5bc8fc160ed96378184bc10042af47f50884dcb1"
540-
integrity sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==
567+
"@babel/plugin-transform-classes@^7.24.5":
568+
version "7.24.5"
569+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339"
570+
integrity sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==
541571
dependencies:
542572
"@babel/helper-annotate-as-pure" "^7.22.5"
543573
"@babel/helper-compilation-targets" "^7.23.6"
544574
"@babel/helper-environment-visitor" "^7.22.20"
545575
"@babel/helper-function-name" "^7.23.0"
546-
"@babel/helper-plugin-utils" "^7.24.0"
576+
"@babel/helper-plugin-utils" "^7.24.5"
547577
"@babel/helper-replace-supers" "^7.24.1"
548-
"@babel/helper-split-export-declaration" "^7.22.6"
578+
"@babel/helper-split-export-declaration" "^7.24.5"
549579
globals "^11.1.0"
550580

551581
"@babel/plugin-transform-computed-properties@^7.24.1":
@@ -556,12 +586,12 @@
556586
"@babel/helper-plugin-utils" "^7.24.0"
557587
"@babel/template" "^7.24.0"
558588

559-
"@babel/plugin-transform-destructuring@^7.24.1":
560-
version "7.24.1"
561-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz#b1e8243af4a0206841973786292b8c8dd8447345"
562-
integrity sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==
589+
"@babel/plugin-transform-destructuring@^7.24.5":
590+
version "7.24.5"
591+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c"
592+
integrity sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==
563593
dependencies:
564-
"@babel/helper-plugin-utils" "^7.24.0"
594+
"@babel/helper-plugin-utils" "^7.24.5"
565595

566596
"@babel/plugin-transform-dotall-regex@^7.24.1":
567597
version "7.24.1"
@@ -715,15 +745,15 @@
715745
"@babel/helper-plugin-utils" "^7.24.0"
716746
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
717747

718-
"@babel/plugin-transform-object-rest-spread@^7.24.1":
719-
version "7.24.1"
720-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz#5a3ce73caf0e7871a02e1c31e8b473093af241ff"
721-
integrity sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==
748+
"@babel/plugin-transform-object-rest-spread@^7.24.5":
749+
version "7.24.5"
750+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef"
751+
integrity sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==
722752
dependencies:
723753
"@babel/helper-compilation-targets" "^7.23.6"
724-
"@babel/helper-plugin-utils" "^7.24.0"
754+
"@babel/helper-plugin-utils" "^7.24.5"
725755
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
726-
"@babel/plugin-transform-parameters" "^7.24.1"
756+
"@babel/plugin-transform-parameters" "^7.24.5"
727757

728758
"@babel/plugin-transform-object-super@^7.24.1":
729759
version "7.24.1"
@@ -741,21 +771,21 @@
741771
"@babel/helper-plugin-utils" "^7.24.0"
742772
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
743773

744-
"@babel/plugin-transform-optional-chaining@^7.24.1":
745-
version "7.24.1"
746-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz#26e588acbedce1ab3519ac40cc748e380c5291e6"
747-
integrity sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==
774+
"@babel/plugin-transform-optional-chaining@^7.24.1", "@babel/plugin-transform-optional-chaining@^7.24.5":
775+
version "7.24.5"
776+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f"
777+
integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==
748778
dependencies:
749-
"@babel/helper-plugin-utils" "^7.24.0"
779+
"@babel/helper-plugin-utils" "^7.24.5"
750780
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
751781
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
752782

753-
"@babel/plugin-transform-parameters@^7.24.1":
754-
version "7.24.1"
755-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz#983c15d114da190506c75b616ceb0f817afcc510"
756-
integrity sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==
783+
"@babel/plugin-transform-parameters@^7.24.5":
784+
version "7.24.5"
785+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62"
786+
integrity sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==
757787
dependencies:
758-
"@babel/helper-plugin-utils" "^7.24.0"
788+
"@babel/helper-plugin-utils" "^7.24.5"
759789

760790
"@babel/plugin-transform-private-methods@^7.24.1":
761791
version "7.24.1"
@@ -765,14 +795,14 @@
765795
"@babel/helper-create-class-features-plugin" "^7.24.1"
766796
"@babel/helper-plugin-utils" "^7.24.0"
767797

768-
"@babel/plugin-transform-private-property-in-object@^7.24.1":
769-
version "7.24.1"
770-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz#756443d400274f8fb7896742962cc1b9f25c1f6a"
771-
integrity sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==
798+
"@babel/plugin-transform-private-property-in-object@^7.24.5":
799+
version "7.24.5"
800+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5"
801+
integrity sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==
772802
dependencies:
773803
"@babel/helper-annotate-as-pure" "^7.22.5"
774-
"@babel/helper-create-class-features-plugin" "^7.24.1"
775-
"@babel/helper-plugin-utils" "^7.24.0"
804+
"@babel/helper-create-class-features-plugin" "^7.24.5"
805+
"@babel/helper-plugin-utils" "^7.24.5"
776806
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
777807

778808
"@babel/plugin-transform-property-literals@^7.24.1":
@@ -826,12 +856,12 @@
826856
dependencies:
827857
"@babel/helper-plugin-utils" "^7.24.0"
828858

829-
"@babel/plugin-transform-typeof-symbol@^7.24.1":
830-
version "7.24.1"
831-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz#6831f78647080dec044f7e9f68003d99424f94c7"
832-
integrity sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==
859+
"@babel/plugin-transform-typeof-symbol@^7.24.5":
860+
version "7.24.5"
861+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12"
862+
integrity sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==
833863
dependencies:
834-
"@babel/helper-plugin-utils" "^7.24.0"
864+
"@babel/helper-plugin-utils" "^7.24.5"
835865

836866
"@babel/plugin-transform-unicode-escapes@^7.24.1":
837867
version "7.24.1"
@@ -864,15 +894,16 @@
864894
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
865895
"@babel/helper-plugin-utils" "^7.24.0"
866896

867-
"@babel/preset-env@^7.24.3":
868-
version "7.24.3"
869-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
870-
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
897+
"@babel/preset-env@^7.24.5":
898+
version "7.24.5"
899+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd"
900+
integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==
871901
dependencies:
872-
"@babel/compat-data" "^7.24.1"
902+
"@babel/compat-data" "^7.24.4"
873903
"@babel/helper-compilation-targets" "^7.23.6"
874-
"@babel/helper-plugin-utils" "^7.24.0"
904+
"@babel/helper-plugin-utils" "^7.24.5"
875905
"@babel/helper-validator-option" "^7.23.5"
906+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.5"
876907
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
877908
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
878909
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
@@ -899,12 +930,12 @@
899930
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
900931
"@babel/plugin-transform-async-to-generator" "^7.24.1"
901932
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
902-
"@babel/plugin-transform-block-scoping" "^7.24.1"
933+
"@babel/plugin-transform-block-scoping" "^7.24.5"
903934
"@babel/plugin-transform-class-properties" "^7.24.1"
904-
"@babel/plugin-transform-class-static-block" "^7.24.1"
905-
"@babel/plugin-transform-classes" "^7.24.1"
935+
"@babel/plugin-transform-class-static-block" "^7.24.4"
936+
"@babel/plugin-transform-classes" "^7.24.5"
906937
"@babel/plugin-transform-computed-properties" "^7.24.1"
907-
"@babel/plugin-transform-destructuring" "^7.24.1"
938+
"@babel/plugin-transform-destructuring" "^7.24.5"
908939
"@babel/plugin-transform-dotall-regex" "^7.24.1"
909940
"@babel/plugin-transform-duplicate-keys" "^7.24.1"
910941
"@babel/plugin-transform-dynamic-import" "^7.24.1"
@@ -924,21 +955,21 @@
924955
"@babel/plugin-transform-new-target" "^7.24.1"
925956
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
926957
"@babel/plugin-transform-numeric-separator" "^7.24.1"
927-
"@babel/plugin-transform-object-rest-spread" "^7.24.1"
958+
"@babel/plugin-transform-object-rest-spread" "^7.24.5"
928959
"@babel/plugin-transform-object-super" "^7.24.1"
929960
"@babel/plugin-transform-optional-catch-binding" "^7.24.1"
930-
"@babel/plugin-transform-optional-chaining" "^7.24.1"
931-
"@babel/plugin-transform-parameters" "^7.24.1"
961+
"@babel/plugin-transform-optional-chaining" "^7.24.5"
962+
"@babel/plugin-transform-parameters" "^7.24.5"
932963
"@babel/plugin-transform-private-methods" "^7.24.1"
933-
"@babel/plugin-transform-private-property-in-object" "^7.24.1"
964+
"@babel/plugin-transform-private-property-in-object" "^7.24.5"
934965
"@babel/plugin-transform-property-literals" "^7.24.1"
935966
"@babel/plugin-transform-regenerator" "^7.24.1"
936967
"@babel/plugin-transform-reserved-words" "^7.24.1"
937968
"@babel/plugin-transform-shorthand-properties" "^7.24.1"
938969
"@babel/plugin-transform-spread" "^7.24.1"
939970
"@babel/plugin-transform-sticky-regex" "^7.24.1"
940971
"@babel/plugin-transform-template-literals" "^7.24.1"
941-
"@babel/plugin-transform-typeof-symbol" "^7.24.1"
972+
"@babel/plugin-transform-typeof-symbol" "^7.24.5"
942973
"@babel/plugin-transform-unicode-escapes" "^7.24.1"
943974
"@babel/plugin-transform-unicode-property-regex" "^7.24.1"
944975
"@babel/plugin-transform-unicode-regex" "^7.24.1"

0 commit comments

Comments
 (0)