From 654a216c239d7a277f4f7f9462023a8004267fac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Sep 2025 07:42:16 +0000 Subject: [PATCH] fix: upgrade @headlessui/react from 1.4.3 to 1.7.19 Snyk has created this PR to upgrade @headlessui/react from 1.4.3 to 1.7.19. See this package in yarn: @headlessui/react See this project in Snyk: https://app.snyk.io/org/jamesobrooks/project/e678c0ab-7222-487c-a4be-c6578a63c1e9?utm_source=github&utm_medium=referral&page=upgrade-pr --- beta/package.json | 2 +- beta/yarn.lock | 28 ++++++++++++++++++++++++---- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/beta/package.json b/beta/package.json index f6996879d38..141b6f4e2df 100644 --- a/beta/package.json +++ b/beta/package.json @@ -25,7 +25,7 @@ "@codesandbox/sandpack-react": "v0.19.8-experimental.7", "@docsearch/css": "3.0.0-alpha.41", "@docsearch/react": "3.0.0-alpha.41", - "@headlessui/react": "^1.3.0", + "@headlessui/react": "^1.7.19", "@mdx-js/react": "^1.6.16", "body-scroll-lock": "^3.1.3", "classnames": "^2.2.6", diff --git a/beta/yarn.lock b/beta/yarn.lock index 235a7c230b5..a4ad675458b 100644 --- a/beta/yarn.lock +++ b/beta/yarn.lock @@ -617,10 +617,13 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@headlessui/react@^1.3.0": - version "1.4.3" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.4.3.tgz#f77c6bb5cb4a614a5d730fb880cab502d48abf37" - integrity sha512-n2IQkaaw0aAAlQS5MEXsM4uRK+w18CrM72EqnGRl/UBOQeQajad8oiKXR9Nk15jOzTFQjpxzrZMf1NxHidFBiw== +"@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" "@humanwhocodes/config-array@^0.5.0": version "0.5.0" @@ -834,6 +837,18 @@ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.0.tgz#7f698254aadf921e48dda8c0a6b304026b8a9323" integrity sha512-JLo+Y592QzIE+q7Dl2pMUtt4q8SKYI5jDrZxrozEQxnGVOyYE+GWK9eLkwTaeN9DDctlaRAQ3TBmzZ1qdLE30A== +"@tanstack/react-virtual@^3.0.0-beta.60": + version "3.13.12" + resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.13.12.tgz#d372dc2783739cc04ec1a728ca8203937687a819" + integrity sha512-Gd13QdxPSukP8ZrkbgS2RwoZseTTbQPLnQEn7HY/rqtM+8Zt95f7xKC7N0EsKs7aoz0WzZ+fditZux+F8EzYxA== + dependencies: + "@tanstack/virtual-core" "3.13.12" + +"@tanstack/virtual-core@3.13.12": + version "3.13.12" + resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz#1dff176df9cc8f93c78c5e46bcea11079b397578" + integrity sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA== + "@types/body-scroll-lock@^2.6.1": version "2.6.2" resolved "https://registry.yarnpkg.com/@types/body-scroll-lock/-/body-scroll-lock-2.6.2.tgz#ce56d17e1bf8383c08a074733c4e9e536a59ae61" @@ -1505,6 +1520,11 @@ cli-truncate@^3.1.0: slice-ansi "^5.0.0" string-width "^5.0.0" +client-only@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1" + integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== + codesandbox-import-util-types@^1.3.7: version "1.3.7" resolved "https://registry.yarnpkg.com/codesandbox-import-util-types/-/codesandbox-import-util-types-1.3.7.tgz#7a6097e248a75424d13b06b74368cd76bd2b3e10"