Skip to content

Commit

Permalink
Bump @babel/plugin-transform-object-rest-spread from 7.25.7 to 7.25.8
Browse files Browse the repository at this point in the history
Bumps [@babel/plugin-transform-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-object-rest-spread) from 7.25.7 to 7.25.8.
- [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.25.8/packages/babel-plugin-transform-object-rest-spread)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-object-rest-spread"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gregorbg committed Oct 21, 2024
1 parent ae13886 commit 2f78906
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-destructuring": "^7.25.7",
"@babel/plugin-transform-object-rest-spread": "^7.25.7",
"@babel/plugin-transform-object-rest-spread": "^7.25.8",
"@babel/plugin-transform-regenerator": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.4",
Expand Down
17 changes: 15 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-object-rest-spread@npm:^7.24.7, @babel/plugin-transform-object-rest-spread@npm:^7.25.7":
"@babel/plugin-transform-object-rest-spread@npm:^7.24.7":
version: 7.25.7
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.7"
dependencies:
Expand All @@ -1112,6 +1112,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-object-rest-spread@npm:^7.25.8":
version: 7.25.8
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.8"
dependencies:
"@babel/helper-compilation-targets": "npm:^7.25.7"
"@babel/helper-plugin-utils": "npm:^7.25.7"
"@babel/plugin-transform-parameters": "npm:^7.25.7"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/058d5f5bb61068997fb78855011dd175d441da84717640852bbfd12a5919acf8d8c5a14c1debfe87d230f3f4c47c22fcad3d7fa1acd72e5e48b2fff93b6c1dd9
languageName: node
linkType: hard

"@babel/plugin-transform-object-super@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/plugin-transform-object-super@npm:7.24.7"
Expand Down Expand Up @@ -10311,7 +10324,7 @@ __metadata:
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
"@babel/plugin-syntax-import-meta": "npm:^7.10.4"
"@babel/plugin-transform-destructuring": "npm:^7.25.7"
"@babel/plugin-transform-object-rest-spread": "npm:^7.25.7"
"@babel/plugin-transform-object-rest-spread": "npm:^7.25.8"
"@babel/plugin-transform-regenerator": "npm:^7.25.7"
"@babel/plugin-transform-runtime": "npm:^7.25.7"
"@babel/preset-env": "npm:^7.25.4"
Expand Down

0 comments on commit 2f78906

Please sign in to comment.