diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index 1c85fd0..cc869f9 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@eslint/js": "^9.27.0", - "@types/node": "^22.15.17", + "@types/node": "^22.15.24", "@types/readline-sync": "^1.4.8", "eslint": "^9.26.0", "typescript": "^5.8.3", @@ -1615,9 +1615,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz", - "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", + "version": "22.15.24", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.24.tgz", + "integrity": "sha512-w9CZGm9RDjzTh/D+hFwlBJ3ziUaVw7oufKA3vOFSOZlzmW9AkZnfjPb+DLnrV6qtgL/LNmP0/2zBNCFHL3F0ng==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 592d817..605e730 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@eslint/js": "^9.27.0", - "@types/node": "^22.15.17", + "@types/node": "^22.15.24", "@types/readline-sync": "^1.4.8", "eslint": "^9.26.0", "typescript": "^5.8.3",