From 8b073ae51d2fb571fc33b4ab1bf30208f25e4bdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:51:46 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 9.23.0 to 9.30.0 Bumps [eslint](https://github.com/eslint/eslint) from 9.23.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/compare/v9.23.0...v9.30.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2bf398..942df2d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "@vitest/coverage-v8": "3.0.9", - "eslint": "^9.23.0", + "eslint": "^9.30.0", "globals": "^16.0.0", "jest": "^29.7.0", "nodemon": "^3.1.9", diff --git a/yarn.lock b/yarn.lock index a39bff8..877ccb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4228,7 +4228,7 @@ __metadata: "@typescript-eslint/eslint-plugin": "npm:^8.28.0" "@typescript-eslint/parser": "npm:^8.28.0" "@vitest/coverage-v8": "npm:3.0.9" - eslint: "npm:^9.23.0" + eslint: "npm:^9.30.0" globals: "npm:^16.0.0" jest: "npm:^29.7.0" nodemon: "npm:^3.1.9"