Skip to content

Commit cfc353e

Browse files
Bump @babel/preset-env from 7.29.0 to 7.29.2 in the babel group (#8842)
Bumps the babel group with 1 update: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/preset-env` from 7.29.0 to 7.29.2 - [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.29.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.29.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 408ae81 commit cfc353e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"devDependencies": {
7676
"@babel/core": "^7.29.0",
77-
"@babel/preset-env": "^7.29.0",
77+
"@babel/preset-env": "^7.29.2",
7878
"@double-great/stylelint-a11y": "^3.4.6",
7979
"@eslint/js": "^10.0.1",
8080
"@intlify/eslint-plugin-vue-i18n": "^4.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -713,10 +713,10 @@
713713
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
714714
"@babel/helper-plugin-utils" "^7.28.6"
715715

716-
"@babel/preset-env@^7.29.0":
717-
version "7.29.0"
718-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.0.tgz#c55db400c515a303662faaefd2d87e796efa08d0"
719-
integrity sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==
716+
"@babel/preset-env@^7.29.2":
717+
version "7.29.2"
718+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
719+
integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
720720
dependencies:
721721
"@babel/compat-data" "^7.29.0"
722722
"@babel/helper-compilation-targets" "^7.28.6"

0 commit comments

Comments
 (0)