From 0cdd82492182a5a88c67b5d7e1e9bb90e73d32d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:23:05 +0000 Subject: [PATCH] Bump @babel/plugin-proposal-function-bind from 7.29.7 to 8.0.1 Bumps [@babel/plugin-proposal-function-bind](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-function-bind) 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-bind) --- updated-dependencies: - dependency-name: "@babel/plugin-proposal-function-bind" 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..688e6e1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@babel/plugin-proposal-do-expressions": "^7.28.6", "@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-bind": "^8.0.1", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",