Skip to content

Commit

Permalink
Bump @babel/plugin-proposal-throw-expressions from 7.25.8 to 7.25.9
Browse files Browse the repository at this point in the history
Bumps [@babel/plugin-proposal-throw-expressions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-throw-expressions) from 7.25.8 to 7.25.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.25.9/packages/babel-plugin-proposal-throw-expressions)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-throw-expressions"
  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 28, 2024
1 parent 4cd1f4e commit 65059a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-throw-expressions": "^7.25.8",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-destructuring": "^7.25.7",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -573,14 +573,14 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-proposal-throw-expressions@npm:^7.25.8":
version: 7.25.8
resolution: "@babel/plugin-proposal-throw-expressions@npm:7.25.8"
"@babel/plugin-proposal-throw-expressions@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/plugin-proposal-throw-expressions@npm:7.25.9"
dependencies:
"@babel/helper-plugin-utils": "npm:^7.25.7"
"@babel/helper-plugin-utils": "npm:^7.25.9"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/63377ef515e21e83f7b23ef88761f59f9eed37c51c51af080c6b039f9368c004037f0b2308f8733e62bca47378636430a20e10e877592d7b29885e6c75bd8edc
checksum: 10c0/23806927e7982c1fa828df60710f18332dbd04130b0857e50272e62f6490a813c5d5a74fe094206a987be179612e645ae263febaa17cfd4233941ed119c08f2e
languageName: node
linkType: hard

Expand Down Expand Up @@ -10456,7 +10456,7 @@ __metadata:
"@babel/plugin-proposal-numeric-separator": "npm:^7.14.5"
"@babel/plugin-proposal-private-methods": "npm:^7.18.6"
"@babel/plugin-proposal-private-property-in-object": "npm:^7.21.11"
"@babel/plugin-proposal-throw-expressions": "npm:^7.25.8"
"@babel/plugin-proposal-throw-expressions": "npm:^7.25.9"
"@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"
Expand Down

0 comments on commit 65059a8

Please sign in to comment.