diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index e8363fe6..3aac1252 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -21,7 +21,7 @@ "winston": "^3.17.0" }, "devDependencies": { - "@eslint/js": "^9.34.0", + "@eslint/js": "^9.36.0", "@types/node": "^24.3.1", "@types/readline-sync": "^1.4.8", "eslint": "^9.34.0", @@ -1004,9 +1004,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.34.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.34.0.tgz", - "integrity": "sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==", + "version": "9.36.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.36.0.tgz", + "integrity": "sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==", "dev": true, "license": "MIT", "engines": { @@ -2667,6 +2667,19 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.34.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.34.0.tgz", + "integrity": "sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + } + }, "node_modules/espree": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", diff --git a/examples/chatbots/typescript/package.json b/examples/chatbots/typescript/package.json index 2e484032..fff06ec4 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -22,7 +22,7 @@ "@aws-crypto/sha256-js": "^5.2.0" }, "devDependencies": { - "@eslint/js": "^9.34.0", + "@eslint/js": "^9.36.0", "@types/node": "^24.3.1", "@types/readline-sync": "^1.4.8", "eslint": "^9.34.0",