Skip to content

Commit 6090d93

Browse files
Bump @babel/preset-env from 7.23.9 to 7.24.0 (#979)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.9 to 7.24.0. - [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.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0dec3e commit 6090d93

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/node": "^7.23.9",
2929
"@babel/core": "^7.23.9",
30-
"@babel/preset-env": "^7.23.9",
30+
"@babel/preset-env": "^7.24.0",
3131
"fs-extra": "^11.2.0",
3232
"http-server": "^14.1.1",
3333
"husky": "^8.0.3",

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/highlight" "^7.23.4"
1919
chalk "^2.4.2"
2020

21-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
21+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5":
2222
version "7.23.5"
2323
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
2424
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
@@ -198,10 +198,10 @@
198198
dependencies:
199199
"@babel/types" "^7.22.5"
200200

201-
"@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.8.0", "@babel/helper-plugin-utils@^7.8.3":
202-
version "7.22.5"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
204-
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
201+
"@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":
202+
version "7.24.0"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
204+
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
205205

206206
"@babel/helper-remap-async-to-generator@^7.22.20":
207207
version "7.22.20"
@@ -695,14 +695,14 @@
695695
"@babel/helper-plugin-utils" "^7.22.5"
696696
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
697697

698-
"@babel/plugin-transform-object-rest-spread@^7.23.4":
699-
version "7.23.4"
700-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz#2b9c2d26bf62710460bdc0d1730d4f1048361b83"
701-
integrity sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==
698+
"@babel/plugin-transform-object-rest-spread@^7.24.0":
699+
version "7.24.0"
700+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz#7b836ad0088fdded2420ce96d4e1d3ed78b71df1"
701+
integrity sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==
702702
dependencies:
703-
"@babel/compat-data" "^7.23.3"
704-
"@babel/helper-compilation-targets" "^7.22.15"
705-
"@babel/helper-plugin-utils" "^7.22.5"
703+
"@babel/compat-data" "^7.23.5"
704+
"@babel/helper-compilation-targets" "^7.23.6"
705+
"@babel/helper-plugin-utils" "^7.24.0"
706706
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
707707
"@babel/plugin-transform-parameters" "^7.23.3"
708708

@@ -845,14 +845,14 @@
845845
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
846846
"@babel/helper-plugin-utils" "^7.22.5"
847847

848-
"@babel/preset-env@^7.23.9":
849-
version "7.23.9"
850-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.9.tgz#beace3b7994560ed6bf78e4ae2073dff45387669"
851-
integrity sha512-3kBGTNBBk9DQiPoXYS0g0BYlwTQYUTifqgKTjxUwEUkduRT2QOa0FPGBJ+NROQhGyYO5BuTJwGvBnqKDykac6A==
848+
"@babel/preset-env@^7.24.0":
849+
version "7.24.0"
850+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.0.tgz#11536a7f4b977294f0bdfad780f01a8ac8e183fc"
851+
integrity sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==
852852
dependencies:
853853
"@babel/compat-data" "^7.23.5"
854854
"@babel/helper-compilation-targets" "^7.23.6"
855-
"@babel/helper-plugin-utils" "^7.22.5"
855+
"@babel/helper-plugin-utils" "^7.24.0"
856856
"@babel/helper-validator-option" "^7.23.5"
857857
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.23.3"
858858
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.23.3"
@@ -905,7 +905,7 @@
905905
"@babel/plugin-transform-new-target" "^7.23.3"
906906
"@babel/plugin-transform-nullish-coalescing-operator" "^7.23.4"
907907
"@babel/plugin-transform-numeric-separator" "^7.23.4"
908-
"@babel/plugin-transform-object-rest-spread" "^7.23.4"
908+
"@babel/plugin-transform-object-rest-spread" "^7.24.0"
909909
"@babel/plugin-transform-object-super" "^7.23.3"
910910
"@babel/plugin-transform-optional-catch-binding" "^7.23.4"
911911
"@babel/plugin-transform-optional-chaining" "^7.23.4"

0 commit comments

Comments
 (0)