diff --git a/package-lock.json b/package-lock.json index 631bb8b2..0608df77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/eslint-config": "^9.0.0-rc.8", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", - "@types/node": "^25.5.2", + "@types/node": "^25.6.0", "@vitest/coverage-istanbul": "^4.1.4", "css.escape": "^1.5.1", "fast-xml-parser": "^5.5.10", @@ -3199,13 +3199,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.2.tgz", - "integrity": "sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.18.0" + "undici-types": "~7.19.0" } }, "node_modules/@types/semver": { @@ -9043,9 +9043,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": "7.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index f2007df0..1467741c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@nextcloud/eslint-config": "^9.0.0-rc.8", "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.2", - "@types/node": "^25.5.2", + "@types/node": "^25.6.0", "@vitest/coverage-istanbul": "^4.1.4", "css.escape": "^1.5.1", "fast-xml-parser": "^5.5.10",