From b03c76ac7ca97ea1300d9c8b8fad3d808538e083 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 23:03:50 +0000 Subject: [PATCH] fix: upgrade @headlessui/react from 1.7.11 to 1.7.19 Snyk has created this PR to upgrade @headlessui/react from 1.7.11 to 1.7.19. See this package in yarn: @headlessui/react See this project in Snyk: https://app.snyk.io/org/devfile/project/b531d744-fc32-4317-a5d5-80e414d9d114?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 21 +++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index da6b6e32..285490ef 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@algolia/client-search": "^4.14.2", "@beam-australia/react-env": "^3.1.1", "@docsearch/react": "^3.1.1", - "@headlessui/react": "^1.7.0", + "@headlessui/react": "^1.7.19", "@heroicons/react": "^2.0.13", "@markdoc/markdoc": "^0.2.1", "@markdoc/next.js": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 42ae62b4..c47a4baa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1531,11 +1531,12 @@ resolved "https://registry.yarnpkg.com/@glideapps/ts-necessities/-/ts-necessities-2.1.2.tgz#bfa99d70893c48d6068997d70babec0f08edc879" integrity sha512-tLjfhinr6doUBcWi7BWnkT2zT6G5UhiZftsiIH6xVvykeXE+FU7Wr0MyqwmqideWlDD5rG+VjVLptLviGo04CA== -"@headlessui/react@^1.7.0": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.11.tgz#1cc5750226abe5af2c94f72e975c0c8d2f5cc5a6" - integrity sha512-EaDbVgcyiylhtskZZf4Qb/JiiByY7cYbd0qgZ9xm2pm2X7hKojG0P4TaQYKgPOV3vojPhd/pZyQh3nmRkkcSyw== +"@headlessui/react@^1.7.19": + version "1.7.19" + resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.19.tgz#91c78cf5fcb254f4a0ebe96936d48421caf75f40" + integrity sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw== dependencies: + "@tanstack/react-virtual" "^3.0.0-beta.60" client-only "^0.0.1" "@headlessui/tailwindcss@^0.1.1": @@ -3837,6 +3838,18 @@ lodash.merge "^4.6.2" postcss-selector-parser "6.0.10" +"@tanstack/react-virtual@^3.0.0-beta.60": + version "3.11.2" + resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.11.2.tgz#d6b9bd999c181f0a2edce270c87a2febead04322" + integrity sha512-OuFzMXPF4+xZgx8UzJha0AieuMihhhaWG0tCqpp6tDzlFwOmNBPYMuLOtMJ1Tr4pXLHmgjcWhG6RlknY2oNTdQ== + dependencies: + "@tanstack/virtual-core" "3.11.2" + +"@tanstack/virtual-core@3.11.2": + version "3.11.2" + resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.11.2.tgz#00409e743ac4eea9afe5b7708594d5fcebb00212" + integrity sha512-vTtpNt7mKCiZ1pwU9hfKPhpdVO2sVzFQsxoVBGtOSHxlrRRzYr8iQ2TlwbAcRYCcEiZ9ECAM8kBzH0v2+VzfKw== + "@testing-library/dom@^9.0.0": version "9.0.0" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.0.0.tgz#cc50e8df2a7dccff95555102beebbae60e95e95e"