From 631ed2b6887c30f85f9097e5bd9587e8647430c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 17:29:25 +0000 Subject: [PATCH] chore(deps): bump @eslint/js in /examples/chatbots/typescript Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.29.0 to 9.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.30.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../chatbots/typescript/package-lock.json | 21 ++++++++++++++----- examples/chatbots/typescript/package.json | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/examples/chatbots/typescript/package-lock.json b/examples/chatbots/typescript/package-lock.json index b08d245..fade32f 100644 --- a/examples/chatbots/typescript/package-lock.json +++ b/examples/chatbots/typescript/package-lock.json @@ -14,7 +14,7 @@ "winston": "^3.17.0" }, "devDependencies": { - "@eslint/js": "^9.29.0", + "@eslint/js": "^9.30.0", "@types/node": "^24.0.6", "@types/readline-sync": "^1.4.8", "eslint": "^9.29.0", @@ -793,11 +793,10 @@ } }, "node_modules/@eslint/js": { - "version": "9.29.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz", - "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==", + "version": "9.30.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.0.tgz", + "integrity": "sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==", "dev": true, - "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -2402,6 +2401,18 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.29.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.29.0.tgz", + "integrity": "sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==", + "dev": true, + "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 62c5ae7..d6691e2 100644 --- a/examples/chatbots/typescript/package.json +++ b/examples/chatbots/typescript/package.json @@ -15,7 +15,7 @@ "winston": "^3.17.0" }, "devDependencies": { - "@eslint/js": "^9.29.0", + "@eslint/js": "^9.30.0", "@types/node": "^24.0.6", "@types/readline-sync": "^1.4.8", "eslint": "^9.29.0",