From 25bc6f7f4791eadedb7cf0f07dbe7719479ef0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:14:50 +0000 Subject: [PATCH] build(deps): bump @fluentui/react-icons from 2.0.264 to 2.0.266 Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.264 to 2.0.266. - [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/fluentui-android-system-icons-release.yml) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) --- updated-dependencies: - dependency-name: "@fluentui/react-icons" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66932a9..dd2f998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "dependencies": { "@fluentui/react-components": "^9.54.17", - "@fluentui/react-icons": "^2.0.264", + "@fluentui/react-icons": "^2.0.266", "next": "14.2.14", "react": "^18", "react-dom": "^18", @@ -2515,9 +2515,10 @@ } }, "node_modules/@fluentui/react-icons": { - "version": "2.0.264", - "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.264.tgz", - "integrity": "sha512-Rhjx5vYmTzbe6q/50qBy9G4jpFwJQuBA4oAaluG2Pw9Cb50cz8O3ZQVRopNIi65xdAwuR0jTWPf869Iy1G6/sA==", + "version": "2.0.266", + "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.266.tgz", + "integrity": "sha512-r979n3hfnK4IfT24BYURIlYRL84pnAT0sP2vIo2Sl36NiIBLXmNjqF+vJCzcNmi6eOHvDnupwLw20cF1Iwop5w==", + "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", "tslib": "^2.1.0" diff --git a/package.json b/package.json index d2bae15..e9a97c3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@fluentui/react-components": "^9.54.17", - "@fluentui/react-icons": "^2.0.264", + "@fluentui/react-icons": "^2.0.266", "next": "14.2.14", "react": "^18", "react-dom": "^18",