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",