From 7cc3d4f598a916fe92ddf37fb7da1b51242a4779 Mon Sep 17 00:00:00 2001 From: Niall Maher Date: Sat, 5 Oct 2024 22:22:27 +0100 Subject: [PATCH] fix: upgrade @headlessui/react from 2.1.4 to 2.1.8 (#1062) Snyk has created this PR to upgrade @headlessui/react from 2.1.4 to 2.1.8. See this package in npm: @headlessui/react See this project in Snyk: https://app.snyk.io/org/nialljoemaher/project/8ac19f6c-c7f2-4720-acd1-09701979877c?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2e422e4..eab69fa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@aws-sdk/client-s3": "^3.637.0", "@aws-sdk/client-ses": "^3.637.0", "@aws-sdk/s3-request-presigner": "^3.637.0", - "@headlessui/react": "^2.1.4", + "@headlessui/react": "^2.1.8", "@heroicons/react": "^2.1.5", "@hookform/resolvers": "^3.9.0", "@js-temporal/polyfill": "^0.4.4", @@ -5716,9 +5716,9 @@ "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==" }, "node_modules/@headlessui/react": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.4.tgz", - "integrity": "sha512-tqxvLFJ2Cx0FWfHKSR0ENM3oa+ATvpGZR5OUswtMNRA7KbkNr4sE+oYM7HQS7zqaIoTu7OVBeQV/JO3pnez9JQ==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-2.1.8.tgz", + "integrity": "sha512-uajqVkAcVG/wHwG9Fh5PFMcFpf2VxM4vNRNKxRjuK009kePVur8LkuuygHfIE+2uZ7z7GnlTtYsyUe6glPpTLg==", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.26.16", diff --git a/package.json b/package.json index 219e9752..8a55adfd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@aws-sdk/client-s3": "^3.637.0", "@aws-sdk/client-ses": "^3.637.0", "@aws-sdk/s3-request-presigner": "^3.637.0", - "@headlessui/react": "^2.1.4", + "@headlessui/react": "^2.1.8", "@heroicons/react": "^2.1.5", "@hookform/resolvers": "^3.9.0", "@js-temporal/polyfill": "^0.4.4",