diff --git a/package-lock.json b/package-lock.json index 2501b49a6..de7fedef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "^2.5.2", "@playwright/test": "^1.62.1", - "@types/node": "^26.2.0", + "@types/node": "^26.3.0", "@types/qrcode": "^1.5.6", "@vue/tsconfig": "^0.9.1", "eslint-config-prettier": "^10.1.8", @@ -3122,9 +3122,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", - "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", + "version": "26.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.3.0.tgz", + "integrity": "sha512-L3fgrnchriRC2ExBflb8j4uZZURHZfQsmQeyVzhjcHW4kkwVyo8/0h1B2MVzMTrYUJYu6G7EWs14hW/L9putqw==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ee9f7332d..fbe2cceb6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nextcloud/stylelint-config": "^3.2.2", "@nextcloud/vite-config": "^2.5.2", "@playwright/test": "^1.62.1", - "@types/node": "^26.2.0", + "@types/node": "^26.3.0", "@types/qrcode": "^1.5.6", "@vue/tsconfig": "^0.9.1", "eslint-config-prettier": "^10.1.8",