Skip to content

Commit 329bbc9

Browse files
build(deps-dev): bump @babel/preset-env from 7.26.8 to 7.26.9 (#1631)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.26.8 to 7.26.9. - [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.26.9/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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eea6bee commit 329bbc9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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.26.8",
39-
"@babel/preset-env": "^7.26.8",
39+
"@babel/preset-env": "^7.26.9",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.20",
4242
"babel-jest": "^29.7.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -543,12 +543,12 @@
543543
dependencies:
544544
"@babel/helper-plugin-utils" "^7.25.9"
545545

546-
"@babel/plugin-transform-for-of@^7.25.9":
547-
version "7.25.9"
548-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
549-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
546+
"@babel/plugin-transform-for-of@^7.26.9":
547+
version "7.26.9"
548+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
549+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
550550
dependencies:
551-
"@babel/helper-plugin-utils" "^7.25.9"
551+
"@babel/helper-plugin-utils" "^7.26.5"
552552
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
553553

554554
"@babel/plugin-transform-function-name@^7.25.9":
@@ -804,10 +804,10 @@
804804
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
805805
"@babel/helper-plugin-utils" "^7.25.9"
806806

807-
"@babel/preset-env@^7.26.8":
808-
version "7.26.8"
809-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
810-
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
807+
"@babel/preset-env@^7.26.9":
808+
version "7.26.9"
809+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
810+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
811811
dependencies:
812812
"@babel/compat-data" "^7.26.8"
813813
"@babel/helper-compilation-targets" "^7.26.5"
@@ -838,7 +838,7 @@
838838
"@babel/plugin-transform-dynamic-import" "^7.25.9"
839839
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
840840
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
841-
"@babel/plugin-transform-for-of" "^7.25.9"
841+
"@babel/plugin-transform-for-of" "^7.26.9"
842842
"@babel/plugin-transform-function-name" "^7.25.9"
843843
"@babel/plugin-transform-json-strings" "^7.25.9"
844844
"@babel/plugin-transform-literals" "^7.25.9"

0 commit comments

Comments
 (0)