diff --git a/site/package-lock.json b/site/package-lock.json index f824a84..3589a81 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "hacklets-site", "version": "0.1.0", + "license": "UNLICENSED", "dependencies": { "@astrojs/mdx": "^4.3.14", "@astrojs/react": "^6.0.2", @@ -16,7 +17,7 @@ "@types/react-dom": "^19.2.4", "astro": "^5.4.1", "astro-relative-links": "^0.4.2", - "lucide-react": "^1.29.0", + "lucide-react": "^1.30.0", "react": "^19.2.8", "react-dom": "^19.2.8", "tailwindcss": "^4.1.4" @@ -2827,6 +2828,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz", @@ -5869,9 +5930,9 @@ } }, "node_modules/lucide-react": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.29.0.tgz", - "integrity": "sha512-Xs9QFG5+9sNX04MdKVT4++umA+hJ2qsJVlRlRWHQ7qZobXgMiNHSpZ5eZm8JUoGCdNyoEdXoEwa8HVr0DNjOQg==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.30.0.tgz", + "integrity": "sha512-tUIr2jXLbWpCkdtH8XP7P7YppM9ueWgTky99lpWDY6z5REs6B+O6ZQ3U5tHkUUY59ANyOv/PBcs8E4Fe3KO3eA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/site/package.json b/site/package.json index 0027c9d..f939abf 100644 --- a/site/package.json +++ b/site/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "^19.2.4", "astro": "^5.4.1", "astro-relative-links": "^0.4.2", - "lucide-react": "^1.29.0", + "lucide-react": "^1.30.0", "react": "^19.2.8", "react-dom": "^19.2.8", "tailwindcss": "^4.1.4"