diff --git a/package-lock.json b/package-lock.json index b96f1b9..901e3ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,8 +7,8 @@ "name": "website", "hasInstallScript": true, "dependencies": { - "@iconify-json/lucide": "^1.2.114", - "@iconify-json/simple-icons": "^1.2.87", + "@iconify-json/lucide": "^1.2.115", + "@iconify-json/simple-icons": "^1.2.88", "@nuxt/ui": "^4.9.0", "@primer/octicons": "^19.28.1", "nuxt": "^4.4.8", @@ -1328,9 +1328,9 @@ } }, "node_modules/@iconify-json/lucide": { - "version": "1.2.114", - "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.114.tgz", - "integrity": "sha512-NbvH3B1BYo6wBtS7joLi7f2UVQOqK2dtZodMFf3kkBs+Tnh9TkRuy8oVHr1RM8UK6bUtvAXxfNlGAah0CuvPCw==", + "version": "1.2.117", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.117.tgz", + "integrity": "sha512-7isYKJKWRZ8NfLNSY8pIYmRWiMBkopL4/X22gZfFmePFhc7az0hQ5biqBLG6vdDEvMctFu2suZB3yQ29RL+8tA==", "license": "ISC", "dependencies": { "@iconify/types": "*" @@ -1347,9 +1347,9 @@ } }, "node_modules/@iconify-json/simple-icons": { - "version": "1.2.87", - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.87.tgz", - "integrity": "sha512-8YciStObhSji3OZFmWAWK6kBujyqO5bLCxeDwLxf3CR3F4PVelq7keC2LBvgTqviWzSTysj5/g4PCFLiAMVGsw==", + "version": "1.2.90", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.90.tgz", + "integrity": "sha512-zt2o2ZvQpHVvZJARIkZ51RnaHY2oqcPJMvHE+mVnxkSr+c33fnX4gciiXu+wyX5ei+s0qbVX1wD0DWBbaGBYMA==", "license": "CC0-1.0", "dependencies": { "@iconify/types": "*" @@ -1711,26 +1711,6 @@ } } }, - "node_modules/@nuxt/cli/node_modules/cac": { - "version": "6.7.14", - "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", - "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", - "extraneous": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@nuxt/cli/node_modules/commander": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", - "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", - "extraneous": true, - "license": "MIT", - "engines": { - "node": ">=18" - } - }, "node_modules/@nuxt/devalue": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz", @@ -8337,21 +8317,6 @@ } } }, - "node_modules/devframe/node_modules/crossws": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/crossws/-/crossws-0.4.6.tgz", - "integrity": "sha512-/Wxe9Z007EbJ496j88nToZEvyPZ8PY/wjZJ18Agh/GCA9cYHyLbxtrpdFlFzAw3TV20F0SUYGl0g6PzChbwUrg==", - "extraneous": true, - "license": "MIT", - "peerDependencies": { - "srvx": ">=0.11.5" - }, - "peerDependenciesMeta": { - "srvx": { - "optional": true - } - } - }, "node_modules/devframe/node_modules/h3": { "version": "2.0.1-rc.22", "resolved": "https://registry.npmjs.org/h3/-/h3-2.0.1-rc.22.tgz", diff --git a/package.json b/package.json index f3b63cd..210bfa9 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ ] }, "dependencies": { - "@iconify-json/lucide": "^1.2.114", - "@iconify-json/simple-icons": "^1.2.87", + "@iconify-json/lucide": "^1.2.115", + "@iconify-json/simple-icons": "^1.2.88", "@nuxt/ui": "^4.9.0", "@primer/octicons": "^19.28.1", "nuxt": "^4.4.8",