diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index 6c806496f..0e1a23d29 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@headlessui/react": "1.7.3", - "@heroicons/react": "1.0.6", + "@heroicons/react": "2.0.12", "@icons-pack/react-simple-icons": "5.11.0", "@popperjs/core": "2.11.6", "@tailwindcss/forms": "0.5.3", @@ -2145,9 +2145,9 @@ } }, "node_modules/@heroicons/react": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz", - "integrity": "sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", + "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", "peerDependencies": { "react": ">= 16" } @@ -17392,9 +17392,9 @@ "requires": {} }, "@heroicons/react": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-1.0.6.tgz", - "integrity": "sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", + "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/services/ui/package.json b/services/ui/package.json index fd1e7c57e..f629612a3 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -6,7 +6,7 @@ "proxy": "http://localhost:8080", "dependencies": { "@headlessui/react": "1.7.3", - "@heroicons/react": "1.0.6", + "@heroicons/react": "2.0.12", "@icons-pack/react-simple-icons": "5.11.0", "@popperjs/core": "2.11.6", "@tailwindcss/forms": "0.5.3",