diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index 3b9fd67..0c4018c 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.24", + "@types/node": "^22.15.29", "@types/readline-sync": "^1.4.8", "eslint": "^9.27.0", "typescript": "^5.8.3", @@ -1618,9 +1618,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.26", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.26.tgz", - "integrity": "sha512-lgISkNrqdQ5DAzjBhnDNGKDuXDNo7/1V4FhNzsKREhWLZTOELQAptuAnJMzHtUl1qyEBBy9lNBKQ9WjyiSloTw==", + "version": "22.15.29", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.29.tgz", + "integrity": "sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 51dcdfd..8a3ef39 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.24", + "@types/node": "^22.15.29", "@types/readline-sync": "^1.4.8", "eslint": "^9.27.0", "typescript": "^5.8.3",