diff --git a/package-lock.json b/package-lock.json index 318bae77c..1b3cdc4a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,9 +93,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -113,9 +110,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -133,9 +127,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -153,9 +144,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -1152,9 +1140,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1168,9 +1153,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1184,9 +1166,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1200,9 +1179,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1216,9 +1192,6 @@ "cpu": [ "loong64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1232,9 +1205,6 @@ "cpu": [ "loong64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1248,9 +1218,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1264,9 +1231,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1280,9 +1244,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1296,9 +1257,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1312,9 +1270,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1328,9 +1283,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1344,9 +1296,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5535,9 +5484,9 @@ } }, "node_modules/rollup-plugin-node-externals": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-8.1.2.tgz", - "integrity": "sha512-EuB6/lolkMLK16gvibUjikERq5fCRVIGwD2xue/CrM8D0pz5GXD2V6N8IrgxegwbcUoKkUFI8VYCEEv8MMvgpA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/rollup-plugin-node-externals/-/rollup-plugin-node-externals-9.0.1.tgz", + "integrity": "sha512-Yp91CX1ebDA8s4+BY7bOOdhF8VRR1XAKnSsHeVhYg4DW4MRXPsF4F2FnSsN9ghJgFhHl3L1uyK7A9NA/SF4Zgw==", "dev": true, "funding": [ { @@ -5551,10 +5500,19 @@ ], "license": "MIT", "engines": { - "node": ">= 21 || ^20.6.0 || ^18.19.0" + "node": ">= 24" }, "peerDependencies": { - "rollup": "^4.0.0" + "rollup": "^4.0.0", + "vite": ">=5.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + }, + "vite": { + "optional": true + } } }, "node_modules/rxjs": { @@ -7119,7 +7077,7 @@ "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^12.3.0", "rollup-plugin-license": "^3.7.0", - "rollup-plugin-node-externals": "^8.1.2", + "rollup-plugin-node-externals": "^9.0.1", "typescript": "^5.9.3", "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.1.5" @@ -7145,7 +7103,7 @@ "@microsoft/api-extractor": "^7.56.3", "@types/node": "^25.2.2", "rimraf": "^6.1.2", - "rollup-plugin-node-externals": "^8.1.2", + "rollup-plugin-node-externals": "^9.0.1", "terser": "^5.46.0", "tslib": "^2.8.1", "tsx": "^4.21.0", diff --git a/packages/tooling/package.json b/packages/tooling/package.json index cb56fbb6a..6f5599e22 100644 --- a/packages/tooling/package.json +++ b/packages/tooling/package.json @@ -13,7 +13,7 @@ "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^12.3.0", "rollup-plugin-license": "^3.7.0", - "rollup-plugin-node-externals": "^8.1.2", + "rollup-plugin-node-externals": "^9.0.1", "typescript": "^5.9.3", "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.1.5" diff --git a/packages/vite/package.json b/packages/vite/package.json index eea32874e..c915b29ba 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -54,7 +54,7 @@ "@microsoft/api-extractor": "^7.56.3", "@types/node": "^25.2.2", "rimraf": "^6.1.2", - "rollup-plugin-node-externals": "^8.1.2", + "rollup-plugin-node-externals": "^9.0.1", "terser": "^5.46.0", "tslib": "^2.8.1", "tsx": "^4.21.0",