From 68612167db33fbd043733f4460073e883c32e964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:42:39 -0700 Subject: [PATCH 01/10] Bump @fluentui/react-icons from 2.0.230 to 2.0.232 in /webapp (#854) Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.230 to 2.0.232.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fluentui/react-icons&package-manager=npm_and_yarn&previous-version=2.0.230&new-version=2.0.232)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index f9aae57a3..02078c330 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -18,7 +18,7 @@ "@azure/msal-browser": "^2.38.3", "@azure/msal-react": "^1.5.11", "@fluentui/react-components": "^9.46.7", - "@fluentui/react-icons": "^2.0.230", + "@fluentui/react-icons": "^2.0.232", "@fluentui/react-northstar": "^0.66.4", "@microsoft/signalr": "^8.0.0", "@playwright/test": "^1.42.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 5bee252b2..a4afc3948 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1714,10 +1714,10 @@ "@fluentui/styles" "^0.66.5" classnames "^2.2.6" -"@fluentui/react-icons@^2.0.224", "@fluentui/react-icons@^2.0.230": - version "2.0.230" - resolved "https://registry.yarnpkg.com/@fluentui/react-icons/-/react-icons-2.0.230.tgz#41e6dabcf1f181a8206ceaaef47f016d2d012469" - integrity sha512-mHHPU9yeygc/HH9pijn/O5tmCyruqTSvicugcWmbRumkiOMqJy2/F1eGXrERkHUsiCQPLNtTg4v20bJ9J6Yo8A== +"@fluentui/react-icons@^2.0.224", "@fluentui/react-icons@^2.0.232": + version "2.0.232" + resolved "https://registry.yarnpkg.com/@fluentui/react-icons/-/react-icons-2.0.232.tgz#b0499e4fde427f6dc6eee8ab2d0d6683e555a2a5" + integrity sha512-v2KKdRx68Pkz8FPQsOxvD8X7u7cCZ9/dodP/KdycaGY2FKEjAdiSzPboHfTLqkKhvrLr8Zgfs3gSDWDOf7au3A== dependencies: "@griffel/react" "^1.0.0" tslib "^2.1.0" From 7b7b10dcb0085f2cb9c43ce16858560d066525bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:43:20 +0000 Subject: [PATCH 02/10] Bump azure/CLI from 1 to 2 (#862) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [azure/CLI](https://github.com/azure/cli) from 1 to 2.
Release notes

Sourced from azure/CLI's releases.

GitHub Action for Azure CLI v2

What's Changed

New Contributors

Full Changelog: https://github.com/Azure/cli/compare/v1.0.9...v2

GitHub Action for Azure CLI v1.0.9

  • Set action failure on a non-Linux-based OS (#123)

GitHub Action for Azure CLI v1.0.8

  • Fix #103: Dealing with un-escaped environment variables which cause escalation of privilege (#105)

GitHub Action for Azure CLI v1.0.7

  • Upgraded action to use node 16 instead of node 12
  • Upgrade @​actions/core to ^1.10.0
  • Resolved other minor issues like Azure/cli#87 and Azure/cli#84

GitHub Action for Azure CLI v1.0.6

Resolved customer issue: Error: /bin/sh: 1: az: not found in v1.0.5 Azure/cli#62

GitHub Action for Azure CLI v1.0.5

Resolved compatibility issues between az cli version on agent and container.

cli@v1.0.4

  1. Adding support for using env. variables via GITHUB_ENV
  2. Security vulnerability fix

GitHub Action for Azure CLI v1.0.3

User-defined environment variables present in the workflow are now accessible while execution of Azure CLI script.

GitHub Action for Azure CLI v1.0.2

Default environment variables provided by GitHub are now accessible while execution of Azure CLI script. Environment variables with prefix GITHUB_* are accessible during the script execution.

GitHub Action for Azure CLI v1.0.1

GITHUB_SHA default environment variable is available to use in the script.

Changelog

Sourced from azure/CLI's changelog.

Releasing a new version

Semanting versioning is used to release different versions of the action. Following steps are to be followed :

  1. Create a new branch for every major version.
    Example, releases/v1, releases/v2.
  2. For every minor and patch release for a major version, update the corresponding release branch.
    Example, for releasing v1.1.1, update releases/v1.
  3. Create tags for every new release (major/minor/patch).
    Example,v1.0.0. , v1.0.1, v2.0.1, etc. and also have tags like v1, v2 for every major version release.
  4. On releasing minor and patch versions, update the tag of the corresponding major version.
    Example, for releasing v1.0.1, update the v1 tag to point to the ref of the current release.
    The following commands are to be run on the release\v1 branch so that it picks the latest commit and updates the v1 tag accordingly : (Ensure that you are on same commit locally as you want to release)
  • git tag -fa v1 -m "Update v1 tag"
  • git push origin v1 --force
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure/CLI&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/copilot-deploy-backend.yml | 2 +- .github/workflows/copilot-deploy-infra.yml | 2 +- .github/workflows/copilot-deploy-memorypipeline.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/copilot-deploy-backend.yml b/.github/workflows/copilot-deploy-backend.yml index 869d2dac9..83948783e 100644 --- a/.github/workflows/copilot-deploy-backend.yml +++ b/.github/workflows/copilot-deploy-backend.yml @@ -65,7 +65,7 @@ jobs: echo "backend-host=$WEB_APP_NAME" >> $GITHUB_OUTPUT - name: Enable Run From Package - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: azcliversion: 2.30.0 inlineScript: | diff --git a/.github/workflows/copilot-deploy-infra.yml b/.github/workflows/copilot-deploy-infra.yml index 8feea242b..c7e13d70a 100644 --- a/.github/workflows/copilot-deploy-infra.yml +++ b/.github/workflows/copilot-deploy-infra.yml @@ -44,7 +44,7 @@ jobs: enable-AzPSSession: false - name: deploy-infra - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: azcliversion: 2.30.0 inlineScript: | diff --git a/.github/workflows/copilot-deploy-memorypipeline.yml b/.github/workflows/copilot-deploy-memorypipeline.yml index b6f3180a6..998751e9c 100644 --- a/.github/workflows/copilot-deploy-memorypipeline.yml +++ b/.github/workflows/copilot-deploy-memorypipeline.yml @@ -55,7 +55,7 @@ jobs: echo "AZURE_WEBAPP_NAME=$WEB_APP_NAME" >> $GITHUB_ENV - name: Enable Run From Package - uses: azure/CLI@v1 + uses: azure/CLI@v2 with: azcliversion: 2.30.0 inlineScript: | From ffd9edd075080817c4c9003e37983d3f91819b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:58:44 -0700 Subject: [PATCH 03/10] Bump follow-redirects from 1.15.4 to 1.15.6 in /webapp (#866) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
Commits
  • 35a517c Release version 1.15.6 of the npm package.
  • c4f847f Drop Proxy-Authorization across hosts.
  • 8526b4a Use GitHub for disclosure.
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • See full diff in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.15.4&new-version=1.15.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/microsoft/chat-copilot/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/yarn.lock b/webapp/yarn.lock index a4afc3948..cbfd5954d 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -6045,9 +6045,9 @@ flatted@^3.1.0: integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== follow-redirects@^1.0.0: - version "1.15.4" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf" - integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw== + version "1.15.6" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" + integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== for-each@^0.3.3: version "0.3.3" From a22e3a89bdeb0f497decb517efd82a006a81357d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:59:15 -0700 Subject: [PATCH 04/10] Bump gittools/actions from 0 to 1 (#867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [gittools/actions](https://github.com/gittools/actions) from 0 to 1.
Release notes

Sourced from gittools/actions's releases.

v1.0.0 GA Release

This is the first GA release for the GitVersion and GitReleaseManager GitHub actions and Azure DevOps tasks.

In this release the main focus was to add the possibility to install and run the GitVersion and GitReleaseManager tools from the GitTools organization in both GitHub actions workflows as well as in the Azure DevOps pipelines.

The documentation on how to use these actions/tasks can be found in the docs folder, and real example of workflows/pipelines can be found in the .azure and .github folders

v0.13.6

Full Changelog: https://github.com/GitTools/actions/compare/v0.13.5...v0.13.6

v0.13.5

What's Changed

New Contributors

Full Changelog: https://github.com/GitTools/actions/compare/v0.13.4...v0.13.5

v0.13.4

Full Changelog: https://github.com/GitTools/actions/compare/v0.13.3...v0.13.4

v0.13.3

What's Changed

Full Changelog: https://github.com/GitTools/actions/compare/v0.13.2...v0.13.3

v0.13.2

What's Changed

Full Changelog: https://github.com/GitTools/actions/compare/v0.13.0...v0.13.2

v0.13.1

What's Changed

Full Changelog: https://github.com/GitTools/actions/compare/v0.13.0...v0.13.1

v0.13.0

What's Changed

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gittools/actions&package-manager=github_actions&previous-version=0&new-version=1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/copilot-build-backend.yml | 4 ++-- .github/workflows/copilot-build-memorypipeline.yml | 4 ++-- .github/workflows/copilot-build-plugins.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/copilot-build-backend.yml b/.github/workflows/copilot-build-backend.yml index eca148c0b..bdb4690e1 100644 --- a/.github/workflows/copilot-build-backend.yml +++ b/.github/workflows/copilot-build-backend.yml @@ -38,13 +38,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0 + uses: gittools/actions/gitversion/setup@v1 with: versionSpec: "5.x" - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0 + uses: gittools/actions/gitversion/execute@v1 - name: Set version tag id: versiontag diff --git a/.github/workflows/copilot-build-memorypipeline.yml b/.github/workflows/copilot-build-memorypipeline.yml index 9bee10b4a..d45011ad0 100644 --- a/.github/workflows/copilot-build-memorypipeline.yml +++ b/.github/workflows/copilot-build-memorypipeline.yml @@ -32,13 +32,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0 + uses: gittools/actions/gitversion/setup@v1 with: versionSpec: "5.x" - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0 + uses: gittools/actions/gitversion/execute@v1 - name: Set version tag id: versiontag diff --git a/.github/workflows/copilot-build-plugins.yml b/.github/workflows/copilot-build-plugins.yml index 9eab6ea8c..57c0c4406 100644 --- a/.github/workflows/copilot-build-plugins.yml +++ b/.github/workflows/copilot-build-plugins.yml @@ -32,13 +32,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0 + uses: gittools/actions/gitversion/setup@v1 with: versionSpec: "5.x" - name: Determine version id: gitversion - uses: gittools/actions/gitversion/execute@v0 + uses: gittools/actions/gitversion/execute@v1 - name: Set version tag id: versiontag From b3b294e6b2ba51ecbac1ae0e9714ccfc41805cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:00:22 -0700 Subject: [PATCH 05/10] Bump @types/react-dom from 18.2.19 to 18.2.22 in /webapp (#874) Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.19 to 18.2.22.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.2.19&new-version=18.2.22)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 02078c330..422a42039 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -36,7 +36,7 @@ "@types/debug": "^4.1.12", "@types/node": "^20.11.24", "@types/react": "^18.2.56", - "@types/react-dom": "^18.2.19", + "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index cbfd5954d..c659e7ff5 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -3179,10 +3179,10 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react-dom@^18.2.19": - version "18.2.19" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58" - integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA== +"@types/react-dom@^18.2.22": + version "18.2.22" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.22.tgz#d332febf0815403de6da8a97e5fe282cbe609bae" + integrity sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ== dependencies: "@types/react" "*" From b6d64c15f157eeab062c4a6b0ee8f31e09b58720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:00:45 -0700 Subject: [PATCH 06/10] Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /webapp (#881) Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
Release notes

Sourced from webpack-dev-middleware's releases.

v5.3.4

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)
Changelog

Sourced from webpack-dev-middleware's changelog.

5.3.4 (2024-03-20)

Bug Fixes

  • security: do not allow to read files above (#1779) (189c4ac)
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-middleware&package-manager=npm_and_yarn&previous-version=5.3.3&new-version=5.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/microsoft/chat-copilot/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/yarn.lock b/webapp/yarn.lock index c659e7ff5..40c79a8ee 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -11217,9 +11217,9 @@ webidl-conversions@^6.1.0: integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== webpack-dev-middleware@^5.3.1: - version "5.3.3" - resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz#efae67c2793908e7311f1d9b06f2a08dcc97e51f" - integrity sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA== + version "5.3.4" + resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517" + integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q== dependencies: colorette "^2.0.10" memfs "^3.4.3" From 95f072e1271986671198edf5e45b89a1b47300d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:01:12 -0700 Subject: [PATCH 07/10] Bump @fluentui/react-components from 9.46.7 to 9.47.1 in /webapp (#882) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.46.7 to 9.47.1.
Release notes

Sourced from @​fluentui/react-components's releases.

@​fluentui/react-components v9.47.1

Prerelease changes

Commits
  • 6a3e6bb applying package updates
  • 9e6c3cf feat(react-swatch-picker): Added SwatchPickerRow component and rendering util...
  • 4f1b1fd revert: "feat: add .js file extension to built output + unwrap folder import/...
  • fd89630 docs(react-swatch-picker): Added stories for Size, Shape and Spacing (#30781)
  • cbd6654 applying package updates
  • b2ded25 Release Rating to stable (#30740)
  • e4022e2 feat: add .js file extension to built output + unwrap folder import/export to...
  • 9865fa9 fix: Applying correct styles to icon when ToggleButton is checked and has a s...
  • 0e4c8b7 applying package updates
  • 2e7373b fix: Update IStyleSet type to fix error when using TypeScript 5.3+ (#30753)
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fluentui/react-components&package-manager=npm_and_yarn&previous-version=9.46.7&new-version=9.47.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/package.json | 2 +- webapp/yarn.lock | 1144 ++++++++++++++++++++++--------------------- 2 files changed, 580 insertions(+), 566 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 422a42039..6fc5a9aa9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -17,7 +17,7 @@ "dependencies": { "@azure/msal-browser": "^2.38.3", "@azure/msal-react": "^1.5.11", - "@fluentui/react-components": "^9.46.7", + "@fluentui/react-components": "^9.47.1", "@fluentui/react-icons": "^2.0.232", "@fluentui/react-northstar": "^0.66.4", "@microsoft/signalr": "^8.0.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 40c79a8ee..934245982 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -1379,77 +1379,77 @@ dependencies: "@swc/helpers" "^0.5.1" -"@fluentui/react-accordion@^9.3.43": - version "9.3.43" - resolved "https://registry.yarnpkg.com/@fluentui/react-accordion/-/react-accordion-9.3.43.tgz#79849b608f9e9fa047948aef5d416d6bcc53a54f" - integrity sha512-lsB+YMEhOHLME6cPCLaxHe5Vamnt4nbV6zOOP1t4bhF6zDgDbo5O/71BJlwNOy/Moxu1I6/rjNuTrD3ln7fzmw== +"@fluentui/react-accordion@^9.3.46": + version "9.3.46" + resolved "https://registry.yarnpkg.com/@fluentui/react-accordion/-/react-accordion-9.3.46.tgz#3d17ce7e6fe7db467c3fccd041e181ab7a19cf6c" + integrity sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw== dependencies: - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-context-selector" "^9.1.53" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-context-selector" "^9.1.56" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-alert@9.0.0-beta.111": - version "9.0.0-beta.111" - resolved "https://registry.yarnpkg.com/@fluentui/react-alert/-/react-alert-9.0.0-beta.111.tgz#919f4a59b6367e4d1668805cefcc11c2437dce8d" - integrity sha512-pAU6nHDXoyTVQYomqBVhXq4a8fHHrv3Y+gJpVInLFHvju+BHVJFoaVOMMWl6Mc8rtOc10VUPGyyHQShrRI445w== +"@fluentui/react-alert@9.0.0-beta.114": + version "9.0.0-beta.114" + resolved "https://registry.yarnpkg.com/@fluentui/react-alert/-/react-alert-9.0.0-beta.114.tgz#20bedf7378edd25a77f149a05360309757a7f5f8" + integrity sha512-ZA55Wf9ZNE2KfKnT9fDqvWqnAKgcrYwYIJoliG+pCLztCitwlv/XUKAWR/DkP02NpA2qEeaiY1D9k/Mwd1haIQ== dependencies: - "@fluentui/react-avatar" "^9.6.16" - "@fluentui/react-button" "^9.3.70" + "@fluentui/react-avatar" "^9.6.19" + "@fluentui/react-button" "^9.3.73" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-aria@^9.9.1": - version "9.9.1" - resolved "https://registry.yarnpkg.com/@fluentui/react-aria/-/react-aria-9.9.1.tgz#3c40b4fefb3a3e033bec58d7af875c6331791c3a" - integrity sha512-PZzzSSBOiVtAll1ZNykedA4IUPanAUPIe8Lrxxxu+fh4Pfj4wTPa5ZGtmHbtvDa+BCJ0ox8Fb0hDf1EaIq093A== +"@fluentui/react-aria@^9.10.2": + version "9.10.2" + resolved "https://registry.yarnpkg.com/@fluentui/react-aria/-/react-aria-9.10.2.tgz#8fe01b8fe011de29348e11b33c5896607daa62e8" + integrity sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-utilities" "^9.18.5" "@swc/helpers" "^0.5.1" -"@fluentui/react-avatar@^9.6.16": - version "9.6.16" - resolved "https://registry.yarnpkg.com/@fluentui/react-avatar/-/react-avatar-9.6.16.tgz#0f0a1b8bd87f7e919e37f2a0b8208e09de08ffba" - integrity sha512-GgzjqYa9Y8CjL0kPA4KjKLk4mbz/VFJopJuaUFOpoRw6ZDR8Vgyps7a7Nk/oDNhsUiLJZdl5ipdWJiJhdvwwrw== +"@fluentui/react-avatar@^9.6.19": + version "9.6.19" + resolved "https://registry.yarnpkg.com/@fluentui/react-avatar/-/react-avatar-9.6.19.tgz#8e9bb7028dd71318cdfe48a6f9b28585e2a9ff23" + integrity sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA== dependencies: - "@fluentui/react-badge" "^9.2.26" - "@fluentui/react-context-selector" "^9.1.53" + "@fluentui/react-badge" "^9.2.29" + "@fluentui/react-context-selector" "^9.1.56" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-popover" "^9.8.40" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-tooltip" "^9.4.18" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-popover" "^9.9.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-tooltip" "^9.4.21" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-badge@^9.2.26": - version "9.2.26" - resolved "https://registry.yarnpkg.com/@fluentui/react-badge/-/react-badge-9.2.26.tgz#b1a39364230465103c121e3acc50afdb07e2d40f" - integrity sha512-eGFJr++MlCexzKLYWW2skP288kanvVUT8xeLLksMrI1ZsO4lySwee34wT/d1/lR1x28yq3sCz/BuqP1XsoGlFw== +"@fluentui/react-badge@^9.2.29": + version "9.2.29" + resolved "https://registry.yarnpkg.com/@fluentui/react-badge/-/react-badge-9.2.29.tgz#3082278bee9a60f063e1cc04717dbb02fcd08267" + integrity sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA== dependencies: "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" @@ -1472,85 +1472,85 @@ prop-types "^15.7.2" react-is "^17.0.2" -"@fluentui/react-breadcrumb@^9.0.16": - version "9.0.16" - resolved "https://registry.yarnpkg.com/@fluentui/react-breadcrumb/-/react-breadcrumb-9.0.16.tgz#bdc0b171b63979fccff2209ed79b078a8b8a8c7c" - integrity sha512-+dhZHmkWNKfXBRGPTd0mv773OL9AK9nRoO2lncsV9oZxefD0m98JdO9HkRPrM7GvRKDpCH2ryoI5nhLSRoQzrg== +"@fluentui/react-breadcrumb@^9.0.19": + version "9.0.19" + resolved "https://registry.yarnpkg.com/@fluentui/react-breadcrumb/-/react-breadcrumb-9.0.19.tgz#807f381eb8f535dc5902c0dc80f09a8bc0d408d8" + integrity sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ== dependencies: - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-button" "^9.3.70" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-button" "^9.3.73" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-link" "^9.2.12" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-link" "^9.2.15" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-button@^9.3.70": - version "9.3.70" - resolved "https://registry.yarnpkg.com/@fluentui/react-button/-/react-button-9.3.70.tgz#d1972455760a3148b8679f6d88b39508946287ac" - integrity sha512-tbSp4ff3vj7GtoqZJSuJDEEEafLIDciXVK2HGuMH9s1P/7RS/2c6PuMCsiOr+vJSRQhSgmlnjlopT+CaNs2iDg== +"@fluentui/react-button@^9.3.73": + version "9.3.73" + resolved "https://registry.yarnpkg.com/@fluentui/react-button/-/react-button-9.3.73.tgz#7874ddd5374faa1fe74db5ca5201f6a9f7551794" + integrity sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" + "@fluentui/react-aria" "^9.10.2" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-card@^9.0.69": - version "9.0.69" - resolved "https://registry.yarnpkg.com/@fluentui/react-card/-/react-card-9.0.69.tgz#c0babde94456aa6f472bc3307cc7a08ba684e380" - integrity sha512-lkgQ3ImddOsM84hSgDrnLgZxS7075V2bGK80/ZrMT8zxnWBOVmAgMACvCqFk/Yzsv2Mvgv+EjQ1bS03dFajcAA== +"@fluentui/react-card@^9.0.72": + version "9.0.72" + resolved "https://registry.yarnpkg.com/@fluentui/react-card/-/react-card-9.0.72.tgz#09e8fb00a8a1d68b81c44d1110f645c6f6ff23b7" + integrity sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-checkbox@^9.2.14": - version "9.2.14" - resolved "https://registry.yarnpkg.com/@fluentui/react-checkbox/-/react-checkbox-9.2.14.tgz#0f123231b654a55b299f9cb08699077af5937fe4" - integrity sha512-6sMSzTAxbVaREKq3MbgU87al+xq/azz/jxuIEqkMA9O0K4miCgzHSLA2+JcwHBr2x+lDz2HKyJCaHjP8FqsZLQ== +"@fluentui/react-checkbox@^9.2.17": + version "9.2.17" + resolved "https://registry.yarnpkg.com/@fluentui/react-checkbox/-/react-checkbox-9.2.17.tgz#96941acd8b2cb879c18cd8e5607ba654e9b91684" + integrity sha512-CnernbErbJZOeJAT6LflJlJt41n/nFReq6SHCnwrs6mt8NCZ6L5YU294kSPIHfLiJyRXjxUroDwQTsE+bwgKjw== dependencies: - "@fluentui/react-field" "^9.1.55" + "@fluentui/react-field" "^9.1.58" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-combobox@^9.9.0": - version "9.9.0" - resolved "https://registry.yarnpkg.com/@fluentui/react-combobox/-/react-combobox-9.9.0.tgz#33abb050af2aca7b32fd4ef4ab0684f48cd848e0" - integrity sha512-QzqlgiY24pPM/QBPMKdv07FQNMNA+QjXiKv3jvoBJdfarzybceGuwLoolGJcxj+V+5gXJ+Dxn8EO2wABXjxCmw== +"@fluentui/react-combobox@^9.9.3": + version "9.9.3" + resolved "https://registry.yarnpkg.com/@fluentui/react-combobox/-/react-combobox-9.9.3.tgz#d3dc7e1213a10b010394b5e823e756004bb90061" + integrity sha512-wkA0a39zCMLmL6TVayRu3YppRzEjBeC+2OQzsM0A1ZH7Y/jRg/BxlIdJnrMVYrpLqcC3vGlPNrpsgVrvNmz25g== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-context-selector" "^9.1.53" - "@fluentui/react-field" "^9.1.55" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-context-selector" "^9.1.56" + "@fluentui/react-field" "^9.1.58" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-portal" "^9.4.15" - "@fluentui/react-positioning" "^9.13.5" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-portal" "^9.4.18" + "@fluentui/react-positioning" "^9.14.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" @@ -1577,129 +1577,130 @@ "@babel/runtime" "^7.10.4" react-is "^17.0.2" -"@fluentui/react-components@^9.46.7": - version "9.46.7" - resolved "https://registry.yarnpkg.com/@fluentui/react-components/-/react-components-9.46.7.tgz#4fa97acbdbdad9d81c506947a073938bca558231" - integrity sha512-UyNUwZeLTp5Rl+aZ2yGldjQz/CouByDsLXFhyyEbf+OWOMpD2fujvusirGYmQJKANd+smfvsCPpB0hHq+WaIAA== - dependencies: - "@fluentui/react-accordion" "^9.3.43" - "@fluentui/react-alert" "9.0.0-beta.111" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-avatar" "^9.6.16" - "@fluentui/react-badge" "^9.2.26" - "@fluentui/react-breadcrumb" "^9.0.16" - "@fluentui/react-button" "^9.3.70" - "@fluentui/react-card" "^9.0.69" - "@fluentui/react-checkbox" "^9.2.14" - "@fluentui/react-combobox" "^9.9.0" - "@fluentui/react-dialog" "^9.9.12" - "@fluentui/react-divider" "^9.2.62" - "@fluentui/react-drawer" "^9.1.6" - "@fluentui/react-field" "^9.1.55" - "@fluentui/react-image" "^9.1.59" - "@fluentui/react-infobutton" "9.0.0-beta.95" - "@fluentui/react-infolabel" "^9.0.23" - "@fluentui/react-input" "^9.4.65" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-link" "^9.2.12" - "@fluentui/react-menu" "^9.13.1" - "@fluentui/react-message-bar" "^9.0.21" - "@fluentui/react-overflow" "^9.1.12" - "@fluentui/react-persona" "^9.2.75" - "@fluentui/react-popover" "^9.8.40" - "@fluentui/react-portal" "^9.4.15" - "@fluentui/react-positioning" "^9.13.5" - "@fluentui/react-progress" "^9.1.65" - "@fluentui/react-provider" "^9.13.13" - "@fluentui/react-radio" "^9.2.9" - "@fluentui/react-select" "^9.1.65" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-skeleton" "^9.0.53" - "@fluentui/react-slider" "^9.1.71" - "@fluentui/react-spinbutton" "^9.2.65" - "@fluentui/react-spinner" "^9.3.43" - "@fluentui/react-switch" "^9.1.71" - "@fluentui/react-table" "^9.11.12" - "@fluentui/react-tabs" "^9.4.11" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-tags" "^9.1.0" - "@fluentui/react-text" "^9.4.11" - "@fluentui/react-textarea" "^9.3.65" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-toast" "^9.3.32" - "@fluentui/react-toolbar" "^9.1.72" - "@fluentui/react-tooltip" "^9.4.18" - "@fluentui/react-tree" "^9.4.32" - "@fluentui/react-utilities" "^9.18.2" - "@fluentui/react-virtualizer" "9.0.0-alpha.70" +"@fluentui/react-components@^9.47.1": + version "9.47.1" + resolved "https://registry.yarnpkg.com/@fluentui/react-components/-/react-components-9.47.1.tgz#d310afaf1dac6fdbb35a621fca757d2b25ca9b30" + integrity sha512-GJ83GAy6++VA8CkGDEapua4PYnCBMn8aFYXszw2ck4Jy6ZShK3Sr0O0I81JWd7VDgCRrVKcMpAQy/sEWFutmxQ== + dependencies: + "@fluentui/react-accordion" "^9.3.46" + "@fluentui/react-alert" "9.0.0-beta.114" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-avatar" "^9.6.19" + "@fluentui/react-badge" "^9.2.29" + "@fluentui/react-breadcrumb" "^9.0.19" + "@fluentui/react-button" "^9.3.73" + "@fluentui/react-card" "^9.0.72" + "@fluentui/react-checkbox" "^9.2.17" + "@fluentui/react-combobox" "^9.9.3" + "@fluentui/react-dialog" "^9.9.15" + "@fluentui/react-divider" "^9.2.65" + "@fluentui/react-drawer" "^9.1.9" + "@fluentui/react-field" "^9.1.58" + "@fluentui/react-image" "^9.1.62" + "@fluentui/react-infobutton" "9.0.0-beta.98" + "@fluentui/react-infolabel" "^9.0.26" + "@fluentui/react-input" "^9.4.68" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-link" "^9.2.15" + "@fluentui/react-menu" "^9.13.4" + "@fluentui/react-message-bar" "^9.0.24" + "@fluentui/react-overflow" "^9.1.15" + "@fluentui/react-persona" "^9.2.78" + "@fluentui/react-popover" "^9.9.2" + "@fluentui/react-portal" "^9.4.18" + "@fluentui/react-positioning" "^9.14.2" + "@fluentui/react-progress" "^9.1.68" + "@fluentui/react-provider" "^9.13.16" + "@fluentui/react-radio" "^9.2.12" + "@fluentui/react-rating" "^9.0.1" + "@fluentui/react-select" "^9.1.68" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-skeleton" "^9.0.56" + "@fluentui/react-slider" "^9.1.74" + "@fluentui/react-spinbutton" "^9.2.68" + "@fluentui/react-spinner" "^9.4.2" + "@fluentui/react-switch" "^9.1.74" + "@fluentui/react-table" "^9.11.15" + "@fluentui/react-tabs" "^9.4.14" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-tags" "^9.1.3" + "@fluentui/react-text" "^9.4.14" + "@fluentui/react-textarea" "^9.3.68" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-toast" "^9.3.35" + "@fluentui/react-toolbar" "^9.1.75" + "@fluentui/react-tooltip" "^9.4.21" + "@fluentui/react-tree" "^9.4.35" + "@fluentui/react-utilities" "^9.18.5" + "@fluentui/react-virtualizer" "9.0.0-alpha.73" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-context-selector@^9.1.53": - version "9.1.53" - resolved "https://registry.yarnpkg.com/@fluentui/react-context-selector/-/react-context-selector-9.1.53.tgz#989e3d0c2f7ecec84c114a5f3be1f7bc6a6a7e53" - integrity sha512-T35dpO1vRrCpgErpHmv+wC/B5j0SngttcI0h8ScilACUi5CzXmLEzDq+N6K3hVz0HbKUnsDA6ZHCSxCWC0ZFQw== +"@fluentui/react-context-selector@^9.1.56": + version "9.1.56" + resolved "https://registry.yarnpkg.com/@fluentui/react-context-selector/-/react-context-selector-9.1.56.tgz#c5985cb04443c17dfd314d23c2bfec1d84e1ba4e" + integrity sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw== dependencies: - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-utilities" "^9.18.5" "@swc/helpers" "^0.5.1" -"@fluentui/react-dialog@^9.9.12": - version "9.9.12" - resolved "https://registry.yarnpkg.com/@fluentui/react-dialog/-/react-dialog-9.9.12.tgz#7cb3bbfd6621ea155914cb7b6cae32e657510c4a" - integrity sha512-3ivhSWdW8HAvU0/UAuhrVzO/qlBUq54AxrCJI18rYfL4f90NYz3mw5E0nkoekLVnvw5mhFKXSsjU0UTDtWqFYw== +"@fluentui/react-dialog@^9.9.15": + version "9.9.15" + resolved "https://registry.yarnpkg.com/@fluentui/react-dialog/-/react-dialog-9.9.15.tgz#c6cbe04ac8a34a4c1f2981cff1c4c64a979b380c" + integrity sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-context-selector" "^9.1.53" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-context-selector" "^9.1.56" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-portal" "^9.4.15" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-portal" "^9.4.18" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" react-transition-group "^4.4.1" -"@fluentui/react-divider@^9.2.62": - version "9.2.62" - resolved "https://registry.yarnpkg.com/@fluentui/react-divider/-/react-divider-9.2.62.tgz#93f4a847a68d53a0bd90bfcac67d476f226dcf23" - integrity sha512-GOQ6HWcCajuUTJlGqLcFFDDsdY31k4u6PN8/1KMpdX6ITMHSBqOMYN34t0uXM90ZHWuNADmghTaUjM5aO8SYqg== +"@fluentui/react-divider@^9.2.65": + version "9.2.65" + resolved "https://registry.yarnpkg.com/@fluentui/react-divider/-/react-divider-9.2.65.tgz#23b1929672783390695a26c76ba792eba9fc14fa" + integrity sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw== dependencies: - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-drawer@^9.1.6": - version "9.1.6" - resolved "https://registry.yarnpkg.com/@fluentui/react-drawer/-/react-drawer-9.1.6.tgz#e6aad64e790f45f823aefc1a18e5b6e3450d9e2c" - integrity sha512-BDpOY99SKT1o8cr3CJdpGWN78kcy+Hrygw90KlTj7P53pUrZIgETjQPvJFS/VPTBcOVa4OGmISb7NzCXt7/hng== - dependencies: - "@fluentui/react-dialog" "^9.9.12" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-motion-preview" "^0.5.14" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" +"@fluentui/react-drawer@^9.1.9": + version "9.1.9" + resolved "https://registry.yarnpkg.com/@fluentui/react-drawer/-/react-drawer-9.1.9.tgz#fd9a360f7004e30114c812d95d96c61ccc56d282" + integrity sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w== + dependencies: + "@fluentui/react-dialog" "^9.9.15" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-motion-preview" "^0.5.17" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-field@^9.1.55": - version "9.1.55" - resolved "https://registry.yarnpkg.com/@fluentui/react-field/-/react-field-9.1.55.tgz#65b0131be9dfe74dbdfbf61eb4cf6f41d8e7698d" - integrity sha512-uLEsHw1hb7Q17MdwpAw0fuF/+VtgKVY88o4KI9HVYp2kD4vr3W80B56krObbhRasxtkGkh7vj78fmAoh/WFV7w== +"@fluentui/react-field@^9.1.58": + version "9.1.58" + resolved "https://registry.yarnpkg.com/@fluentui/react-field/-/react-field-9.1.58.tgz#f6c080d79f160696cbfa98e9b5bc4aeb9fabb697" + integrity sha512-FrjgCdFgtlagga/HzHExdkqlgrLNRP2slPA62R2JP8ZorzR6zEmnYyC5+rUAVBY0OXv79Ky957urvJz+4rBBNA== dependencies: - "@fluentui/react-context-selector" "^9.1.53" + "@fluentui/react-context-selector" "^9.1.56" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" @@ -1722,139 +1723,139 @@ "@griffel/react" "^1.0.0" tslib "^2.1.0" -"@fluentui/react-image@^9.1.59": - version "9.1.59" - resolved "https://registry.yarnpkg.com/@fluentui/react-image/-/react-image-9.1.59.tgz#47e59f6c9a6207ceebb7d1ec38373028005d2ddb" - integrity sha512-4uD2s8TQ1I4Mo3LeLCIGypK8ymPsefGEg+xha9ylBNqjITS9iERfwFnuT8k+dzfB4nWb2phE2qAjwvvkLD4IuQ== +"@fluentui/react-image@^9.1.62": + version "9.1.62" + resolved "https://registry.yarnpkg.com/@fluentui/react-image/-/react-image-9.1.62.tgz#3d76332f44e59a77e430fa06ce14a50dfc8f6ff7" + integrity sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw== dependencies: - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-infobutton@9.0.0-beta.95": - version "9.0.0-beta.95" - resolved "https://registry.yarnpkg.com/@fluentui/react-infobutton/-/react-infobutton-9.0.0-beta.95.tgz#2e041b62b9e0b289c0aaf36ccb6800bbdea09886" - integrity sha512-y4TQnpqDmM51T5IVaGKnOGNotTNpsR+fdUE6GN9hk+auh3y0jN8IAVekHKdfAQeaOC4ztGNurtC04se8RRE8Fw== +"@fluentui/react-infobutton@9.0.0-beta.98": + version "9.0.0-beta.98" + resolved "https://registry.yarnpkg.com/@fluentui/react-infobutton/-/react-infobutton-9.0.0-beta.98.tgz#642381f92c7119efa0a8d8b98623fbe534fc8480" + integrity sha512-7IFrKpmv1PnTN7ZrisYE7qrsfY6bRTK5AVnsQVrBX9/6xkLe4ZE52cQtoAnTX1gMIgqDhgoOd/RTzTO07xxPiw== dependencies: "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-popover" "^9.8.40" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-popover" "^9.9.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-infolabel@^9.0.23": - version "9.0.23" - resolved "https://registry.yarnpkg.com/@fluentui/react-infolabel/-/react-infolabel-9.0.23.tgz#d625a008c7e955477cb6557341b36e6252cb223f" - integrity sha512-SPe7IVIQ0+Pd6kvm4PY9zXM2na2L240X0OmUiZjAp3y5QnAMJTZlei4xxKxOnrQidutCQnaqd36aeyTYB+BKFw== +"@fluentui/react-infolabel@^9.0.26": + version "9.0.26" + resolved "https://registry.yarnpkg.com/@fluentui/react-infolabel/-/react-infolabel-9.0.26.tgz#b093c73019ef37387034c3191df667a4e0923e15" + integrity sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ== dependencies: "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-popover" "^9.8.40" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-popover" "^9.9.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-input@^9.4.65": - version "9.4.65" - resolved "https://registry.yarnpkg.com/@fluentui/react-input/-/react-input-9.4.65.tgz#b67e7bc6001f0843f6b9e3f06fcd1a3d9fc709d1" - integrity sha512-J4uuj62aVRLpH7fya0fUgtzsxYUHDfHNdf0dSQaEKIAGSH6P1oXLEzF6Dx0BF21QFPHSIfIkMfPyzFWjZJTsFw== +"@fluentui/react-input@^9.4.68": + version "9.4.68" + resolved "https://registry.yarnpkg.com/@fluentui/react-input/-/react-input-9.4.68.tgz#8be2253d767f5060637790184201db4a1f71304a" + integrity sha512-NCnHG/e17TkOW6L28nFQp654vTBvdlfzvpwSqKmzeeC7H71tweqdlgnaRnzyd58FOKe9fQ69bzk/TG9P3qiixg== dependencies: - "@fluentui/react-field" "^9.1.55" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-field" "^9.1.58" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-jsx-runtime@^9.0.31": - version "9.0.31" - resolved "https://registry.yarnpkg.com/@fluentui/react-jsx-runtime/-/react-jsx-runtime-9.0.31.tgz#de0611e1acbda40147a1d651ee89e692289d8315" - integrity sha512-mKOVtenuhud6a8++wFGohJpbrE4QXPAEWSF9f8Yvt3HjGd5g5CACW+YGy/QN1l9e96kxSQASXzZjIzBw8vQ51A== +"@fluentui/react-jsx-runtime@^9.0.34": + version "9.0.34" + resolved "https://registry.yarnpkg.com/@fluentui/react-jsx-runtime/-/react-jsx-runtime-9.0.34.tgz#b53d575b1f0dcef4834a2051ab0b931614ee0cdc" + integrity sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw== dependencies: - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-utilities" "^9.18.5" "@swc/helpers" "^0.5.1" react-is "^17.0.2" -"@fluentui/react-label@^9.1.63": - version "9.1.63" - resolved "https://registry.yarnpkg.com/@fluentui/react-label/-/react-label-9.1.63.tgz#aac1a3ea4f0e14adb9a92129da3c4c8264f637f0" - integrity sha512-1E0//GbhubyMRycS8XvsmaZEMgKHpU4N/2nWgC0onJNyGlz02yFdhPWXasjufYZr09/qQ3CTLG0crsW5/q4ZBA== +"@fluentui/react-label@^9.1.66": + version "9.1.66" + resolved "https://registry.yarnpkg.com/@fluentui/react-label/-/react-label-9.1.66.tgz#4d2134e508b0054674d783d5299c13b8e37cf243" + integrity sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg== dependencies: - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-link@^9.2.12": - version "9.2.12" - resolved "https://registry.yarnpkg.com/@fluentui/react-link/-/react-link-9.2.12.tgz#3912cf6532db14ee27da746aacc33cab72dfbdd6" - integrity sha512-Rg6N/EB7Ccj1uLGh74NM2DgyL4ojbItBRYCyfV/gx6VS+on3Gdh8Of89IVJsLqylAj8Au0giCyC5wVaLEpe5vw== +"@fluentui/react-link@^9.2.15": + version "9.2.15" + resolved "https://registry.yarnpkg.com/@fluentui/react-link/-/react-link-9.2.15.tgz#21d66b6272057bfaa907ae36d6d7a099f8aa3ef6" + integrity sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-menu@^9.13.1": - version "9.13.1" - resolved "https://registry.yarnpkg.com/@fluentui/react-menu/-/react-menu-9.13.1.tgz#35079a02df365b0a8f38cc4b342c4420217e352f" - integrity sha512-UGNy2/KsKVFdugQklJ2rOi5fJ7FwomfjTaq7It0Xo+zFlnboqrdpbpfQsQEZMyIJBgFR4jAHSyRT6J/j4LfHBA== +"@fluentui/react-menu@^9.13.4": + version "9.13.4" + resolved "https://registry.yarnpkg.com/@fluentui/react-menu/-/react-menu-9.13.4.tgz#26cdf62556df7c364d66890b796b9bf596874332" + integrity sha512-dIcClcBMjxj1eBKHiCdTYI59nnldPQHv+e/JW2YxP6XecJVLa/zoxsMoiwor/uzU2JlGKzKNQj2CIDkok71ivw== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-context-selector" "^9.1.53" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-context-selector" "^9.1.56" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-portal" "^9.4.15" - "@fluentui/react-positioning" "^9.13.5" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-portal" "^9.4.18" + "@fluentui/react-positioning" "^9.14.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-message-bar@^9.0.21": - version "9.0.21" - resolved "https://registry.yarnpkg.com/@fluentui/react-message-bar/-/react-message-bar-9.0.21.tgz#8bbe4f0b38a1332f35c1ebdd9004fa00d2c360d4" - integrity sha512-lv83/jvWxi0/iYCxOCAjWHK4lpiZE/+7Mei4Mqcge20c0K+sPXh37p4xgInybg6Dh5dSunQRwo7dEmttICLQIQ== +"@fluentui/react-message-bar@^9.0.24": + version "9.0.24" + resolved "https://registry.yarnpkg.com/@fluentui/react-message-bar/-/react-message-bar-9.0.24.tgz#a2cac32fecb7fa7ef27ee1372efbeeb867c5444b" + integrity sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g== dependencies: - "@fluentui/react-button" "^9.3.70" + "@fluentui/react-button" "^9.3.73" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" react-transition-group "^4.4.1" -"@fluentui/react-motion-preview@^0.5.14": - version "0.5.14" - resolved "https://registry.yarnpkg.com/@fluentui/react-motion-preview/-/react-motion-preview-0.5.14.tgz#e6248f46b5242fd6bdd80d54cf4aa382d9f7fd21" - integrity sha512-iBml59Bu4IlIptpDujIsnrb5+MLmfGTz+25OobxK/YoCRIBFvq/kxnV2WWBYzT+dEntglfmyPQzDHes+J8FD4Q== +"@fluentui/react-motion-preview@^0.5.17": + version "0.5.17" + resolved "https://registry.yarnpkg.com/@fluentui/react-motion-preview/-/react-motion-preview-0.5.17.tgz#c3c6186e64dee32b6ba6a4e940f868aca0bd647c" + integrity sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg== dependencies: - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" @@ -1915,47 +1916,47 @@ react-is "^17.0.2" react-transition-group "^4.4.1" -"@fluentui/react-overflow@^9.1.12": - version "9.1.12" - resolved "https://registry.yarnpkg.com/@fluentui/react-overflow/-/react-overflow-9.1.12.tgz#9bfba570d7a848b58ee72235195947aefe7b3d28" - integrity sha512-AOGZHZ1rJncFStrWEEkiEBH4v8o/RxSDBRU3PY40pHK1Zrcv0z10khNE6dxYYLx6uY4T30Pg1UD17iMHQgUAYg== +"@fluentui/react-overflow@^9.1.15": + version "9.1.15" + resolved "https://registry.yarnpkg.com/@fluentui/react-overflow/-/react-overflow-9.1.15.tgz#47abad309b8f42f33f72c729a207fdd2d78d5630" + integrity sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA== dependencies: "@fluentui/priority-overflow" "^9.1.11" - "@fluentui/react-context-selector" "^9.1.53" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-context-selector" "^9.1.56" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-persona@^9.2.75": - version "9.2.75" - resolved "https://registry.yarnpkg.com/@fluentui/react-persona/-/react-persona-9.2.75.tgz#f1b71d1ca136bf41a33612cfd4b19f46c058f019" - integrity sha512-Bsk/Gf6NNGkMRqOIRC20EnBw8ayx+W3VesSf9NKIOZCmkhRdjCQeYsDdTWRMMgd1ooGJDQSeqeKAKpdZ98A8eg== - dependencies: - "@fluentui/react-avatar" "^9.6.16" - "@fluentui/react-badge" "^9.2.26" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" +"@fluentui/react-persona@^9.2.78": + version "9.2.78" + resolved "https://registry.yarnpkg.com/@fluentui/react-persona/-/react-persona-9.2.78.tgz#d05c432fdab3a518e4633fbc883a3da8553eed2c" + integrity sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw== + dependencies: + "@fluentui/react-avatar" "^9.6.19" + "@fluentui/react-badge" "^9.2.29" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-popover@^9.8.40": - version "9.8.40" - resolved "https://registry.yarnpkg.com/@fluentui/react-popover/-/react-popover-9.8.40.tgz#eb1fcaea3a9d4086d5c6d164e4d471f310e530c5" - integrity sha512-25l0LVj6Yxe2UVeHSUouWXMZuIcKq52MGfOPOw+GHA0LYwzeEfsrP3Vo/ofhYR0UV+Q9/+rmq07Vn3hpQgjmMg== +"@fluentui/react-popover@^9.9.2": + version "9.9.2" + resolved "https://registry.yarnpkg.com/@fluentui/react-popover/-/react-popover-9.9.2.tgz#dc1705b499ffd4fdbf6f3678bd690d3c9ad975f2" + integrity sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-context-selector" "^9.1.53" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-portal" "^9.4.15" - "@fluentui/react-positioning" "^9.13.5" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-context-selector" "^9.1.56" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-portal" "^9.4.18" + "@fluentui/react-positioning" "^9.14.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" @@ -1966,41 +1967,41 @@ dependencies: "@swc/helpers" "^0.4.14" -"@fluentui/react-portal@^9.4.15": - version "9.4.15" - resolved "https://registry.yarnpkg.com/@fluentui/react-portal/-/react-portal-9.4.15.tgz#7827e8ba523229c18d1d8a1795f4bc25ae574b4b" - integrity sha512-+V3giy0NqZ/5KFBkP+ZLc+NpvAeWHuENThG8+2cT6Q7LQ9o6oyDY+iVW13Z7neAKTNtAa4TDFAx/zNUR+m7rnQ== +"@fluentui/react-portal@^9.4.18": + version "9.4.18" + resolved "https://registry.yarnpkg.com/@fluentui/react-portal/-/react-portal-9.4.18.tgz#170a44c0390d96565c801137fd24a4d112398474" + integrity sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ== dependencies: - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" use-disposable "^1.0.1" -"@fluentui/react-positioning@^9.13.5": - version "9.13.5" - resolved "https://registry.yarnpkg.com/@fluentui/react-positioning/-/react-positioning-9.13.5.tgz#66f2141b2bc0014290d97a8ab7f7ac22262df851" - integrity sha512-AqcXnKJUsVX62AAZjXcANhPDq6odbLeCCAOmiU1o9VhsF8pgVwQmeWIXQwX7hLhvWacGKiNK1xxjOq8jp3cQUA== +"@fluentui/react-positioning@^9.14.2": + version "9.14.2" + resolved "https://registry.yarnpkg.com/@fluentui/react-positioning/-/react-positioning-9.14.2.tgz#30a6369d7ca3fffa14864e77b52a1bfe010c32b1" + integrity sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw== dependencies: "@floating-ui/devtools" "0.2.1" "@floating-ui/dom" "^1.2.0" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-progress@^9.1.65": - version "9.1.65" - resolved "https://registry.yarnpkg.com/@fluentui/react-progress/-/react-progress-9.1.65.tgz#f4c9fae647ab05dfeadf8e11a96fa3be42ae66ed" - integrity sha512-BIXZfPakeGVVAqimrOSkjDwnRrz80TyHj6i4mgiA0punUFMab7vDQc+N5joOWF/TEdvByKA4UoWHbQHcP3Tojw== +"@fluentui/react-progress@^9.1.68": + version "9.1.68" + resolved "https://registry.yarnpkg.com/@fluentui/react-progress/-/react-progress-9.1.68.tgz#1ce6c30e43c779783e175283f7e1f6500acd37f5" + integrity sha512-6DhpwhSc25dbWJL4DRxEzYw3NSzZkqkY6yJCdQIMwrUGd7Ju8f0wxZ8VdfZFSzJPnVDybU8IESO9kbXDsg5YfQ== dependencies: - "@fluentui/react-field" "^9.1.55" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-field" "^9.1.58" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" @@ -2013,315 +2014,328 @@ lodash "^4.17.15" prop-types "^15.7.2" -"@fluentui/react-provider@^9.13.13": - version "9.13.13" - resolved "https://registry.yarnpkg.com/@fluentui/react-provider/-/react-provider-9.13.13.tgz#9b2f009fbd7469188ce41dca43fc937603f0f3a4" - integrity sha512-L7BLT1DEpigP8vKtuef68h5IJcCZrTOmGuaHNL+u0weiu2c/L1LRpLD0vsfvWJIqYXc+9LEyomTm+o9YTTj2lw== +"@fluentui/react-provider@^9.13.16": + version "9.13.16" + resolved "https://registry.yarnpkg.com/@fluentui/react-provider/-/react-provider-9.13.16.tgz#6ee16e966e9ee9e86197ec76495120d63e5dcde9" + integrity sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og== dependencies: "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/core" "^1.14.1" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-radio@^9.2.9": - version "9.2.9" - resolved "https://registry.yarnpkg.com/@fluentui/react-radio/-/react-radio-9.2.9.tgz#9685ecb3cfd0b02abce4a72c4a64bd362f30a510" - integrity sha512-okrd731MjZKlxwHSygdVTl9gId+cHwO7stp3u5OzaNpTX/TBnQh2jmjADNZkZ2LLQQwKjYhL+ScyVLLKpq3OKA== - dependencies: - "@fluentui/react-field" "^9.1.55" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" +"@fluentui/react-radio@^9.2.12": + version "9.2.12" + resolved "https://registry.yarnpkg.com/@fluentui/react-radio/-/react-radio-9.2.12.tgz#183961e2bd240209d3fa61d7d8edb0458aa2bc68" + integrity sha512-V2FcDzojcqBQiy2sNdEt6Yj8QWoMM9DUvBvXuyjJawtsN5MlB3vkQlst2MpG0Fc1NQgrfnY73XkNAencwPWUYQ== + dependencies: + "@fluentui/react-field" "^9.1.58" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" + "@griffel/react" "^1.5.14" + "@swc/helpers" "^0.5.1" + +"@fluentui/react-rating@^9.0.1": + version "9.0.1" + resolved "https://registry.yarnpkg.com/@fluentui/react-rating/-/react-rating-9.0.1.tgz#a93973c5bef04f2dde11fcbdacc467d2060e7002" + integrity sha512-YNAv95ZnvJPI9Vt7OVmYfEqib4ijqVlXEz/cdVKwQG9s2Qek7jQwrH5lwQ0lFduLfli6Vu5ukxFPettMPp/mLQ== + dependencies: + "@fluentui/react-icons" "^2.0.224" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-select@^9.1.65": - version "9.1.65" - resolved "https://registry.yarnpkg.com/@fluentui/react-select/-/react-select-9.1.65.tgz#24ea3589e1cf4922ef0770c867286f9051651ecd" - integrity sha512-oWIhT9OEzsE/hJ6c8Jsq04PZMcqNSy+0DTdYJkD48L/JcIsMBL1ZQoNHGUSXy/1CcRh2fhykOs07xLkLoapZVQ== +"@fluentui/react-select@^9.1.68": + version "9.1.68" + resolved "https://registry.yarnpkg.com/@fluentui/react-select/-/react-select-9.1.68.tgz#b3fe380258115c5b50566addbb444f5c1556ffbc" + integrity sha512-c5SBSuqWIqBHp5/3LMNIzk/KkIgb3tgJWqwQ0xQ9EYGFJLRbTG7iPE9JMeG/CmBa9zvb1WoFAaKnvdN5/vgSCQ== dependencies: - "@fluentui/react-field" "^9.1.55" + "@fluentui/react-field" "^9.1.58" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-shared-contexts@^9.14.1": - version "9.14.1" - resolved "https://registry.yarnpkg.com/@fluentui/react-shared-contexts/-/react-shared-contexts-9.14.1.tgz#99506acfba6cf22f1d7bd2265c4e2979aabef5c1" - integrity sha512-I9/YGq+QqBPRaHqpMbJ1EFa5qm179Lz4qu+KA6Z04oiycdXfNu9UK1SKm2LfeMNcGROZ67dS9tJdbfx5geC5yg== +"@fluentui/react-shared-contexts@^9.15.2": + version "9.15.2" + resolved "https://registry.yarnpkg.com/@fluentui/react-shared-contexts/-/react-shared-contexts-9.15.2.tgz#e5214436ffc3672ff76e6dc964fd83078b570de5" + integrity sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw== dependencies: - "@fluentui/react-theme" "^9.1.16" + "@fluentui/react-theme" "^9.1.19" "@swc/helpers" "^0.5.1" -"@fluentui/react-skeleton@^9.0.53": - version "9.0.53" - resolved "https://registry.yarnpkg.com/@fluentui/react-skeleton/-/react-skeleton-9.0.53.tgz#b4587c76833b374a623d6956f1a6d3a00c8f4d66" - integrity sha512-9e/IXdSj0X8OYcom0d4jMrlfYrefESE1Tjj9b1d1hrZMNHHbY80QFfVl2sWz0uxQ4RoGy1osipuqb4vdS0jEPg== +"@fluentui/react-skeleton@^9.0.56": + version "9.0.56" + resolved "https://registry.yarnpkg.com/@fluentui/react-skeleton/-/react-skeleton-9.0.56.tgz#964ce3fa73edf60fe049a792d394581c17f2b12e" + integrity sha512-oY+/ZB52dQ6cZ1ll9FE5rqdSQdfAAh2Huw4MxIucm0Oh44dX3gB0+QE3Ar1yb2izVKi7AXLor7EIPaRm1lk1/A== dependencies: - "@fluentui/react-field" "^9.1.55" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-field" "^9.1.58" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-slider@^9.1.71": - version "9.1.71" - resolved "https://registry.yarnpkg.com/@fluentui/react-slider/-/react-slider-9.1.71.tgz#ea646fce6efd4493f176189b1ca99980a7edb1ef" - integrity sha512-/hUK9JcZXY01WTNFd5cV+4QDSbuYINHmiv7jXJePlgae6x/8rJyZJEwsssPBpVejdHbCOic0GHQbyqWO17vMrg== - dependencies: - "@fluentui/react-field" "^9.1.55" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" +"@fluentui/react-slider@^9.1.74": + version "9.1.74" + resolved "https://registry.yarnpkg.com/@fluentui/react-slider/-/react-slider-9.1.74.tgz#a643d67efdb82d71f14e7388b576a66cff3dc628" + integrity sha512-vEbgf0MRzEovwFpptjjX9b5Apq461Iwnro1hxQiQUPqFwVdZqj0OzCJuvuohnbvNlZdtwihGkJ76gIYwMQG4Ag== + dependencies: + "@fluentui/react-field" "^9.1.58" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-spinbutton@^9.2.65": - version "9.2.65" - resolved "https://registry.yarnpkg.com/@fluentui/react-spinbutton/-/react-spinbutton-9.2.65.tgz#05d8e1373b9f72019f9043eec32c3abbd0acfa52" - integrity sha512-Uzo4JpZ4l9XU/ShFk/uwEQsCdC56gw7gJ5nh1EW9dEGpec4M1L17VDqZYsqvQB195KhQmtpft7G3PXVkzpnnEA== +"@fluentui/react-spinbutton@^9.2.68": + version "9.2.68" + resolved "https://registry.yarnpkg.com/@fluentui/react-spinbutton/-/react-spinbutton-9.2.68.tgz#0a4fa87bc6d35547f8eb500138b7928c12ad5998" + integrity sha512-NKJ5+Aix9l+YUBQ4Mf8z2cl5yb23QMRbsnK2IJfnDUHviRRPv2pvYu9hsBjHRBeCbrJWh3fBJhy4lA5kf9vWRg== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-field" "^9.1.55" + "@fluentui/react-field" "^9.1.58" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-spinner@^9.3.43": - version "9.3.43" - resolved "https://registry.yarnpkg.com/@fluentui/react-spinner/-/react-spinner-9.3.43.tgz#49a87257d79f3813525bc2436612c5ab73277f24" - integrity sha512-PoTZQ6UJN/cxo1rn+Mk8axjyyedJMtNxqbE7Bis8ioefRSSkUDsr09L4CJsV2JZH5g+Bwd8kM2Kt7/wAHwrGuQ== +"@fluentui/react-spinner@^9.4.2": + version "9.4.2" + resolved "https://registry.yarnpkg.com/@fluentui/react-spinner/-/react-spinner-9.4.2.tgz#873be5712e3314b529767e07e2a65c7ab668dcf5" + integrity sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ== dependencies: - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-switch@^9.1.71": - version "9.1.71" - resolved "https://registry.yarnpkg.com/@fluentui/react-switch/-/react-switch-9.1.71.tgz#98a4d56165b1a9562bedd00610fc5d98eef4fa3b" - integrity sha512-35nm57T5HmZ+N9XnLB6iBOKQ9OPZ0x4AvJqlozpx/9S7BJmxrP5YsluR1OX78cmpJvvJYvvKazICWi1hDrxZCw== +"@fluentui/react-switch@^9.1.74": + version "9.1.74" + resolved "https://registry.yarnpkg.com/@fluentui/react-switch/-/react-switch-9.1.74.tgz#ecee2492a649c46abb9bc79dc2850057b216599e" + integrity sha512-mE+kHOVRXdHSvHVKGoV+8dXlm7nSpC3vVO1sDJW1KtYwE0eJ1a0DV8flfeHe4FW2ThADGIDThgiB/WJR+NwfYw== dependencies: - "@fluentui/react-field" "^9.1.55" + "@fluentui/react-field" "^9.1.58" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-label" "^9.1.63" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-label" "^9.1.66" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-table@^9.11.12": - version "9.11.12" - resolved "https://registry.yarnpkg.com/@fluentui/react-table/-/react-table-9.11.12.tgz#2b5dbad33a15ebc1e3b160f0a41c8285e78c5acb" - integrity sha512-6HYfChAiz93MgGWRBUEXJ8OUvGRgSu0oRWJz5owh+W5nCEZjTpXYYyTzf+tOzKvrjCs+US4GnYjFpr5KOXeX7w== +"@fluentui/react-table@^9.11.15": + version "9.11.15" + resolved "https://registry.yarnpkg.com/@fluentui/react-table/-/react-table-9.11.15.tgz#31dd361906245869322406e1b2d55e326d191d2b" + integrity sha512-4dMDLmHvGuW2fezO5Mfau1V7K1/7/+rC3PbWMf9K1j6veoE19TIr3jqpoXvnwxQ3UWGmeyut3LhO97vOrPdwyg== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-avatar" "^9.6.16" - "@fluentui/react-checkbox" "^9.2.14" - "@fluentui/react-context-selector" "^9.1.53" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-avatar" "^9.6.19" + "@fluentui/react-checkbox" "^9.2.17" + "@fluentui/react-context-selector" "^9.1.56" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-radio" "^9.2.9" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-radio" "^9.2.12" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-tabs@^9.4.11": - version "9.4.11" - resolved "https://registry.yarnpkg.com/@fluentui/react-tabs/-/react-tabs-9.4.11.tgz#18de8b3f85de09a785358ee8e54305e7b3b1e7ba" - integrity sha512-7BvajmXY8c4BIYtEmxiEOkKFhzQ+BOetXQePn4G36qRazA22AtMEovCinZc1xKyAKuK7td2HzdAaK/uq3W3BPQ== - dependencies: - "@fluentui/react-context-selector" "^9.1.53" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" +"@fluentui/react-tabs@^9.4.14": + version "9.4.14" + resolved "https://registry.yarnpkg.com/@fluentui/react-tabs/-/react-tabs-9.4.14.tgz#df4794b09e3ac1b72958944ba4db5621477ecc4e" + integrity sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw== + dependencies: + "@fluentui/react-context-selector" "^9.1.56" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-tabster@^9.19.2": - version "9.19.2" - resolved "https://registry.yarnpkg.com/@fluentui/react-tabster/-/react-tabster-9.19.2.tgz#2a89d8ceaedb4bddbb1e26be6c485dbef4d8cab9" - integrity sha512-RiAzrhFOP50mAY9FNrubKrQtvC5V5Unw8Ui+hA08cZc6x3wunnK4YuR012LOqhQgZsoshIaGIW6XJvoCa++XuQ== +"@fluentui/react-tabster@^9.19.5": + version "9.19.5" + resolved "https://registry.yarnpkg.com/@fluentui/react-tabster/-/react-tabster-9.19.5.tgz#5c873997d98b4004814698d0300d76c9f88b2ab4" + integrity sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw== dependencies: - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" keyborg "^2.5.0" tabster "^6.0.1" -"@fluentui/react-tags@^9.1.0": - version "9.1.0" - resolved "https://registry.yarnpkg.com/@fluentui/react-tags/-/react-tags-9.1.0.tgz#b74c4617f0cd8c44efbc7c60e62ae717f642c82d" - integrity sha512-RvxvN2jSiKqlQnPr6Nwr3U3M7+4D2kzuSzw4nErmX98iCrprbtgioFj6FBQ9sXly+Oc2ov6RsLDSjqv8nwNRqg== +"@fluentui/react-tags@^9.1.3": + version "9.1.3" + resolved "https://registry.yarnpkg.com/@fluentui/react-tags/-/react-tags-9.1.3.tgz#55e94628e81886a4cb2ac6274a1171597837b7a1" + integrity sha512-gcoBdgESx9doPD1e6RcqCenZv4YEnHgV9tlAnRNYM13YEoAjAXtG8cD5vY5YUNYsS268IY79ZCBD7IV02G4aKQ== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-avatar" "^9.6.16" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-avatar" "^9.6.19" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-text@^9.4.11": - version "9.4.11" - resolved "https://registry.yarnpkg.com/@fluentui/react-text/-/react-text-9.4.11.tgz#8ac59b35e0f62346897552927e8e4a0238579f25" - integrity sha512-ZB6HCZVig9uKjpaHH4xOWGnyOl5ZFELViSZu8MyNI5ubokkDZ+h87G6ZRW/OikU1KOkNlXt6psajSDpoS0189w== +"@fluentui/react-text@^9.4.14": + version "9.4.14" + resolved "https://registry.yarnpkg.com/@fluentui/react-text/-/react-text-9.4.14.tgz#5bcf4d09764d13bdc15656ce9f6179aaa5062e3d" + integrity sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA== dependencies: - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-textarea@^9.3.65": - version "9.3.65" - resolved "https://registry.yarnpkg.com/@fluentui/react-textarea/-/react-textarea-9.3.65.tgz#8a93b794942d3c400b37536e92db94ff569609df" - integrity sha512-q0Xx5Cr8GXlIeLqerX1T2HF8LStDxUoaMdh+4zcx6/X1//dSWTfumKG/VHCUx4wQ6C/X9BUKKt4HBK9kU5sHCw== +"@fluentui/react-textarea@^9.3.68": + version "9.3.68" + resolved "https://registry.yarnpkg.com/@fluentui/react-textarea/-/react-textarea-9.3.68.tgz#f07c53dc4036523977ffb29d11d5f30ec1de3991" + integrity sha512-lMlNlVGFtM0tlqEnwEkSZGOoSQ6wDPaRF9sgqchJTduhVJNXFesibKDyBj970VZyQ6YmgLp+e1SGsbd9xAyRKA== dependencies: - "@fluentui/react-field" "^9.1.55" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-field" "^9.1.58" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-theme@^9.1.16": - version "9.1.16" - resolved "https://registry.yarnpkg.com/@fluentui/react-theme/-/react-theme-9.1.16.tgz#e00210847863ac8cf5d5d162639fad1c16f85a5b" - integrity sha512-QK2dGE5aQXN1UGdiEmGKpYGP3tHXIchLvFf8DEEOWnF4XBc9SiEPNFYkvLMJjHxZmDz4D670rsOPe0r5jFDEKQ== +"@fluentui/react-theme@^9.1.19": + version "9.1.19" + resolved "https://registry.yarnpkg.com/@fluentui/react-theme/-/react-theme-9.1.19.tgz#46122e65a08d0560af4b2f17dc1e741913e41825" + integrity sha512-mrVhKbr4o9UKERPxgghIRDU59S7gRizrgz3/wwyMt7elkr8Sw+OpwKIeEw9x6P0RTcFDC00nggaMJhBGs7Xo4A== dependencies: - "@fluentui/tokens" "1.0.0-alpha.13" + "@fluentui/tokens" "1.0.0-alpha.16" "@swc/helpers" "^0.5.1" -"@fluentui/react-toast@^9.3.32": - version "9.3.32" - resolved "https://registry.yarnpkg.com/@fluentui/react-toast/-/react-toast-9.3.32.tgz#ca0ee4cb587d91ed4fd7160156f7b212f26b1340" - integrity sha512-+y46/8E33y4USQ5q8d/+Q40PTKh+BLQhWJV2cclcAI3zGmJDQbVamB3DhxO3Sz37f7Wes4V6GqlAFWmo2juJow== +"@fluentui/react-toast@^9.3.35": + version "9.3.35" + resolved "https://registry.yarnpkg.com/@fluentui/react-toast/-/react-toast-9.3.35.tgz#bbe7a8744e2316866b1ff93633c9474b2787d01e" + integrity sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" + "@fluentui/react-aria" "^9.10.2" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-portal" "^9.4.15" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-portal" "^9.4.18" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" react-transition-group "^4.4.1" -"@fluentui/react-toolbar@^9.1.72": - version "9.1.72" - resolved "https://registry.yarnpkg.com/@fluentui/react-toolbar/-/react-toolbar-9.1.72.tgz#3e4f0b2e720c85f903b0ee9277be14c3c03d10e7" - integrity sha512-J1yyUeQI52kSAyN6g+atQ8qznMDUM+XTN5hByOGaJ2ZNBCWuYKV5eb4i7JHSNG6CCCQatIhcnwf8RnbTwy1g0Q== - dependencies: - "@fluentui/react-button" "^9.3.70" - "@fluentui/react-context-selector" "^9.1.53" - "@fluentui/react-divider" "^9.2.62" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-radio" "^9.2.9" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" +"@fluentui/react-toolbar@^9.1.75": + version "9.1.75" + resolved "https://registry.yarnpkg.com/@fluentui/react-toolbar/-/react-toolbar-9.1.75.tgz#de1f0fe682d4f1c023c6c0fc4e5b9cbbb367f542" + integrity sha512-gUhxzVUet2ersmbX6euFNq4sE7eu7i0wV8mnco+7Rcfh/jmMrRO5k5YfEO7S/1woDa88k3GnKd1JzNDHXUnTkw== + dependencies: + "@fluentui/react-button" "^9.3.73" + "@fluentui/react-context-selector" "^9.1.56" + "@fluentui/react-divider" "^9.2.65" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-radio" "^9.2.12" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-tooltip@^9.4.18": - version "9.4.18" - resolved "https://registry.yarnpkg.com/@fluentui/react-tooltip/-/react-tooltip-9.4.18.tgz#6b39be468656433faaf00e15991b873ab1c1509d" - integrity sha512-asWjdnqJAMgp4Zw8v6sNoXgHfdjXRZLPJisdWW30SlwTePdCMH2FyjycrDWYp19H+P2porbZHgu95zwjmv8hmA== +"@fluentui/react-tooltip@^9.4.21": + version "9.4.21" + resolved "https://registry.yarnpkg.com/@fluentui/react-tooltip/-/react-tooltip-9.4.21.tgz#8b1a807355703d00827524e26d55720eb13ee878" + integrity sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-portal" "^9.4.15" - "@fluentui/react-positioning" "^9.13.5" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-portal" "^9.4.18" + "@fluentui/react-positioning" "^9.14.2" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-tree@^9.4.32": - version "9.4.32" - resolved "https://registry.yarnpkg.com/@fluentui/react-tree/-/react-tree-9.4.32.tgz#fa09698e2b2697f17b1b8a7784a2bfffe9ceb6c1" - integrity sha512-9RcNbnCjNkOnHDjdiaQk2yBgUCNVT1nQI4dzdUBTrNbDSnRHm8AyGpUNPlqNCrhs/oX6ebFQCsO7StTnMTlQ2Q== +"@fluentui/react-tree@^9.4.35": + version "9.4.35" + resolved "https://registry.yarnpkg.com/@fluentui/react-tree/-/react-tree-9.4.35.tgz#c4651abd3a18f1cb3fc555f252c4572ac3f1fe39" + integrity sha512-4NlV0xSaFKkjLietCaSS+WGoFoxUBIT2VqdYQDGseqNzo/z9V89rfygWpw6HJpNVdj/AyTJKGEGZhMlCN+VtRA== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-aria" "^9.9.1" - "@fluentui/react-avatar" "^9.6.16" - "@fluentui/react-button" "^9.3.70" - "@fluentui/react-checkbox" "^9.2.14" - "@fluentui/react-context-selector" "^9.1.53" + "@fluentui/react-aria" "^9.10.2" + "@fluentui/react-avatar" "^9.6.19" + "@fluentui/react-button" "^9.3.73" + "@fluentui/react-checkbox" "^9.2.17" + "@fluentui/react-context-selector" "^9.1.56" "@fluentui/react-icons" "^2.0.224" - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-radio" "^9.2.9" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-tabster" "^9.19.2" - "@fluentui/react-theme" "^9.1.16" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-radio" "^9.2.12" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-tabster" "^9.19.5" + "@fluentui/react-theme" "^9.1.19" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" -"@fluentui/react-utilities@^9.18.2": - version "9.18.2" - resolved "https://registry.yarnpkg.com/@fluentui/react-utilities/-/react-utilities-9.18.2.tgz#b74aec4f88d820b9bbe77a94c2dc073c37dc5e92" - integrity sha512-jyUkymyNrXpoRmCEYc45q7ccgyVg79klp0A84gT6nX/FM+e9SqpE0jrOzZA0QjLP+GzuAz0X4QQInow1fAXtbg== +"@fluentui/react-utilities@^9.18.5": + version "9.18.5" + resolved "https://registry.yarnpkg.com/@fluentui/react-utilities/-/react-utilities-9.18.5.tgz#484c94c46def2d0f41c0a223218bde79916fd4b5" + integrity sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw== dependencies: "@fluentui/keyboard-keys" "^9.0.7" - "@fluentui/react-shared-contexts" "^9.14.1" + "@fluentui/react-shared-contexts" "^9.15.2" "@swc/helpers" "^0.5.1" -"@fluentui/react-virtualizer@9.0.0-alpha.70": - version "9.0.0-alpha.70" - resolved "https://registry.yarnpkg.com/@fluentui/react-virtualizer/-/react-virtualizer-9.0.0-alpha.70.tgz#6ce242f3388593dfbc5667ee3980acadda972268" - integrity sha512-oimLfr2Vgsc+ic8Ce7gCtSzRlf9B9Ejy9eGwHLzQSDN/wV9LIAonogwdDbpEX5kSYDvPTEIrjsAA62HG+5A6xg== +"@fluentui/react-virtualizer@9.0.0-alpha.73": + version "9.0.0-alpha.73" + resolved "https://registry.yarnpkg.com/@fluentui/react-virtualizer/-/react-virtualizer-9.0.0-alpha.73.tgz#a9a8f703050661f87635aca326743be80caa65b0" + integrity sha512-owoCcxzinQFZE4161c4V7rWn8PZR1eeO/2jg3taAUUa7nnyFti6u1wxv2fcRNNtn+hjWcaBtc6bOLVHsEZwoZg== dependencies: - "@fluentui/react-jsx-runtime" "^9.0.31" - "@fluentui/react-shared-contexts" "^9.14.1" - "@fluentui/react-utilities" "^9.18.2" + "@fluentui/react-jsx-runtime" "^9.0.34" + "@fluentui/react-shared-contexts" "^9.15.2" + "@fluentui/react-utilities" "^9.18.5" "@griffel/react" "^1.5.14" "@swc/helpers" "^0.5.1" @@ -2341,10 +2355,10 @@ csstype "^3.0.2" lodash "^4.17.15" -"@fluentui/tokens@1.0.0-alpha.13": - version "1.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/@fluentui/tokens/-/tokens-1.0.0-alpha.13.tgz#15c0b006bebbd587ff22589f7e48572a28f842d8" - integrity sha512-IzYysTTBkAH7tQZxYKpzhxYnTJkvwXhjhTOpmERgnqTFifHTP8/vaQjJAAm7dI/9zlDx1oN+y/I+KzL9bDLHZQ== +"@fluentui/tokens@1.0.0-alpha.16": + version "1.0.0-alpha.16" + resolved "https://registry.yarnpkg.com/@fluentui/tokens/-/tokens-1.0.0-alpha.16.tgz#57adedcb926e7649c46e77e079f0b92cbb43bb54" + integrity sha512-Gr9G8LIlUhZYX5j6CfDQrofQqsWAz/q54KabWn1tWV/1083WwyoTZXiG1k6b37NnK7Feye7D7Nz+4MNqoKpXGw== dependencies: "@swc/helpers" "^0.5.1" From 17103b523d260c6ee6df05179dea701cb280bdc1 Mon Sep 17 00:00:00 2001 From: Gil LaHaye Date: Thu, 21 Mar 2024 17:31:44 -0700 Subject: [PATCH 08/10] Update TypeScript to 5.4.3 (#886) Update TypeScript to 5.4.3 ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible --- webapi/appsettings.json | 2 +- webapp/package.json | 2 +- webapp/src/components/chat/prompt-dialog/PromptDialog.tsx | 4 ++-- webapp/yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webapi/appsettings.json b/webapi/appsettings.json index 0cc78bc38..ff578880b 100644 --- a/webapi/appsettings.json +++ b/webapi/appsettings.json @@ -135,7 +135,7 @@ "SystemCognitive": "We are building a cognitive architecture and need to extract the various details necessary to serve as the data for simulating a part of our memory system. There will eventually be a lot of these, and we will search over them using the embeddings of the labels and details compared to the new incoming chat requests, so keep that in mind when determining what data to store for this particular type of memory simulation. There are also other types of memory stores for handling different types of memories with differing purposes, levels of detail, and retention, so you don't need to capture everything - just focus on the items needed for {{$memoryName}}. Do not make up or assume information that is not supported by evidence. Perform analysis of the chat history so far and extract the details that you think are important in JSON format: {{$format}}", "MemoryFormat": "{\"items\": [{\"label\": string, \"details\": string }]}", "MemoryAntiHallucination": "IMPORTANT: DO NOT INCLUDE ANY OF THE ABOVE INFORMATION IN THE GENERATED RESPONSE AND ALSO DO NOT MAKE UP OR INFER ANY ADDITIONAL INFORMATION THAT IS NOT INCLUDED BELOW. ALSO DO NOT RESPOND IF THE LAST MESSAGE WAS NOT ADDRESSED TO YOU.", - "MemoryContinuation": "Generate a well-formed JSON of extracted context data. DO NOT include a preamble in the response. DO NOT give a list of possible responses. Only provide a single response of the json block.\nResponse:", + "MemoryContinuation": "Generate a well-formed JSON representation of the extracted context data. DO NOT include a preamble in the response. DO NOT give a list of possible responses. Only provide a single response that consists of NOTHING else but valid JSON.\nResponse:", "WorkingMemoryName": "WorkingMemory", // The name used for the container that stores Working Memory in the Kernel Memory database. This should not be changed once memories are established. "WorkingMemoryExtraction": "Extract information for a short period of time, such as a few seconds or minutes. It should be useful for performing complex cognitive tasks that require attention, concentration, or mental calculation.", "LongTermMemoryName": "LongTermMemory", // The name used for the container that stores Long Term Memory in the Kernel Memory database. This should not be changed once memories are established. diff --git a/webapp/package.json b/webapp/package.json index 6fc5a9aa9..5889af3d2 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -43,7 +43,7 @@ "prettier": "^3.2.5", "react-scripts": "^5.0.1", "serve": "^14.2.1", - "typescript": "5.3.3" + "typescript": "5.4.3" }, "browserslist": { "production": [ diff --git a/webapp/src/components/chat/prompt-dialog/PromptDialog.tsx b/webapp/src/components/chat/prompt-dialog/PromptDialog.tsx index b94e62cb1..f513825bf 100644 --- a/webapp/src/components/chat/prompt-dialog/PromptDialog.tsx +++ b/webapp/src/components/chat/prompt-dialog/PromptDialog.tsx @@ -81,8 +81,8 @@ export const PromptDialog: React.FC = ({ message }) => { // Backend can be configured to return the raw response from Stepwise Planner. In this case, no meta prompt was generated or completed // and we should show the Stepwise thought process as the raw content view. - if ((prompt as BotResponsePrompt).metaPromptTemplate.length <= 0) { - (prompt as BotResponsePrompt).rawView = ( + if (prompt.metaPromptTemplate.length <= 0) { + prompt.rawView = (
                                 {JSON.stringify(JSON.parse(details.stepsTaken), null, 2)}
                             
diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 934245982..3773d9bf6 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -10941,10 +10941,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@5.4.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" + integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== unbox-primitive@^1.0.2: version "1.0.2" From 01e398a60c2824f226a2c794bddd3906370c23df Mon Sep 17 00:00:00 2001 From: Gil LaHaye Date: Thu, 21 Mar 2024 18:26:01 -0700 Subject: [PATCH 09/10] Test workaround (#887) Workaround to make integration tests work ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible --- .github/workflows/copilot-run-integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-run-integration-tests.yml b/.github/workflows/copilot-run-integration-tests.yml index eabfb5a1b..627e5592e 100644 --- a/.github/workflows/copilot-run-integration-tests.yml +++ b/.github/workflows/copilot-run-integration-tests.yml @@ -40,8 +40,8 @@ jobs: dotnet user-secrets set "Authority" "https://login.microsoftonline.com/${{vars.APPLICATION_TENANT_ID}}" dotnet user-secrets set "ClientID" ${{vars.APPLICATION_CLIENT_ID}} dotnet user-secrets set "Scopes" "openid, offline_access, profile, api://${{vars.BACKEND_CLIENT_ID}}/access_as_user" - dotnet user-secrets set "Username" "$env:Username" - dotnet user-secrets set "Password" "$env:Password" + # dotnet user-secrets set "Username" "$env:Username" + # dotnet user-secrets set "Password" "$env:Password" - name: Run integration tests run: dotnet test --logger trx From 216f4f2141f9a032dd1aaf9bc2b97d6ad04c50e4 Mon Sep 17 00:00:00 2001 From: Gil LaHaye Date: Thu, 21 Mar 2024 20:14:38 -0700 Subject: [PATCH 10/10] Fix test username and password (#888) Fix test username and password ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible --- .github/workflows/copilot-run-integration-tests.yml | 8 ++++---- integration-tests/ChatCopilotIntegrationTest.cs | 4 ++-- integration-tests/testsettings.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/copilot-run-integration-tests.yml b/.github/workflows/copilot-run-integration-tests.yml index 627e5592e..9b00c4f87 100644 --- a/.github/workflows/copilot-run-integration-tests.yml +++ b/.github/workflows/copilot-run-integration-tests.yml @@ -33,15 +33,15 @@ jobs: - name: Configure test environment working-directory: integration-tests env: - Username: ${{secrets.COPILOT_CHAT_TEST_USER_ACCOUNT1}} - Password: ${{secrets.COPILOT_CHAT_TEST_USER_PASSWORD1}} + TestUsername: ${{secrets.COPILOT_CHAT_TEST_USER_ACCOUNT1}} + TestPassword: ${{secrets.COPILOT_CHAT_TEST_USER_PASSWORD1}} run: | dotnet user-secrets set "BaseServerUrl" "https://${{inputs.BACKEND_HOST}}.azurewebsites.net/" dotnet user-secrets set "Authority" "https://login.microsoftonline.com/${{vars.APPLICATION_TENANT_ID}}" dotnet user-secrets set "ClientID" ${{vars.APPLICATION_CLIENT_ID}} dotnet user-secrets set "Scopes" "openid, offline_access, profile, api://${{vars.BACKEND_CLIENT_ID}}/access_as_user" - # dotnet user-secrets set "Username" "$env:Username" - # dotnet user-secrets set "Password" "$env:Password" + # dotnet user-secrets set "TestUsername" "$env:TestUsername" + # dotnet user-secrets set "TestPassword" "$env:TestPassword" - name: Run integration tests run: dotnet test --logger trx diff --git a/integration-tests/ChatCopilotIntegrationTest.cs b/integration-tests/ChatCopilotIntegrationTest.cs index 91df3fdc4..84613fb95 100644 --- a/integration-tests/ChatCopilotIntegrationTest.cs +++ b/integration-tests/ChatCopilotIntegrationTest.cs @@ -20,8 +20,8 @@ public abstract class ChatCopilotIntegrationTest : IDisposable protected const string BaseUrlSettingName = "BaseServerUrl"; protected const string ClientIdSettingName = "ClientID"; protected const string AuthoritySettingName = "Authority"; - protected const string UsernameSettingName = "Username"; - protected const string PasswordSettingName = "Password"; + protected const string UsernameSettingName = "TestUsername"; + protected const string PasswordSettingName = "TestPassword"; protected const string ScopesSettingName = "Scopes"; protected readonly HttpClient _httpClient; diff --git a/integration-tests/testsettings.json b/integration-tests/testsettings.json index 310a2f526..2ec088ac6 100644 --- a/integration-tests/testsettings.json +++ b/integration-tests/testsettings.json @@ -2,7 +2,7 @@ "BaseServerUrl": "https://localhost:40443/", "ClientID": "YOUR_FRONTEND_CLIEND_ID", "Authority": "https://login.microsoftonline.com/YOUR_TENANT_ID", - "Username": "YOUR_TEST_USERNAME", // Note that an environment variable with this name is usually set and will override this value! - "Password": "YOUR_TEST_PASSWORD", // Take care not to check your password in + "TestUsername": "YOUR_TEST_USERNAME", + "TestPassword": "YOUR_TEST_PASSWORD", // Take care not to check your password in "Scopes": "openid, offline_access, profile, api://YOUR_BACKEND_CLIENT_ID/access_as_user" }