diff --git a/package-lock.json b/package-lock.json index 067a5cc7d..995b2b4cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/vite-config": "^2.5.2", - "@types/node": "^25.5.0", + "@types/node": "^25.5.2", "@vue/tsconfig": "^0.9.1", "cypress": "^15.13.0", "cypress-split": "^1.24.31", @@ -5018,9 +5018,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", - "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", + "version": "25.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.2.tgz", + "integrity": "sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bfd4a879b..a9aa13ae5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/vite-config": "^2.5.2", - "@types/node": "^25.5.0", + "@types/node": "^25.5.2", "@vue/tsconfig": "^0.9.1", "cypress": "^15.13.0", "cypress-split": "^1.24.31",