diff --git a/package-lock.json b/package-lock.json index 83e7735..538dcb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@reporters/github": "^1.7.2", "@sentry/cli": "^2.58.2", "@types/mustache": "^4.2.6", - "@types/node": "^24.6.1", + "@types/node": "^25.0.3", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.39.1", @@ -3613,14 +3613,14 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.6.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.1.tgz", - "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "undici-types": "~7.13.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/uuid": { @@ -6618,9 +6618,9 @@ } }, "node_modules/undici-types": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", - "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", + "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 1b8c32b..e265571 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@reporters/github": "^1.7.2", "@sentry/cli": "^2.58.2", "@types/mustache": "^4.2.6", - "@types/node": "^24.6.1", + "@types/node": "^25.0.3", "@typescript-eslint/eslint-plugin": "^8.48.1", "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.39.1",