From 4f25100261bf701926ac33f15782326fcbe0db70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:44:17 +0000 Subject: [PATCH] Bump @fluentui/react-icons from 2.0.270 to 2.0.271 Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.270 to 2.0.271. - [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 17df8538..4eeeab3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "passliss", "version": "4.5.4", "dependencies": { - "@fluentui/react-icons": "^2.0.270", + "@fluentui/react-icons": "^2.0.271", "@next/font": "^14.2.15", "@radix-ui/react-accessible-icon": "^1.1.1", "@radix-ui/react-accordion": "^1.2.2", @@ -1830,9 +1830,10 @@ "integrity": "sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==" }, "node_modules/@fluentui/react-icons": { - "version": "2.0.270", - "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.270.tgz", - "integrity": "sha512-XFAUxbOTH5gb/eTZ5UDR/841tbNskr2SNa/hshsQdojyEKMjBxNNcXo2ruesdfCGKsz/KOlmSh2sZu7NmN2N7Q==", + "version": "2.0.271", + "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.271.tgz", + "integrity": "sha512-I5rFvmZTzf1OQduU5Lal8yNMFcjCsfLnFDEwYjpwTdcyAPoIY2MTZMb4hCbGoohAreQL4cbItkWugxZc7N1wdw==", + "license": "MIT", "dependencies": { "@griffel/react": "^1.0.0", "tslib": "^2.1.0" diff --git a/package.json b/package.json index f64a5f78..ece8da10 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache" }, "dependencies": { - "@fluentui/react-icons": "^2.0.270", + "@fluentui/react-icons": "^2.0.271", "@next/font": "^14.2.15", "@radix-ui/react-accessible-icon": "^1.1.1", "@radix-ui/react-accordion": "^1.2.2",