diff --git a/package-lock.json b/package-lock.json index ea0efb6..c45ff66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", - "@headlessui/react": "^2.1.7", + "@headlessui/react": "^2.1.8", "@heroicons/react": "^2.1.4", "@mantine/carousel": "^7.11.1", "@mantine/charts": "^7.11.1", @@ -2735,9 +2735,9 @@ } }, "node_modules/@headlessui/react": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.7.tgz", - "integrity": "sha512-3mZkkpFK2lK0Xvl9LcdgyN+mQQQ/bZU7lLhy63isqZ+OaYug7DQGTSPQd/TM0nUayvk+8pHSiaYuSRw/mTHUTg==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.8.tgz", + "integrity": "sha512-uajqVkAcVG/wHwG9Fh5PFMcFpf2VxM4vNRNKxRjuK009kePVur8LkuuygHfIE+2uZ7z7GnlTtYsyUe6glPpTLg==", "dependencies": { "@floating-ui/react": "^0.26.16", "@react-aria/focus": "^3.17.1", diff --git a/package.json b/package.json index 2541dd0..b297e67 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", - "@headlessui/react": "^2.1.7", + "@headlessui/react": "^2.1.8", "@heroicons/react": "^2.1.4", "@mantine/carousel": "^7.11.1", "@mantine/charts": "^7.11.1", diff --git a/yarn.lock b/yarn.lock index 16c402d..6cea8f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1848,10 +1848,10 @@ protobufjs "^7.2.5" yargs "^17.7.2" -"@headlessui/react@^2.1.7": - version "2.1.7" - resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-2.1.7.tgz#45852e578a36072ae214e10fe0827992e9c49239" - integrity sha512-3mZkkpFK2lK0Xvl9LcdgyN+mQQQ/bZU7lLhy63isqZ+OaYug7DQGTSPQd/TM0nUayvk+8pHSiaYuSRw/mTHUTg== +"@headlessui/react@^2.1.8": + version "2.1.8" + resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-2.1.8.tgz#b0e254fdf8b1f65dbf28de444f70d0a9b61705dd" + integrity sha512-uajqVkAcVG/wHwG9Fh5PFMcFpf2VxM4vNRNKxRjuK009kePVur8LkuuygHfIE+2uZ7z7GnlTtYsyUe6glPpTLg== dependencies: "@floating-ui/react" "^0.26.16" "@react-aria/focus" "^3.17.1"