Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/preset-env from 7.23.9 to 7.24.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent c135372 commit 11176cc
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9, @babel/compat-data@npm:^7.23.3, @babel/compat-data@npm:^7.23.5":
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9, @babel/compat-data@npm:^7.23.5":
version: 7.23.5
resolution: "@babel/compat-data@npm:7.23.5"
checksum: 06ce244cda5763295a0ea924728c09bae57d35713b675175227278896946f922a63edf803c322f855a3878323d48d0255a2a3023409d2a123483c8a69ebb4744
Expand Down Expand Up @@ -291,6 +291,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-plugin-utils@npm:^7.24.0":
version: 7.24.0
resolution: "@babel/helper-plugin-utils@npm:7.24.0"
checksum: e2baa0eede34d2fa2265947042aa84d444aa48dc51e9feedea55b67fc1bc3ab051387e18b33ca7748285a6061390831ab82f8a2c767d08470b93500ec727e9b9
languageName: node
linkType: hard

"@babel/helper-remap-async-to-generator@npm:^7.18.9, @babel/helper-remap-async-to-generator@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-remap-async-to-generator@npm:7.22.20"
Expand Down Expand Up @@ -1202,18 +1209,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-object-rest-spread@npm:^7.23.4":
version: 7.23.4
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.23.4"
"@babel/plugin-transform-object-rest-spread@npm:^7.24.0":
version: 7.24.0
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.0"
dependencies:
"@babel/compat-data": ^7.23.3
"@babel/helper-compilation-targets": ^7.22.15
"@babel/helper-plugin-utils": ^7.22.5
"@babel/compat-data": ^7.23.5
"@babel/helper-compilation-targets": ^7.23.6
"@babel/helper-plugin-utils": ^7.24.0
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
"@babel/plugin-transform-parameters": ^7.23.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 73fec495e327ca3959c1c03d07a621be09df00036c69fff0455af9a008291677ee9d368eec48adacdc6feac703269a649747568b4af4c4e9f134aa71cc5b378d
checksum: 8877b6a5493df0e36007286ea5e5e2305575346cf1b128049e7db3ff3861f2eb7eb0e8fa3e0b6334de27724253bf32b27e572b2c35dd93b02403476c306b9f5d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1530,12 +1537,12 @@ __metadata:
linkType: hard

"@babel/preset-env@npm:^7.18.2, @babel/preset-env@npm:^7.20.0":
version: 7.23.9
resolution: "@babel/preset-env@npm:7.23.9"
version: 7.24.0
resolution: "@babel/preset-env@npm:7.24.0"
dependencies:
"@babel/compat-data": ^7.23.5
"@babel/helper-compilation-targets": ^7.23.6
"@babel/helper-plugin-utils": ^7.22.5
"@babel/helper-plugin-utils": ^7.24.0
"@babel/helper-validator-option": ^7.23.5
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.23.3
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.23.3
Expand Down Expand Up @@ -1588,7 +1595,7 @@ __metadata:
"@babel/plugin-transform-new-target": ^7.23.3
"@babel/plugin-transform-nullish-coalescing-operator": ^7.23.4
"@babel/plugin-transform-numeric-separator": ^7.23.4
"@babel/plugin-transform-object-rest-spread": ^7.23.4
"@babel/plugin-transform-object-rest-spread": ^7.24.0
"@babel/plugin-transform-object-super": ^7.23.3
"@babel/plugin-transform-optional-catch-binding": ^7.23.4
"@babel/plugin-transform-optional-chaining": ^7.23.4
Expand All @@ -1615,7 +1622,7 @@ __metadata:
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 23a48468ba820c68ba34ea2c1dbc62fd2ff9cf858cfb69e159cabb0c85c72dc4c2266ce20ca84318d8742de050cb061e7c66902fbfddbcb09246afd248847933
checksum: d9e894037382ce35be4b511034a9fb110003ca104f4f800e9b8f9c3b830999014c8314dcdaa3c89669e034784f7c81fe6851e2ff237805fef6479c7dff68d12c
languageName: node
linkType: hard

Expand Down

0 comments on commit 11176cc

Please sign in to comment.