diff --git a/package-lock.json b/package-lock.json index 88061c37..0f9aa2bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@nextcloud/eslint-config": "^9.0.0-rc.5", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/vite-config": "^2.5.1", - "@types/node": "^24.7.1", + "@types/node": "^24.9.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.37.0", "happy-dom": "^20.0.0", @@ -2199,13 +2199,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.7.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.1.tgz", - "integrity": "sha512-CmyhGZanP88uuC5GpWU9q+fI61j2SkhO3UGMUdfYRE6Bcy0ccyzn1Rqj9YAB/ZY4kOXmNf0ocah5GtphmLMP6Q==", + "version": "24.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", + "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.14.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/semver": { @@ -7583,9 +7583,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", - "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index dcb87d46..7cbb6783 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/eslint-config": "^9.0.0-rc.5", "@nextcloud/event-bus": "^3.3.2", "@nextcloud/vite-config": "^2.5.1", - "@types/node": "^24.7.1", + "@types/node": "^24.9.1", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.37.0", "happy-dom": "^20.0.0",