Skip to content

Commit 31a6f24

Browse files
Bump @babel/preset-env from 7.24.4 to 7.24.5 in /packages/mina
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.4 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] <[email protected]>
1 parent c983de5 commit 31a6f24

File tree

1 file changed

+113
-65
lines changed

1 file changed

+113
-65
lines changed

packages/mina/yarn.lock

Lines changed: 113 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,21 @@
9999
"@babel/helper-split-export-declaration" "^7.22.6"
100100
semver "^6.3.1"
101101

102+
"@babel/helper-create-class-features-plugin@^7.24.5":
103+
version "7.24.5"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz#7d19da92c7e0cd8d11c09af2ce1b8e7512a6e723"
105+
integrity sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==
106+
dependencies:
107+
"@babel/helper-annotate-as-pure" "^7.22.5"
108+
"@babel/helper-environment-visitor" "^7.22.20"
109+
"@babel/helper-function-name" "^7.23.0"
110+
"@babel/helper-member-expression-to-functions" "^7.24.5"
111+
"@babel/helper-optimise-call-expression" "^7.22.5"
112+
"@babel/helper-replace-supers" "^7.24.1"
113+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
114+
"@babel/helper-split-export-declaration" "^7.24.5"
115+
semver "^6.3.1"
116+
102117
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
103118
version "7.22.15"
104119
resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz"
@@ -146,6 +161,13 @@
146161
dependencies:
147162
"@babel/types" "^7.23.0"
148163

164+
"@babel/helper-member-expression-to-functions@^7.24.5":
165+
version "7.24.5"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz#5981e131d5c7003c7d1fa1ad49e86c9b097ec475"
167+
integrity sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==
168+
dependencies:
169+
"@babel/types" "^7.24.5"
170+
149171
"@babel/helper-module-imports@^7.22.15":
150172
version "7.22.15"
151173
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz"
@@ -178,10 +200,10 @@
178200
dependencies:
179201
"@babel/types" "^7.22.5"
180202

181-
"@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":
182-
version "7.24.0"
183-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
184-
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
203+
"@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":
204+
version "7.24.5"
205+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a"
206+
integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==
185207

186208
"@babel/helper-remap-async-to-generator@^7.22.20":
187209
version "7.22.20"
@@ -222,16 +244,33 @@
222244
dependencies:
223245
"@babel/types" "^7.22.5"
224246

247+
"@babel/helper-split-export-declaration@^7.24.5":
248+
version "7.24.5"
249+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
250+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
251+
dependencies:
252+
"@babel/types" "^7.24.5"
253+
225254
"@babel/helper-string-parser@^7.23.4":
226255
version "7.23.4"
227256
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz"
228257
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
229258

259+
"@babel/helper-string-parser@^7.24.1":
260+
version "7.24.1"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
262+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
263+
230264
"@babel/helper-validator-identifier@^7.22.20":
231265
version "7.22.20"
232266
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz"
233267
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
234268

269+
"@babel/helper-validator-identifier@^7.24.5":
270+
version "7.24.5"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
272+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
273+
235274
"@babel/helper-validator-option@^7.23.5":
236275
version "7.23.5"
237276
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz"
@@ -269,13 +308,13 @@
269308
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz"
270309
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
271310

272-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
273-
version "7.24.4"
274-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
275-
integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==
311+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
312+
version "7.24.5"
313+
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"
314+
integrity sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==
276315
dependencies:
277316
"@babel/helper-environment-visitor" "^7.22.20"
278-
"@babel/helper-plugin-utils" "^7.24.0"
317+
"@babel/helper-plugin-utils" "^7.24.5"
279318

280319
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
281320
version "7.24.1"
@@ -494,12 +533,12 @@
494533
dependencies:
495534
"@babel/helper-plugin-utils" "^7.24.0"
496535

497-
"@babel/plugin-transform-block-scoping@^7.24.4":
498-
version "7.24.4"
499-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012"
500-
integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==
536+
"@babel/plugin-transform-block-scoping@^7.24.5":
537+
version "7.24.5"
538+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a"
539+
integrity sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==
501540
dependencies:
502-
"@babel/helper-plugin-utils" "^7.24.0"
541+
"@babel/helper-plugin-utils" "^7.24.5"
503542

504543
"@babel/plugin-transform-class-properties@^7.24.1":
505544
version "7.24.1"
@@ -518,18 +557,18 @@
518557
"@babel/helper-plugin-utils" "^7.24.0"
519558
"@babel/plugin-syntax-class-static-block" "^7.14.5"
520559

