Skip to content

Commit 0e6e6bc

Browse files
build(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4 (#1520)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.3 to 7.24.4. - [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.4/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 ac3290a commit 0e6e6bc

2 files changed

Lines changed: 45 additions & 21 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.3",
39+
"@babel/preset-env": "^7.24.4",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.19",
4242
"babel-jest": "^29.7.0",

yarn.lock

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@babel/highlight" "^7.24.2"
2929
picocolors "^1.0.0"
3030

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

3636
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.4":
3737
version "7.24.4"
@@ -111,6 +111,21 @@
111111
"@babel/helper-split-export-declaration" "^7.22.6"
112112
semver "^6.3.1"
113113

114+
"@babel/helper-create-class-features-plugin@^7.24.4":
115+
version "7.24.4"
116+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3"
117+
integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==
118+
dependencies:
119+
"@babel/helper-annotate-as-pure" "^7.22.5"
120+
"@babel/helper-environment-visitor" "^7.22.20"
121+
"@babel/helper-function-name" "^7.23.0"
122+
"@babel/helper-member-expression-to-functions" "^7.23.0"
123+
"@babel/helper-optimise-call-expression" "^7.22.5"
124+
"@babel/helper-replace-supers" "^7.24.1"
125+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
126+
"@babel/helper-split-export-declaration" "^7.22.6"
127+
semver "^6.3.1"
128+
114129
"@babel/helper-create-regexp-features-plugin@^7.18.6":
115130
version "7.18.6"
116131
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c"
@@ -314,6 +329,14 @@
314329
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
315330
integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
316331

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==
336+
dependencies:
337+
"@babel/helper-environment-visitor" "^7.22.20"
338+
"@babel/helper-plugin-utils" "^7.24.0"
339+
317340
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
318341
version "7.24.1"
319342
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"
@@ -524,10 +547,10 @@
524547
dependencies:
525548
"@babel/helper-plugin-utils" "^7.24.0"
526549

527-
"@babel/plugin-transform-block-scoping@^7.24.1":
528-
version "7.24.1"
529-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f"
530-
integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==
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==
531554
dependencies:
532555
"@babel/helper-plugin-utils" "^7.24.0"
533556

@@ -539,12 +562,12 @@
539562
"@babel/helper-create-class-features-plugin" "^7.24.1"
540563
"@babel/helper-plugin-utils" "^7.24.0"
541564

542-
"@babel/plugin-transform-class-static-block@^7.24.1":
543-
version "7.24.1"
544-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6"
545-
integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==
565+
"@babel/plugin-transform-class-static-block@^7.24.4":
566+
version "7.24.4"
567+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
568+
integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
546569
dependencies:
547-
"@babel/helper-create-class-features-plugin" "^7.24.1"
570+
"@babel/helper-create-class-features-plugin" "^7.24.4"
548571
"@babel/helper-plugin-utils" "^7.24.0"
549572
"@babel/plugin-syntax-class-static-block" "^7.14.5"
550573

@@ -878,15 +901,16 @@
878901
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
879902
"@babel/helper-plugin-utils" "^7.24.0"
880903

881-
"@babel/preset-env@^7.24.3":
882-
version "7.24.3"
883-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
884-
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
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==
885908
dependencies:
886-
"@babel/compat-data" "^7.24.1"
909+
"@babel/compat-data" "^7.24.4"
887910
"@babel/helper-compilation-targets" "^7.23.6"
888911
"@babel/helper-plugin-utils" "^7.24.0"
889912
"@babel/helper-validator-option" "^7.23.5"
913+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
890914
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
891915
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
892916
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
@@ -913,9 +937,9 @@
913937
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
914938
"@babel/plugin-transform-async-to-generator" "^7.24.1"
915939
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
916-
"@babel/plugin-transform-block-scoping" "^7.24.1"
940+
"@babel/plugin-transform-block-scoping" "^7.24.4"
917941
"@babel/plugin-transform-class-properties" "^7.24.1"
918-
"@babel/plugin-transform-class-static-block" "^7.24.1"
942+
"@babel/plugin-transform-class-static-block" "^7.24.4"
919943
"@babel/plugin-transform-classes" "^7.24.1"
920944
"@babel/plugin-transform-computed-properties" "^7.24.1"
921945
"@babel/plugin-transform-destructuring" "^7.24.1"

0 commit comments

Comments
 (0)