diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index 57dd1564..6c3f6311 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.0", + "@types/node": "^24.3.1", "@types/readline-sync": "^1.4.8", "eslint": "^9.33.0", "typescript": "^5.9.2", @@ -1992,9 +1992,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz", - "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", + "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 22cbfbd2..0ca63779 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.0", + "@types/node": "^24.3.1", "@types/readline-sync": "^1.4.8", "eslint": "^9.33.0", "typescript": "^5.9.2",