diff --git a/package-lock.json b/package-lock.json index 338c76c..8d57ea3 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.0", + "@types/node": "^25.6.2", "@vitest/coverage-v8": "^4.1.5", "eslint": "^10.3.0", "happy-dom": "^20.9.0", @@ -2178,9 +2178,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", - "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", + "version": "25.6.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz", + "integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 27239ed..5546065 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.0", + "@types/node": "^25.6.2", "@vitest/coverage-v8": "^4.1.5", "eslint": "^10.3.0", "happy-dom": "^20.9.0",