diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index 583f152..5e8a440 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@eslint/js": "^9.8.0", - "@types/node": "^22.14.0", + "@types/node": "^22.15.17", "@types/readline-sync": "^1.4.8", "eslint": "^9.8.0", "typescript": "^5.7.3", @@ -1579,9 +1579,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz", - "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", + "version": "22.15.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz", + "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 731695e..77d34af 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@eslint/js": "^9.8.0", - "@types/node": "^22.14.0", + "@types/node": "^22.15.17", "@types/readline-sync": "^1.4.8", "eslint": "^9.8.0", "typescript": "^5.7.3",