From f48f3d1776d58e218ee2c1d4c35e187f34a20378 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 05:20:15 +0000 Subject: [PATCH] fix: upgrade @heroicons/react from 2.1.3 to 2.1.5 Snyk has created this PR to upgrade @heroicons/react from 2.1.3 to 2.1.5. See this package in npm: See this project in Snyk: https://app.snyk.io/org/authzed/project/fa5efa38-bfaf-4bc0-8cf9-46e8e7b414cd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4601a55..e5ca997 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@headlessui/react": "^1.7.19", - "@heroicons/react": "^2.1.3", + "@heroicons/react": "^2.1.5", "@mdx-js/loader": "^3.0.1", "@mdx-js/react": "^3.0.1", "@next/mdx": "^14.2.14", diff --git a/yarn.lock b/yarn.lock index eb3e3f4..4739ef5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1263,10 +1263,10 @@ "@tanstack/react-virtual" "^3.0.0-beta.60" client-only "^0.0.1" -"@heroicons/react@^2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.1.3.tgz#78a2a7f504a7370283d07eabcddc7fec04f503db" - integrity sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg== +"@heroicons/react@^2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.1.5.tgz#1e13f34976cc542deae92353c01c8b3d7942e9ba" + integrity sha512-FuzFN+BsHa+7OxbvAERtgBTNeZpUjgM/MIizfVkSCL2/edriN0Hx/DWRCR//aPYwO5QX/YlgLGXk+E3PcfZwjA== "@humanwhocodes/config-array@^0.11.14": version "0.11.14"