diff --git a/package-lock.json b/package-lock.json index 1176fc3..7122621 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ ], "dependencies": { "@headlessui/react": "^1.7.3", - "@heroicons/react": "^2.0.12", + "@heroicons/react": "^2.0.16", "@radix-ui/react-dialog": "^1.0.2", "@remix-run/express": "^1.7.3", "@remix-run/node": "^1.7.3", @@ -50,6 +50,7 @@ }, "functions": { "name": "cashlog", + "version": "0.0.1", "dependencies": { "@headlessui/react": "^1.7.3", "@heroicons/react": "^2.0.12", @@ -2811,9 +2812,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", - "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "peerDependencies": { "react": ">= 16" } @@ -19523,9 +19524,9 @@ "requires": {} }, "@heroicons/react": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.12.tgz", - "integrity": "sha512-FZxKh3i9aKIDxyALTgIpSF2t6V6/eZfF5mRu41QlwkX3Oxzecdm1u6dpft6PQGxIBwO7TKYWaMAYYL8mp/EaOg==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", + "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", "requires": {} }, "@humanwhocodes/config-array": { diff --git a/package.json b/package.json index c48d1ef..5741b27 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@headlessui/react": "^1.7.3", - "@heroicons/react": "^2.0.12", + "@heroicons/react": "^2.0.16", "@radix-ui/react-dialog": "^1.0.2", "@remix-run/express": "^1.7.3", "@remix-run/node": "^1.7.3",