From 1eb64d091c22596512c62ec64e0c2e761b6e82ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:23:00 +0000 Subject: [PATCH] build: bump @fluentui/react-hooks in /ClientAdvisor/App/frontend Bumps [@fluentui/react-hooks](https://github.com/microsoft/fluentui) from 8.6.29 to 8.8.16. - [Release notes](https://github.com/microsoft/fluentui/releases) - [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-hooks_v8.6.29...@fluentui/react-hooks_v8.8.16) --- updated-dependencies: - dependency-name: "@fluentui/react-hooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ClientAdvisor/App/frontend/package-lock.json | 26 ++++++++++---------- ClientAdvisor/App/frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ClientAdvisor/App/frontend/package-lock.json b/ClientAdvisor/App/frontend/package-lock.json index 36206f8a..24e1b627 100644 --- a/ClientAdvisor/App/frontend/package-lock.json +++ b/ClientAdvisor/App/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@fluentui/font-icons-mdl2": "^8.5.57", "@fluentui/react": "^8.105.3", - "@fluentui/react-hooks": "^8.6.29", + "@fluentui/react-hooks": "^8.8.16", "@fluentui/react-icons": "^2.0.270", "dompurify": "^3.0.8", "lodash": "^4.17.21", @@ -1292,13 +1292,13 @@ } }, "node_modules/@fluentui/react-hooks": { - "version": "8.6.29", - "resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.29.tgz", - "integrity": "sha512-MeVevmGJtrYxdhoarrkVWE0Hs4XdzOc9A3tiOjMBIcwOvoOYOAoOELoHK/wuulPVwUn2R9Y+7JpJ6oCe4ImdJw==", + "version": "8.8.16", + "resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.8.16.tgz", + "integrity": "sha512-PQ1BeOp+99mdO0g7j6QLtChfXG1LxXeHG0q5CtUeD1OUGR+vUDK84h60sw7e7qU9sSmvPmHO7jn69Lg3CS+DXw==", "dependencies": { - "@fluentui/react-window-provider": "^2.2.15", - "@fluentui/set-version": "^8.2.11", - "@fluentui/utilities": "^8.13.18", + "@fluentui/react-window-provider": "^2.2.28", + "@fluentui/set-version": "^8.2.23", + "@fluentui/utilities": "^8.15.19", "tslib": "^2.1.0" }, "peerDependencies": { @@ -14803,13 +14803,13 @@ } }, "@fluentui/react-hooks": { - "version": "8.6.29", - "resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.6.29.tgz", - "integrity": "sha512-MeVevmGJtrYxdhoarrkVWE0Hs4XdzOc9A3tiOjMBIcwOvoOYOAoOELoHK/wuulPVwUn2R9Y+7JpJ6oCe4ImdJw==", + "version": "8.8.16", + "resolved": "https://registry.npmjs.org/@fluentui/react-hooks/-/react-hooks-8.8.16.tgz", + "integrity": "sha512-PQ1BeOp+99mdO0g7j6QLtChfXG1LxXeHG0q5CtUeD1OUGR+vUDK84h60sw7e7qU9sSmvPmHO7jn69Lg3CS+DXw==", "requires": { - "@fluentui/react-window-provider": "^2.2.15", - "@fluentui/set-version": "^8.2.11", - "@fluentui/utilities": "^8.13.18", + "@fluentui/react-window-provider": "^2.2.28", + "@fluentui/set-version": "^8.2.23", + "@fluentui/utilities": "^8.15.19", "tslib": "^2.1.0" } }, diff --git a/ClientAdvisor/App/frontend/package.json b/ClientAdvisor/App/frontend/package.json index bb35d34b..40eff30a 100644 --- a/ClientAdvisor/App/frontend/package.json +++ b/ClientAdvisor/App/frontend/package.json @@ -18,7 +18,7 @@ "dependencies": { "@fluentui/font-icons-mdl2": "^8.5.57", "@fluentui/react": "^8.105.3", - "@fluentui/react-hooks": "^8.6.29", + "@fluentui/react-hooks": "^8.8.16", "@fluentui/react-icons": "^2.0.270", "dompurify": "^3.0.8", "lodash": "^4.17.21",