From 0ae7c632186ded9abfcfd4beacc5db18c4012ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:20:30 +0000 Subject: [PATCH] chore(deps-dev): bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [eslint](https://github.com/eslint/eslint) and [neostandard](https://github.com/neostandard/neostandard). Updates `eslint` from 9.39.3 to 10.0.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.3...v10.0.2) Updates `neostandard` from 0.12.2 to 0.13.0 - [Release notes](https://github.com/neostandard/neostandard/releases) - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md) - [Commits](https://github.com/neostandard/neostandard/compare/v0.12.2...v0.13.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: neostandard dependency-version: 0.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9393c6cf..2d2858af8 100644 --- a/package.json +++ b/package.json @@ -421,9 +421,9 @@ "benchmark": "^2.1.4", "bindings": "^1.5.0", "clang-format": "^1.4.0", - "eslint": "^9.13.0", + "eslint": "^10.0.2", "fs-extra": "^11.1.1", - "neostandard": "^0.12.0", + "neostandard": "^0.13.0", "pre-commit": "^1.2.2", "semver": "^7.6.0" },