From 87f25a685721035e8e8f59d3d2b996542a118e40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Feb 2022 07:00:44 +0000 Subject: [PATCH] fix: upgrade @headlessui/react from 1.4.2 to 1.4.3 Snyk has created this PR to upgrade @headlessui/react from 1.4.2 to 1.4.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/nonissue/project/a9859602-995d-4500-be7e-3a65a4f269c9?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 8373078..7bbc28d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "eslint": "node ./node_modules/eslint/bin/eslint.js --ext .ts,.tsx ." }, "dependencies": { - "@headlessui/react": "^1.4.2", + "@headlessui/react": "^1.4.3", "@heroicons/react": "^1.0.5", "next": "^12.0.7", "next-themes": "0.0.15", diff --git a/yarn.lock b/yarn.lock index 94a49dd..fc4f313 100644 --- a/yarn.lock +++ b/yarn.lock @@ -126,10 +126,10 @@ resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.0.tgz#f3933a44e365864f4dad5db94158106d511e8131" integrity sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug== -"@headlessui/react@^1.4.2": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.4.2.tgz#87e264f190dbebbf8dfdd900530da973dad24576" - integrity sha512-N8tv7kLhg9qGKBkVdtg572BvKvWhmiudmeEpOCyNwzOsZHCXBtl8AazGikIfUS+vBoub20Fse3BjawXDVPPdug== +"@headlessui/react@^1.4.3": + version "1.4.3" + resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.4.3.tgz#f77c6bb5cb4a614a5d730fb880cab502d48abf37" + integrity sha512-n2IQkaaw0aAAlQS5MEXsM4uRK+w18CrM72EqnGRl/UBOQeQajad8oiKXR9Nk15jOzTFQjpxzrZMf1NxHidFBiw== "@heroicons/react@^1.0.5": version "1.0.5"