diff --git a/package-lock.json b/package-lock.json index a226a9d..45fe424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/eslint-config": "^9.0.0-rc.9", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", - "@types/node": "^25.6.2", + "@types/node": "^25.8.0", "@vitest/coverage-v8": "^4.1.6", "eslint": "^10.3.0", "happy-dom": "^20.9.0", @@ -2178,13 +2178,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz", - "integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==", + "version": "25.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz", + "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.19.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/semver": { @@ -7242,9 +7242,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "7.19.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", - "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", + "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/package.json b/package.json index 39f4744..2cfd53b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/eslint-config": "^9.0.0-rc.9", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", - "@types/node": "^25.6.2", + "@types/node": "^25.8.0", "@vitest/coverage-v8": "^4.1.6", "eslint": "^10.3.0", "happy-dom": "^20.9.0",