diff --git a/package-lock.json b/package-lock.json index 8e50f5f..e4d2ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@eslint/js": "^9.39.1", "@mdi/font": "^7.4.47", "@rushstack/eslint-patch": "^1.15.0", - "@types/node": "^25.3.3", + "@types/node": "^26.0.1", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^8.59.1", "@vitejs/plugin-vue": "^6.0.7", @@ -2552,12 +2552,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.3.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.3.tgz", - "integrity": "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", "license": "MIT", "dependencies": { - "undici-types": "~7.18.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/plist": { @@ -8391,9 +8391,9 @@ } }, "node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/unique-filename": { diff --git a/package.json b/package.json index 2f27329..1460c70 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@eslint/js": "^9.39.1", "@mdi/font": "^7.4.47", "@rushstack/eslint-patch": "^1.15.0", - "@types/node": "^25.3.3", + "@types/node": "^26.0.1", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^8.59.1", "@vitejs/plugin-vue": "^6.0.7",