From e0fffafd43d619458b9e60e0ada560411654ebab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:38:27 +0000 Subject: [PATCH] chore(deps): bump flow-bin in /extensions/react-widget Bumps [flow-bin](https://github.com/flowtype/flow-bin) from 0.311.0 to 0.312.1. - [Release notes](https://github.com/flowtype/flow-bin/releases) - [Commits](https://github.com/flowtype/flow-bin/commits) --- updated-dependencies: - dependency-name: flow-bin dependency-version: 0.312.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extensions/react-widget/package-lock.json | 8 ++++---- extensions/react-widget/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/react-widget/package-lock.json b/extensions/react-widget/package-lock.json index b78d83c0..a4384269 100644 --- a/extensions/react-widget/package-lock.json +++ b/extensions/react-widget/package-lock.json @@ -19,7 +19,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "dompurify": "^3.1.5", - "flow-bin": "^0.311.0", + "flow-bin": "^0.312.1", "markdown-it": "^14.1.0", "react": "^19.2.5", "react-dom": "^19.2.5", @@ -6492,9 +6492,9 @@ "license": "ISC" }, "node_modules/flow-bin": { - "version": "0.311.0", - "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.311.0.tgz", - "integrity": "sha512-4lXxjhPdmkeizju3F0HDCMYGkoL7hiq0W9bAW4pQpQTi56op+QZrVyMENjbCGZc+KlFBLwWkur+EkyfPTsa6xw==", + "version": "0.312.1", + "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.312.1.tgz", + "integrity": "sha512-jIo4SzaqMpnj1SjTPg8+QHPFOs6RY98mbzGw7uRJn6fHfaqly9hM30n5PwAhRPk8F5LFawNteeW3IOtr/7UJ3A==", "license": "MIT", "bin": { "flow": "cli.js" diff --git a/extensions/react-widget/package.json b/extensions/react-widget/package.json index d72ba0c4..de82b085 100644 --- a/extensions/react-widget/package.json +++ b/extensions/react-widget/package.json @@ -52,7 +52,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "dompurify": "^3.1.5", - "flow-bin": "^0.311.0", + "flow-bin": "^0.312.1", "markdown-it": "^14.1.0", "react": "^19.2.5", "react-dom": "^19.2.5",