Skip to content

Commit 604b52d

Browse files
chore(deps): update dependency @babel/preset-env to v7.26.9 (#1552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e498527 commit 604b52d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "husky install"
4949
},
5050
"devDependencies": {
51-
"@babel/preset-env": "7.26.8",
51+
"@babel/preset-env": "7.26.9",
5252
"@rollup/plugin-babel": "6.0.4",
5353
"@rollup/plugin-node-resolve": "16.0.0",
5454
"@types/jest": "29.5.14",

Diff for: yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -758,12 +758,12 @@
758758
dependencies:
759759
"@babel/helper-plugin-utils" "^7.25.9"
760760

761-
"@babel/plugin-transform-for-of@^7.25.9":
762-
version "7.25.9"
763-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
764-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
761+
"@babel/plugin-transform-for-of@^7.26.9":
762+
version "7.26.9"
763+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
764+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
765765
dependencies:
766-
"@babel/helper-plugin-utils" "^7.25.9"
766+
"@babel/helper-plugin-utils" "^7.26.5"
767767
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
768768

769769
"@babel/plugin-transform-function-name@^7.25.9":
@@ -1019,10 +1019,10 @@
10191019
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
10201020
"@babel/helper-plugin-utils" "^7.25.9"
10211021

1022-
"@babel/[email protected].8":
1023-
version "7.26.8"
1024-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
1025-
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
1022+
"@babel/[email protected].9":
1023+
version "7.26.9"
1024+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
1025+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
10261026
dependencies:
10271027
"@babel/compat-data" "^7.26.8"
10281028
"@babel/helper-compilation-targets" "^7.26.5"
@@ -1053,7 +1053,7 @@
10531053
"@babel/plugin-transform-dynamic-import" "^7.25.9"
10541054
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
10551055
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
1056-
"@babel/plugin-transform-for-of" "^7.25.9"
1056+
"@babel/plugin-transform-for-of" "^7.26.9"
10571057
"@babel/plugin-transform-function-name" "^7.25.9"
10581058
"@babel/plugin-transform-json-strings" "^7.25.9"
10591059
"@babel/plugin-transform-literals" "^7.25.9"

0 commit comments

Comments
 (0)