diff --git a/client/package-lock.json b/client/package-lock.json index 12e22a7..43672fc 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21,7 +21,7 @@ "@ng-icons/core": "^26.3.0", "@ng-icons/heroicons": "^26.3.0", "@ng-icons/jam-icons": "^26.3.0", - "@ng-icons/lucide": "^26.3.0", + "@ng-icons/lucide": "^28.0.0", "aos": "^3.0.0-beta.6", "express": "^4.18.2", "rxjs": "~7.8.1", @@ -2897,9 +2897,9 @@ } }, "node_modules/@ng-icons/lucide": { - "version": "26.5.0", - "resolved": "https://registry.npmjs.org/@ng-icons/lucide/-/lucide-26.5.0.tgz", - "integrity": "sha512-rW6iZo2LBlFvnpBLWs400mrKn/34PKt5R+Yfd6ZJz9lxq2TMJfNeJv/V4ylG9vYG3RkPa+KEJ+Q6/8IOceT0NA==", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/@ng-icons/lucide/-/lucide-28.0.0.tgz", + "integrity": "sha512-pb6wR72kwQEkThOkA+r8TdHI12PiQRU8dBM3GB8uZRs53V/s4PhTDo3bqiHsJrQruE7DboODFlBeVwdCEYIjCA==", "dependencies": { "tslib": "^2.2.0" } diff --git a/client/package.json b/client/package.json index 1798f21..ca658a0 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "@ng-icons/core": "^26.3.0", "@ng-icons/heroicons": "^26.3.0", "@ng-icons/jam-icons": "^26.3.0", - "@ng-icons/lucide": "^26.3.0", + "@ng-icons/lucide": "^28.0.0", "aos": "^3.0.0-beta.6", "express": "^4.18.2", "rxjs": "~7.8.1",