diff --git a/package-lock.json b/package-lock.json index b09c4f34..d08fc7eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@nextcloud/vite-config": "^1.5.2", "@nextcloud/vue": "^8.31.0", "@tsconfig/cypress": "^1.0.4", - "@types/node": "^24.9.0", + "@types/node": "^24.9.1", "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710", @@ -3133,9 +3133,9 @@ "integrity": "sha512-AuHIyzR5Hea7ij0P9q7vx7xu4z0C28ucwjAZC0ja7JhINyCnOw8/DnvAPQQ9TfOlCtZAmCERKQX9+o1mgQhuOQ==" }, "node_modules/@types/node": { - "version": "24.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.0.tgz", - "integrity": "sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==", + "version": "24.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", + "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ba384f0e..ff734d75 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nextcloud/vite-config": "^1.5.2", "@nextcloud/vue": "^8.31.0", "@tsconfig/cypress": "^1.0.4", - "@types/node": "^24.9.0", + "@types/node": "^24.9.1", "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", "blob-polyfill": "^9.0.20240710",