diff --git a/package-lock.json b/package-lock.json index 17cc4fa..bdf8f61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@larvit/log": "2.3.0", "ejs": "6.0.1", - "lucide-static": "1.34.0", + "lucide-static": "1.39.0", "postgres": "3.4.9" }, "devDependencies": { @@ -399,9 +399,9 @@ } }, "node_modules/lucide-static": { - "version": "1.34.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.34.0.tgz", - "integrity": "sha512-pSUvFhfhvDnhXN1fXerZEMgKLQQ3DneKwFYlqB5ji8OEAN0iPi/qgwQvCkcL519QgMeR66IpS/pT342VyT/g4g==", + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.39.0.tgz", + "integrity": "sha512-TaDiwNFZ78c+HrZRNWHoR+LVkIOL8ebYOyNYvytdPkaLWE29G9umks6p1aeCE8kSEIoifnlNLPxMvvE3zqT/YA==", "license": "ISC" }, "node_modules/postgres": { diff --git a/package.json b/package.json index 29dc0e1..926c504 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@larvit/log": "2.3.0", "ejs": "6.0.1", - "lucide-static": "1.34.0", + "lucide-static": "1.39.0", "postgres": "3.4.9" }, "devDependencies": {