diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index e8363fe6..8abe052e 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@eslint/js": "^9.34.0", - "@types/node": "^24.3.1", + "@types/node": "^24.6.1", "@types/readline-sync": "^1.4.8", "eslint": "^9.34.0", "typescript": "^5.9.2", @@ -1834,13 +1834,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz", - "integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==", + "version": "24.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.1.tgz", + "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.10.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/readline-sync": { @@ -4216,9 +4216,9 @@ } }, "node_modules/undici-types": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", - "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "dev": true, "license": "MIT" }, diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 2e484032..2cf60c6e 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@eslint/js": "^9.34.0", - "@types/node": "^24.3.1", + "@types/node": "^24.6.1", "@types/readline-sync": "^1.4.8", "eslint": "^9.34.0", "typescript": "^5.9.2",