From 15285f1eaec0809e83e0936a1f1cea9009cccbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:49:20 +0000 Subject: [PATCH] Bump @heroicons/react from 2.0.11 to 2.1.1 in /frontend Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.11 to 2.1.1. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.0.11...v2.1.1) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0757f2d..4653ffe 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@headlessui/react": "^1.7.2", - "@heroicons/react": "^2.0.11", + "@heroicons/react": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -469,9 +469,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.11.tgz", - "integrity": "sha512-bASjOgSSaYj8HqXWsOqaBiB6ZLalE/g90WYGgZ5lPm4KCCG7wPXntY4kzHf5NrLh6UBAcnPwvbiw1Ne9GYfJtw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.1.tgz", + "integrity": "sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==", "peerDependencies": { "react": ">= 16" } @@ -2513,9 +2513,9 @@ "requires": {} }, "@heroicons/react": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.11.tgz", - "integrity": "sha512-bASjOgSSaYj8HqXWsOqaBiB6ZLalE/g90WYGgZ5lPm4KCCG7wPXntY4kzHf5NrLh6UBAcnPwvbiw1Ne9GYfJtw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.1.tgz", + "integrity": "sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==", "requires": {} }, "@jridgewell/gen-mapping": { diff --git a/frontend/package.json b/frontend/package.json index cbd14a2..cd719b4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@headlessui/react": "^1.7.2", - "@heroicons/react": "^2.0.11", + "@heroicons/react": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0" },