diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0757f2d..050ecd2 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.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -469,9 +469,10 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.3.tgz", + "integrity": "sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==", + "license": "MIT", "peerDependencies": { "react": ">= 16" } @@ -2513,9 +2514,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.3", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.1.3.tgz", + "integrity": "sha512-fEcPfo4oN345SoqdlCDdSa4ivjaKbk0jTd+oubcgNxnNgAfzysfwWfQUr+51wigiWHQQRiZNd1Ao0M5Y3M2EGg==", "requires": {} }, "@jridgewell/gen-mapping": { diff --git a/frontend/package.json b/frontend/package.json index cbd14a2..c1bf793 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.3", "react": "^18.2.0", "react-dom": "^18.2.0" },