From 80e7ef961cf2598538177c52ce6ab55f9b2a5a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 02:02:04 +0000 Subject: [PATCH] chore(deps): bump @fluentui/react-icons in /src/WebClient Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.300 to 2.0.309. - [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/fluentui-android-system-icons-release.yml) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) --- updated-dependencies: - dependency-name: "@fluentui/react-icons" dependency-version: 2.0.309 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/WebClient/package-lock.json | 8 ++++---- src/WebClient/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/WebClient/package-lock.json b/src/WebClient/package-lock.json index ac35cd1..6306082 100644 --- a/src/WebClient/package-lock.json +++ b/src/WebClient/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@fluentui/react-components": "^9.64.0", - "@fluentui/react-icons": "^2.0.300", + "@fluentui/react-icons": "^2.0.309", "@griffel/react": "^1.5.30", "next": "^15.3.2", "react": "^18.3.1", @@ -2387,9 +2387,9 @@ } }, "node_modules/@fluentui/react-icons": { - "version": "2.0.300", - "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.300.tgz", - "integrity": "sha512-NyeeklHWwK8IOqP4joErsHMek6+adVtWwYpEEKE9XuphxCRqMqZ9ZUerNB7OyjKnJELZ3lD/uCsSoeSbzBlnjQ==", + "version": "2.0.309", + "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.309.tgz", + "integrity": "sha512-rxR1iTh7FfVuFzyaLym0NLzAkfR+dVo2M53qv1uISYUvoZUGoTUazECTPmRXnMb33vtHuf6VT/quQyhCrLCmlA==", "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", diff --git a/src/WebClient/package.json b/src/WebClient/package.json index c64f93f..2e0de89 100644 --- a/src/WebClient/package.json +++ b/src/WebClient/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@fluentui/react-components": "^9.64.0", - "@fluentui/react-icons": "^2.0.300", + "@fluentui/react-icons": "^2.0.309", "@griffel/react": "^1.5.30", "next": "^15.3.2", "react": "^18.3.1",