521-
"@babel/plugin-transform-classes@^7.24.1":
522-
version "7.24.1"
523-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz#5bc8fc160ed96378184bc10042af47f50884dcb1"
524-
integrity sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==
560+
"@babel/plugin-transform-classes@^7.24.5":
561+
version "7.24.5"
562+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339"
563+
integrity sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==
525564
dependencies:
526565
"@babel/helper-annotate-as-pure" "^7.22.5"
527566
"@babel/helper-compilation-targets" "^7.23.6"
528567
"@babel/helper-environment-visitor" "^7.22.20"
529568
"@babel/helper-function-name" "^7.23.0"
530-
"@babel/helper-plugin-utils" "^7.24.0"
569+
"@babel/helper-plugin-utils" "^7.24.5"
531570
"@babel/helper-replace-supers" "^7.24.1"
532-
"@babel/helper-split-export-declaration" "^7.22.6"
571+
"@babel/helper-split-export-declaration" "^7.24.5"
533572
globals "^11.1.0"
534573

535574
"@babel/plugin-transform-computed-properties@^7.24.1":
@@ -540,12 +579,12 @@
540579
"@babel/helper-plugin-utils" "^7.24.0"
541580
"@babel/template" "^7.24.0"
542581

543-
"@babel/plugin-transform-destructuring@^7.24.1":
544-
version "7.24.1"
545-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz#b1e8243af4a0206841973786292b8c8dd8447345"
546-
integrity sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==
582+
"@babel/plugin-transform-destructuring@^7.24.5":
583+
version "7.24.5"
584+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c"
585+
integrity sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==
547586
dependencies:
548-
"@babel/helper-plugin-utils" "^7.24.0"
587+
"@babel/helper-plugin-utils" "^7.24.5"
549588

550589
"@babel/plugin-transform-dotall-regex@^7.24.1":
551590
version "7.24.1"
@@ -699,15 +738,15 @@
699738
"@babel/helper-plugin-utils" "^7.24.0"
700739
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
701740

702-
"@babel/plugin-transform-object-rest-spread@^7.24.1":
703-
version "7.24.1"
704-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz#5a3ce73caf0e7871a02e1c31e8b473093af241ff"
705-
integrity sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==
741+
"@babel/plugin-transform-object-rest-spread@^7.24.5":
742+
version "7.24.5"
743+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef"
744+
integrity sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==
706745
dependencies:
707746
"@babel/helper-compilation-targets" "^7.23.6"
708-
"@babel/helper-plugin-utils" "^7.24.0"
747+
"@babel/helper-plugin-utils" "^7.24.5"
709748
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
710-
"@babel/plugin-transform-parameters" "^7.24.1"
749+
"@babel/plugin-transform-parameters" "^7.24.5"
711750

712751
"@babel/plugin-transform-object-super@^7.24.1":
713752
version "7.24.1"
@@ -725,21 +764,21 @@
725764
"@babel/helper-plugin-utils" "^7.24.0"
726765
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
727766

728-
"@babel/plugin-transform-optional-chaining@^7.24.1":
729-
version "7.24.1"
730-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz#26e588acbedce1ab3519ac40cc748e380c5291e6"
731-
integrity sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==
767+
"@babel/plugin-transform-optional-chaining@^7.24.1", "@babel/plugin-transform-optional-chaining@^7.24.5":
768+
version "7.24.5"
769+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f"
770+
integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==
732771
dependencies:
733-
"@babel/helper-plugin-utils" "^7.24.0"
772+
"@babel/helper-plugin-utils" "^7.24.5"
734773
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
735774
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
736775

737-
"@babel/plugin-transform-parameters@^7.24.1":
738-
version "7.24.1"
739-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz#983c15d114da190506c75b616ceb0f817afcc510"
740-
integrity sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==
776+
"@babel/plugin-transform-parameters@^7.24.5":
777+
version "7.24.5"
778+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62"
779+
integrity sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==
741780
dependencies:
742-
"@babel/helper-plugin-utils" "^7.24.0"
781+
"@babel/helper-plugin-utils" "^7.24.5"
743782

744783
"@babel/plugin-transform-private-methods@^7.24.1":
745784
version "7.24.1"
@@ -749,14 +788,14 @@
749788
"@babel/helper-create-class-features-plugin" "^7.24.1"
750789
"@babel/helper-plugin-utils" "^7.24.0"
751790

752-
"@babel/plugin-transform-private-property-in-object@^7.24.1":
753-
version "7.24.1"
754-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz#756443d400274f8fb7896742962cc1b9f25c1f6a"
755-
integrity sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==
791+
"@babel/plugin-transform-private-property-in-object@^7.24.5":
792+
version "7.24.5"
793+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5"
794+
integrity sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==
756795
dependencies:
757796
"@babel/helper-annotate-as-pure" "^7.22.5"
758-
"@babel/helper-create-class-features-plugin" "^7.24.1"
759-
"@babel/helper-plugin-utils" "^7.24.0"
797+
"@babel/helper-create-class-features-plugin" "^7.24.5"
798+
"@babel/helper-plugin-utils" "^7.24.5"
760799
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
761800

762801
"@babel/plugin-transform-property-literals@^7.24.1":
@@ -810,12 +849,12 @@
810849
dependencies:
811850
"@babel/helper-plugin-utils" "^7.24.0"
812851

