diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index 9abefa8..c783571 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@eslint/js": "^9.29.0", - "@types/node": "^24.0.4", + "@types/node": "^24.0.6", "@types/readline-sync": "^1.4.8", "eslint": "^9.29.0", "typescript": "^5.8.3", @@ -1635,11 +1635,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.4.tgz", - "integrity": "sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA==", + "version": "24.0.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.6.tgz", + "integrity": "sha512-ZOyn+gOs749xU7ovp+Ibj0g1o3dFRqsfPnT22C2t5JzcRvgsEDpGawPbCISGKLudJk9Y0wiu9sYd6kUh0pc9TA==", "dev": true, - "license": "MIT", "dependencies": { "undici-types": "~7.8.0" } diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 1f0badb..4adb4ca 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@eslint/js": "^9.29.0", - "@types/node": "^24.0.4", + "@types/node": "^24.0.6", "@types/readline-sync": "^1.4.8", "eslint": "^9.29.0", "typescript": "^5.8.3",