From 8892b15a99e8dd5fb6b506e7fed31e68dda1cfdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:33:48 +0000 Subject: [PATCH] Bump @headlessui/react in /src/javascript/fitbit-challenges/frontend Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.7.18 to 1.7.19. - [Release notes](https://github.com/tailwindlabs/headlessui/releases) - [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.19/packages/@headlessui-react) --- updated-dependencies: - dependency-name: "@headlessui/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../fitbit-challenges/frontend/package-lock.json | 8 ++++---- src/javascript/fitbit-challenges/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/javascript/fitbit-challenges/frontend/package-lock.json b/src/javascript/fitbit-challenges/frontend/package-lock.json index 75fdc5d5..723f6849 100644 --- a/src/javascript/fitbit-challenges/frontend/package-lock.json +++ b/src/javascript/fitbit-challenges/frontend/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/client": "^3.9.11", "@apollo/react-testing": "^4.0.0", - "@headlessui/react": "^1.7.18", + "@headlessui/react": "^1.7.19", "@heroicons/react": "^2.1.1", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", @@ -2267,9 +2267,9 @@ } }, "node_modules/@headlessui/react": { - "version": "1.7.18", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.18.tgz", - "integrity": "sha512-4i5DOrzwN4qSgNsL4Si61VMkUcWbcSKueUV7sFhpHzQcSShdlHENE5+QBntMSRvHt8NyoFO2AGG8si9lq+w4zQ==", + "version": "1.7.19", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.19.tgz", + "integrity": "sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw==", "dependencies": { "@tanstack/react-virtual": "^3.0.0-beta.60", "client-only": "^0.0.1" diff --git a/src/javascript/fitbit-challenges/frontend/package.json b/src/javascript/fitbit-challenges/frontend/package.json index 9888f403..df150abc 100644 --- a/src/javascript/fitbit-challenges/frontend/package.json +++ b/src/javascript/fitbit-challenges/frontend/package.json @@ -5,7 +5,7 @@ "dependencies": { "@apollo/client": "^3.9.11", "@apollo/react-testing": "^4.0.0", - "@headlessui/react": "^1.7.18", + "@headlessui/react": "^1.7.19", "@heroicons/react": "^2.1.1", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1",