diff --git a/package-lock.json b/package-lock.json index 79fd2c52..a9c87a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@nextcloud/vite-config": "^1.5.2", "@nextcloud/vue": "^8.26.0", "@tsconfig/cypress": "^1.0.2", - "@types/node": "^20.17.19", + "@types/node": "^22.15.3", "@vitest/coverage-v8": "^3.1.3", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710", @@ -3030,13 +3030,13 @@ "integrity": "sha512-AuHIyzR5Hea7ij0P9q7vx7xu4z0C28ucwjAZC0ja7JhINyCnOw8/DnvAPQQ9TfOlCtZAmCERKQX9+o1mgQhuOQ==" }, "node_modules/@types/node": { - "version": "20.17.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.19.tgz", - "integrity": "sha512-LEwC7o1ifqg/6r2gn9Dns0f1rhK+fPFDoMiceTJ6kWmVk6bgXBI/9IOWfVan4WiAavK9pIVWdX0/e3J+eEUh5A==", + "version": "22.15.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz", + "integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.21.0" } }, "node_modules/@types/parse5": { @@ -12756,9 +12756,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index c3e3776e..fe76f12c 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nextcloud/vite-config": "^1.5.2", "@nextcloud/vue": "^8.26.0", "@tsconfig/cypress": "^1.0.2", - "@types/node": "^20.17.19", + "@types/node": "^22.15.3", "@vitest/coverage-v8": "^3.1.3", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710",