diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index f6b9c00af..3c7cd81dd 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -90,7 +90,7 @@ "@testing-library/user-event": "^14.6.1", "@types/bonjour": "^3.5.13", "@types/dagre": "^0.7.53", - "@types/node": "^20.11.30", + "@types/node": "^25.9.3", "@types/node-cron": "^3.0.11", "@types/papaparse": "^5.5.2", "@types/path-browserify": "^1.0.3", @@ -303,9 +303,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -319,9 +316,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -335,9 +329,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -351,9 +342,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -6821,13 +6809,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.37", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz", - "integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==", + "version": "25.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz", + "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/node-cron": { @@ -20580,9 +20568,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "dev": true, "license": "MIT" }, diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 3186479fd..587ff2f22 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -135,7 +135,7 @@ "@testing-library/user-event": "^14.6.1", "@types/bonjour": "^3.5.13", "@types/dagre": "^0.7.53", - "@types/node": "^20.11.30", + "@types/node": "^25.9.3", "@types/node-cron": "^3.0.11", "@types/papaparse": "^5.5.2", "@types/path-browserify": "^1.0.3",