diff --git a/package-lock.json b/package-lock.json index fedb95b..e2f457d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@headlessui/react": "^1.7.10", - "@heroicons/react": "^2.0.15", + "@heroicons/react": "^2.0.18", "@next/font": "13.1.6", "@next/mdx": "^13.2.4", "@operandinc/sdk": "^5.0.18", @@ -118,9 +118,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.15.tgz", - "integrity": "sha512-CZ2dGWgWG3/z5LEoD5D3MEr1syn45JM/OB2aDpw531Ryecgkz2V7TWQ808P0lva7zP003PVW6WlwbofsYyga3A==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", + "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", "peerDependencies": { "react": ">= 16" } diff --git a/package.json b/package.json index cd1fc19..a9e819b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@headlessui/react": "^1.7.10", - "@heroicons/react": "^2.0.15", + "@heroicons/react": "^2.0.18", "@next/font": "13.1.6", "@next/mdx": "^13.2.4", "@operandinc/sdk": "^5.0.18", diff --git a/yarn.lock b/yarn.lock index 55530d7..c492688 100644 --- a/yarn.lock +++ b/yarn.lock @@ -53,10 +53,10 @@ dependencies: client-only "^0.0.1" -"@heroicons/react@^2.0.15": - version "2.0.16" - resolved "https://registry.npmmirror.com/@heroicons/react/-/react-2.0.16.tgz#562883c19ba2690c83380b42a9a5cce39dcbdb4a" - integrity sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw== +"@heroicons/react@^2.0.18": + version "2.0.18" + resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.18.tgz#f80301907c243df03c7e9fd76c0286e95361f7c1" + integrity sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw== "@humanwhocodes/config-array@^0.11.8": version "0.11.8"