From 059c845cac3794aa72f7d1499c4731d9f905dfac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:14:53 +0000 Subject: [PATCH] Bump function-bind from 1.1.1 to 1.1.2 Bumps [function-bind](https://github.com/Raynos/function-bind) from 1.1.1 to 1.1.2. - [Changelog](https://github.com/Raynos/function-bind/blob/master/CHANGELOG.md) - [Commits](https://github.com/Raynos/function-bind/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: function-bind dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e930eb8a..3d4bac240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6573,10 +6573,13 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/function.prototype.name": { "version": "1.1.6",