Skip to content

Commit

Permalink
chore(deps-dev): bump @babel/plugin-proposal-function-sent
Browse files Browse the repository at this point in the history
Bumps [@babel/plugin-proposal-function-sent](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-sent) from 7.24.7 to 7.25.7.
- [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.7/packages/babel-plugin-proposal-function-sent)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-function-sent"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 66a3773 commit 6b22a7b
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,16 +362,6 @@
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==

"@babel/helper-wrap-function@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
integrity sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==
dependencies:
"@babel/helper-function-name" "^7.24.7"
"@babel/template" "^7.24.7"
"@babel/traverse" "^7.24.7"
"@babel/types" "^7.24.7"

"@babel/helper-wrap-function@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7"
Expand Down Expand Up @@ -500,13 +490,13 @@
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"

"@babel/plugin-proposal-function-sent@^7.0.0":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.24.7.tgz#522a49543a278e1f28eba36e753201f72ae18a11"
integrity sha512-42Pq9d8fV5CrjygcVAA7aAEFpkAJluWWvlO7bvOMDEutxIS44COcFU61V92VBzUZvOkjIoQrPJNUtmY/d9XMgA==
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.25.7.tgz#3b15497a959228f3b33faed83bbc5f0946f64696"
integrity sha512-ZsNyYHzDAXuJWqSc5YhtAOx7GR8itltKU6iMJhqheo4rGu/YrL5Mr+4ju5bEUErHEQKOEo4DnxBv8mDPelZ3vg==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/helper-wrap-function" "^7.24.7"
"@babel/plugin-syntax-function-sent" "^7.24.7"
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/helper-wrap-function" "^7.25.7"
"@babel/plugin-syntax-function-sent" "^7.25.7"

"@babel/plugin-proposal-json-strings@^7.0.0":
version "7.18.6"
Expand Down Expand Up @@ -593,12 +583,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"

"@babel/plugin-syntax-function-sent@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-function-sent/-/plugin-syntax-function-sent-7.24.7.tgz#4d5e647ca67bee243f58a9a596352dc2920434a6"
integrity sha512-me5EHEx4GXxAE8mnlZaWA+ARIyMSPOXcw6WlqWGIfTg36oeWm4FxR/Djs1DGPbmSIwJqMboiN7gK8eCyzyNK2A==
"@babel/plugin-syntax-function-sent@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-function-sent/-/plugin-syntax-function-sent-7.25.7.tgz#7da218f24a83fb79f3cf05ddf81cac01647e462b"
integrity sha512-pHEG0epLjZM9aJsL9rwaT+YaEOSRQbjcc5T8EUIZGf9JB7CBDi/rmQuIMQ3kvvIPBqCsPj9MTFdGxqT5QkHZSg==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/helper-plugin-utils" "^7.25.7"

"@babel/plugin-syntax-import-assertions@^7.25.7":
version "7.25.7"
Expand Down

0 comments on commit 6b22a7b

Please sign in to comment.