813-
"@babel/plugin-transform-typeof-symbol@^7.24.1":
814-
version "7.24.1"
815-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz#6831f78647080dec044f7e9f68003d99424f94c7"
816-
integrity sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==
852+
"@babel/plugin-transform-typeof-symbol@^7.24.5":
853+
version "7.24.5"
854+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12"
855+
integrity sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==
817856
dependencies:
818-
"@babel/helper-plugin-utils" "^7.24.0"
857+
"@babel/helper-plugin-utils" "^7.24.5"
819858

820859
"@babel/plugin-transform-typescript@^7.24.1":
821860
version "7.24.4"
@@ -859,15 +898,15 @@
859898
"@babel/helper-plugin-utils" "^7.24.0"
860899

861900
"@babel/preset-env@^7.16.4":
862-
version "7.24.4"
863-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b"
864-
integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==
901+
version "7.24.5"
902+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd"
903+
integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==
865904
dependencies:
866905
"@babel/compat-data" "^7.24.4"
867906
"@babel/helper-compilation-targets" "^7.23.6"
868-
"@babel/helper-plugin-utils" "^7.24.0"
907+
"@babel/helper-plugin-utils" "^7.24.5"
869908
"@babel/helper-validator-option" "^7.23.5"
870-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
909+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.5"
871910
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
872911
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
873912
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
@@ -894,12 +933,12 @@
894933
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
895934
"@babel/plugin-transform-async-to-generator" "^7.24.1"
896935
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
897-
"@babel/plugin-transform-block-scoping" "^7.24.4"
936+
"@babel/plugin-transform-block-scoping" "^7.24.5"
898937
"@babel/plugin-transform-class-properties" "^7.24.1"
899938
"@babel/plugin-transform-class-static-block" "^7.24.4"
900-
"@babel/plugin-transform-classes" "^7.24.1"
939+
"@babel/plugin-transform-classes" "^7.24.5"
901940
"@babel/plugin-transform-computed-properties" "^7.24.1"
902-
"@babel/plugin-transform-destructuring" "^7.24.1"
941+
"@babel/plugin-transform-destructuring" "^7.24.5"
903942
"@babel/plugin-transform-dotall-regex" "^7.24.1"
904943
"@babel/plugin-transform-duplicate-keys" "^7.24.1"
905944
"@babel/plugin-transform-dynamic-import" "^7.24.1"
@@ -919,21 +958,21 @@
919958
"@babel/plugin-transform-new-target" "^7.24.1"
920959
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
921960
"@babel/plugin-transform-numeric-separator" "^7.24.1"
922-
"@babel/plugin-transform-object-rest-spread" "^7.24.1"
961+
"@babel/plugin-transform-object-rest-spread" "^7.24.5"
923962
"@babel/plugin-transform-object-super" "^7.24.1"
924963
"@babel/plugin-transform-optional-catch-binding" "^7.24.1"
925-
"@babel/plugin-transform-optional-chaining" "^7.24.1"
926-
"@babel/plugin-transform-parameters" "^7.24.1"
964+
"@babel/plugin-transform-optional-chaining" "^7.24.5"
965+
"@babel/plugin-transform-parameters" "^7.24.5"
927966
"@babel/plugin-transform-private-methods" "^7.24.1"
928-
"@babel/plugin-transform-private-property-in-object" "^7.24.1"
967+
"@babel/plugin-transform-private-property-in-object" "^7.24.5"
929968
"@babel/plugin-transform-property-literals" "^7.24.1"
930969
"@babel/plugin-transform-regenerator" "^7.24.1"
931970
"@babel/plugin-transform-reserved-words" "^7.24.1"
932971
"@babel/plugin-transform-shorthand-properties" "^7.24.1"
933972
"@babel/plugin-transform-spread" "^7.24.1"
934973
"@babel/plugin-transform-sticky-regex" "^7.24.1"
935974
"@babel/plugin-transform-template-literals" "^7.24.1"
936-
"@babel/plugin-transform-typeof-symbol" "^7.24.1"
975+
"@babel/plugin-transform-typeof-symbol" "^7.24.5"
937976
"@babel/plugin-transform-unicode-escapes" "^7.24.1"
938977
"@babel/plugin-transform-unicode-property-regex" "^7.24.1"
939978
"@babel/plugin-transform-unicode-regex" "^7.24.1"
@@ -1011,6 +1050,15 @@
10111050
"@babel/helper-validator-identifier" "^7.22.20"
10121051
to-fast-properties "^2.0.0"
10131052

1053+
"@babel/types@^7.24.5":
1054+
version "7.24.5"
1055+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1056+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1057+
dependencies:
1058+
"@babel/helper-string-parser" "^7.24.1"
1059+
"@babel/helper-validator-identifier" "^7.24.5"
1060+
to-fast-properties "^2.0.0"
1061+
10141062
"@bcoe/v8-coverage@^0.2.3":
10151063
version "0.2.3"
10161064
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"

0 commit comments

Comments
 (0)