diff --git a/package-lock.json b/package-lock.json index 27116f0a2..748e47707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -552,9 +552,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -571,9 +568,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -590,9 +584,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -609,9 +600,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -628,9 +616,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -647,9 +632,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3060,9 +3042,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3083,9 +3062,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3106,9 +3082,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3129,9 +3102,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -3216,9 +3186,9 @@ } }, "node_modules/lucide": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.14.0.tgz", - "integrity": "sha512-IoRC3lHwemJWvsXKcHK90hkgY4h1HGztBL63w2XwFtIu8gFDPp4/kiuqVtlN3vaM9bxsLQ4ZUBJfGsbKFaB2IA==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.16.0.tgz", + "integrity": "sha512-20QvduCJTB7e7K9WVvoLBuKPsYZ8d6ptwe9PIdTFiZmjVTPdFWQreBNyNCM9QQtGnqHR0PLiEQdxyhYsL1LdoA==", "license": "ISC" }, "node_modules/magic-string": { @@ -5711,7 +5681,7 @@ "@fontsource/noto-serif": "^5.2.9", "@popperjs/core": "^2.11.8", "@types/serve-static": "^2.2.0", - "lucide": "^1.14.0", + "lucide": "^1.16.0", "monaco-editor": "^0.55.1", "serve-static": "^2.2.1" }, diff --git a/packages/playground/package.json b/packages/playground/package.json index 104c8dcc8..c99a1cf4f 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -10,7 +10,7 @@ "@fontsource/noto-serif": "^5.2.9", "@popperjs/core": "^2.11.8", "@types/serve-static": "^2.2.0", - "lucide": "^1.14.0", + "lucide": "^1.16.0", "monaco-editor": "^0.55.1", "serve-static": "^2.2.1" },