From fa6c82e6c2b672462aa771a239c6361dfa841ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:23:22 +0000 Subject: [PATCH] Bump @babel/plugin-proposal-function-sent from 7.29.7 to 8.0.1 Bumps [@babel/plugin-proposal-function-sent](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-sent) from 7.29.7 to 8.0.1. - [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/v8.0.1/packages/babel-plugin-proposal-function-sent) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-function-sent" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4a0b64..240e8fa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", - "@babel/plugin-proposal-function-sent": "^7.0.0", + "@babel/plugin-proposal-function-sent": "^8.0.1", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",