Skip to content

Commit 39cbfa8

Browse files
build(deps-dev): bump @babel/preset-env from 7.24.4 to 7.24.5 (#1529)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d1037f commit 39cbfa8

2 files changed

Lines changed: 115 additions & 67 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.4",
39-
"@babel/preset-env": "^7.24.4",
39+
"@babel/preset-env": "^7.24.5",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.19",
4242
"babel-jest": "^29.7.0",

yarn.lock

Lines changed: 114 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,21 @@
126126
"@babel/helper-split-export-declaration" "^7.22.6"
127127
semver "^6.3.1"
128128

129+
"@babel/helper-create-class-features-plugin@^7.24.5":
130+
version "7.24.5"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz#7d19da92c7e0cd8d11c09af2ce1b8e7512a6e723"
132+
integrity sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==
133+
dependencies:
134+
"@babel/helper-annotate-as-pure" "^7.22.5"
135+
"@babel/helper-environment-visitor" "^7.22.20"
136+
"@babel/helper-function-name" "^7.23.0"
137+
"@babel/helper-member-expression-to-functions" "^7.24.5"
138+
"@babel/helper-optimise-call-expression" "^7.22.5"
139+
"@babel/helper-replace-supers" "^7.24.1"
140+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
141+
"@babel/helper-split-export-declaration" "^7.24.5"
142+
semver "^6.3.1"
143+
129144
"@babel/helper-create-regexp-features-plugin@^7.18.6":
130145
version "7.18.6"
131146
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
@@ -198,6 +213,13 @@
198213
dependencies:
199214
"@babel/types" "^7.23.0"
200215

216+
"@babel/helper-member-expression-to-functions@^7.24.5":
217+
version "7.24.5"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz#5981e131d5c7003c7d1fa1ad49e86c9b097ec475"
219+
integrity sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==
220+
dependencies:
221+
"@babel/types" "^7.24.5"
222+
201223
"@babel/helper-module-imports@^7.0.0":
202224
version "7.14.5"
203225
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
@@ -237,10 +259,10 @@
237259
dependencies:
238260
"@babel/types" "^7.22.5"
239261

240-
"@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":
241-
version "7.24.0"
242-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
243-
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
262+
"@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":
263+
version "7.24.5"
264+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a"
265+
integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==
244266

245267
"@babel/helper-remap-async-to-generator@^7.22.20":
246268
version "7.22.20"
@@ -281,16 +303,33 @@
281303
dependencies:
282304
"@babel/types" "^7.22.5"
283305

306+
"@babel/helper-split-export-declaration@^7.24.5":
307+
version "7.24.5"
308+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
309+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
310+
dependencies:
311+
"@babel/types" "^7.24.5"
312+
284313
"@babel/helper-string-parser@^7.23.4":
285314
version "7.23.4"
286315
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
287316
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
288317

318+
"@babel/helper-string-parser@^7.24.1":
319+
version "7.24.1"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
321+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
322+
289323
"@babel/helper-validator-identifier@^7.22.20":
290324
version "7.22.20"
291325
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
292326
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
293327

328+
"@babel/helper-validator-identifier@^7.24.5":
329+
version "7.24.5"
330+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
331+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
332+
294333
"@babel/helper-validator-option@^7.23.5":
295334
version "7.23.5"
296335
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -329,13 +368,13 @@
329368
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
330369
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
331370

332-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
333-
version "7.24.4"
334-
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"
335-
integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==
371+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
372+
version "7.24.5"
373+
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"
374+
integrity sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==
336375
dependencies:
337376
"@babel/helper-environment-visitor" "^7.22.20"
338-
"@babel/helper-plugin-utils" "^7.24.0"
377+
"@babel/helper-plugin-utils" "^7.24.5"
339378

340379
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
341380
version "7.24.1"
@@ -547,12 +586,12 @@
547586
dependencies:
548587
"@babel/helper-plugin-utils" "^7.24.0"
549588

550-
"@babel/plugin-transform-block-scoping@^7.24.4":
551-
version "7.24.4"
552-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012"
553-
integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==
589+
"@babel/plugin-transform-block-scoping@^7.24.5":
590+
version "7.24.5"
591+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a"
592+
integrity sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==
554593
dependencies:
555-
"@babel/helper-plugin-utils" "^7.24.0"
594+
"@babel/helper-plugin-utils" "^7.24.5"
556595

557596
"@babel/plugin-transform-class-properties@^7.24.1":
558597
version "7.24.1"
@@ -571,18 +610,18 @@
571610
"@babel/helper-plugin-utils" "^7.24.0"
572611
"@babel/plugin-syntax-class-static-block" "^7.14.5"
573612

574-
"@babel/plugin-transform-classes@^7.24.1":
575-
version "7.24.1"
576-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz#5bc8fc160ed96378184bc10042af47f50884dcb1"
577-
integrity sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==
613+
"@babel/plugin-transform-classes@^7.24.5":
614+
version "7.24.5"
615+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339"
616+
integrity sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==
578617
dependencies:
579618
"@babel/helper-annotate-as-pure" "^7.22.5"
580619
"@babel/helper-compilation-targets" "^7.23.6"
581620
"@babel/helper-environment-visitor" "^7.22.20"
582621
"@babel/helper-function-name" "^7.23.0"
583-
"@babel/helper-plugin-utils" "^7.24.0"
622+
"@babel/helper-plugin-utils" "^7.24.5"
584623
"@babel/helper-replace-supers" "^7.24.1"
585-
"@babel/helper-split-export-declaration" "^7.22.6"
624+
"@babel/helper-split-export-declaration" "^7.24.5"
586625
globals "^11.1.0"
587626

588627
"@babel/plugin-transform-computed-properties@^7.24.1":
@@ -593,12 +632,12 @@
593632
"@babel/helper-plugin-utils" "^7.24.0"
594633
"@babel/template" "^7.24.0"
595634

596-
"@babel/plugin-transform-destructuring@^7.24.1":
597-
version "7.24.1"
598-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz#b1e8243af4a0206841973786292b8c8dd8447345"
599-
integrity sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==
635+
"@babel/plugin-transform-destructuring@^7.24.5":
636+
version "7.24.5"
637+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c"
638+
integrity sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==
600639
dependencies:
601-
"@babel/helper-plugin-utils" "^7.24.0"
640+
"@babel/helper-plugin-utils" "^7.24.5"
602641

603642
"@babel/plugin-transform-dotall-regex@^7.24.1":
604643
version "7.24.1"
@@ -752,15 +791,15 @@
752791
"@babel/helper-plugin-utils" "^7.24.0"
753792
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
754793

755-
"@babel/plugin-transform-object-rest-spread@^7.24.1":
756-
version "7.24.1"
757-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz#5a3ce73caf0e7871a02e1c31e8b473093af241ff"
758-
integrity sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==
794+
"@babel/plugin-transform-object-rest-spread@^7.24.5":
795+
version "7.24.5"
796+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef"
797+
integrity sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==
759798
dependencies:
760799
"@babel/helper-compilation-targets" "^7.23.6"
761-
"@babel/helper-plugin-utils" "^7.24.0"
800+
"@babel/helper-plugin-utils" "^7.24.5"
762801
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
763-
"@babel/plugin-transform-parameters" "^7.24.1"
802+
"@babel/plugin-transform-parameters" "^7.24.5"
764803

765804
"@babel/plugin-transform-object-super@^7.24.1":
766805
version "7.24.1"
@@ -778,21 +817,21 @@
778817
"@babel/helper-plugin-utils" "^7.24.0"
779818
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
780819

781-
"@babel/plugin-transform-optional-chaining@^7.24.1":
782-
version "7.24.1"
783-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz#26e588acbedce1ab3519ac40cc748e380c5291e6"
784-
integrity sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==
820+
"@babel/plugin-transform-optional-chaining@^7.24.1", "@babel/plugin-transform-optional-chaining@^7.24.5":
821+
version "7.24.5"
822+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f"
823+
integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==
785824
dependencies:
786-
"@babel/helper-plugin-utils" "^7.24.0"
825+
"@babel/helper-plugin-utils" "^7.24.5"
787826
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
788827
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
789828

790-
"@babel/plugin-transform-parameters@^7.24.1":
791-
version "7.24.1"
792-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz#983c15d114da190506c75b616ceb0f817afcc510"
793-
integrity sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==
829+
"@babel/plugin-transform-parameters@^7.24.5":
830+
version "7.24.5"
831+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62"
832+
integrity sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==
794833
dependencies:
795-
"@babel/helper-plugin-utils" "^7.24.0"
834+
"@babel/helper-plugin-utils" "^7.24.5"
796835

797836
"@babel/plugin-transform-private-methods@^7.24.1":
798837
version "7.24.1"
@@ -802,14 +841,14 @@
802841
"@babel/helper-create-class-features-plugin" "^7.24.1"
803842
"@babel/helper-plugin-utils" "^7.24.0"
804843

805-
"@babel/plugin-transform-private-property-in-object@^7.24.1":
806-
version "7.24.1"
807-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz#756443d400274f8fb7896742962cc1b9f25c1f6a"
808-
integrity sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==
844+
"@babel/plugin-transform-private-property-in-object@^7.24.5":
845+
version "7.24.5"
846+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5"
847+
integrity sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==
809848
dependencies:
810849
"@babel/helper-annotate-as-pure" "^7.22.5"
811-
"@babel/helper-create-class-features-plugin" "^7.24.1"
812-
"@babel/helper-plugin-utils" "^7.24.0"
850+
"@babel/helper-create-class-features-plugin" "^7.24.5"
851+
"@babel/helper-plugin-utils" "^7.24.5"
813852
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
814853

815854
"@babel/plugin-transform-property-literals@^7.24.1":
@@ -863,12 +902,12 @@
863902
dependencies:
864903
"@babel/helper-plugin-utils" "^7.24.0"
865904

866-
"@babel/plugin-transform-typeof-symbol@^7.24.1":
867-
version "7.24.1"
868-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz#6831f78647080dec044f7e9f68003d99424f94c7"
869-
integrity sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==
905+
"@babel/plugin-transform-typeof-symbol@^7.24.5":
906+
version "7.24.5"
907+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12"
908+
integrity sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==
870909
dependencies:
871-
"@babel/helper-plugin-utils" "^7.24.0"
910+
"@babel/helper-plugin-utils" "^7.24.5"
872911

873912
"@babel/plugin-transform-unicode-escapes@^7.24.1":
874913
version "7.24.1"
@@ -901,16 +940,16 @@
901940
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
902941
"@babel/helper-plugin-utils" "^7.24.0"
903942

904-
"@babel/preset-env@^7.24.4":
905-
version "7.24.4"
906-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b"
907-
integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==
943+
"@babel/preset-env@^7.24.5":
944+
version "7.24.5"
945+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd"
946+
integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==
908947
dependencies:
909948
"@babel/compat-data" "^7.24.4"
910949
"@babel/helper-compilation-targets" "^7.23.6"
911-
"@babel/helper-plugin-utils" "^7.24.0"
950+
"@babel/helper-plugin-utils" "^7.24.5"
912951
"@babel/helper-validator-option" "^7.23.5"
913-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
952+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.5"
914953
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
915954
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
916955
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
@@ -937,12 +976,12 @@
937976
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
938977
"@babel/plugin-transform-async-to-generator" "^7.24.1"
939978
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
940-
"@babel/plugin-transform-block-scoping" "^7.24.4"
979+
"@babel/plugin-transform-block-scoping" "^7.24.5"
941980
"@babel/plugin-transform-class-properties" "^7.24.1"
942981
"@babel/plugin-transform-class-static-block" "^7.24.4"
943-
"@babel/plugin-transform-classes" "^7.24.1"
982+
"@babel/plugin-transform-classes" "^7.24.5"
944983
"@babel/plugin-transform-computed-properties" "^7.24.1"
945-
"@babel/plugin-transform-destructuring" "^7.24.1"
984+
"@babel/plugin-transform-destructuring" "^7.24.5"
946985
"@babel/plugin-transform-dotall-regex" "^7.24.1"
947986
"@babel/plugin-transform-duplicate-keys" "^7.24.1"
948987
"@babel/plugin-transform-dynamic-import" "^7.24.1"
@@ -962,21 +1001,21 @@
9621001
"@babel/plugin-transform-new-target" "^7.24.1"
9631002
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
9641003
"@babel/plugin-transform-numeric-separator" "^7.24.1"
965-
"@babel/plugin-transform-object-rest-spread" "^7.24.1"
1004+
"@babel/plugin-transform-object-rest-spread" "^7.24.5"
9661005
"@babel/plugin-transform-object-super" "^7.24.1"
9671006
"@babel/plugin-transform-optional-catch-binding" "^7.24.1"
968-
"@babel/plugin-transform-optional-chaining" "^7.24.1"
969-
"@babel/plugin-transform-parameters" "^7.24.1"
1007+
"@babel/plugin-transform-optional-chaining" "^7.24.5"
1008+
"@babel/plugin-transform-parameters" "^7.24.5"
9701009
"@babel/plugin-transform-private-methods" "^7.24.1"
971-
"@babel/plugin-transform-private-property-in-object" "^7.24.1"
1010+
"@babel/plugin-transform-private-property-in-object" "^7.24.5"
9721011
"@babel/plugin-transform-property-literals" "^7.24.1"
9731012
"@babel/plugin-transform-regenerator" "^7.24.1"
9741013
"@babel/plugin-transform-reserved-words" "^7.24.1"
9751014
"@babel/plugin-transform-shorthand-properties" "^7.24.1"
9761015
"@babel/plugin-transform-spread" "^7.24.1"
9771016
"@babel/plugin-transform-sticky-regex" "^7.24.1"
9781017
"@babel/plugin-transform-template-literals" "^7.24.1"
979-
"@babel/plugin-transform-typeof-symbol" "^7.24.1"
1018+
"@babel/plugin-transform-typeof-symbol" "^7.24.5"
9801019
"@babel/plugin-transform-unicode-escapes" "^7.24.1"
9811020
"@babel/plugin-transform-unicode-property-regex" "^7.24.1"
9821021
"@babel/plugin-transform-unicode-regex" "^7.24.1"
@@ -1043,6 +1082,15 @@
10431082
"@babel/helper-validator-identifier" "^7.22.20"
10441083
to-fast-properties "^2.0.0"
10451084

1085+
"@babel/types@^7.24.5":
1086+
version "7.24.5"
1087+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1088+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1089+
dependencies:
1090+
"@babel/helper-string-parser" "^7.24.1"
1091+
"@babel/helper-validator-identifier" "^7.24.5"
1092+
to-fast-properties "^2.0.0"
1093+
10461094
"@bcoe/v8-coverage@^0.2.3":
10471095
version "0.2.3"
10481096
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)