From 0af70b7079c7cd1ac75efaf4c5a0871eb70eadd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:16:25 +0000 Subject: [PATCH] chore(deps): bump neostandard from 0.12.1 to 0.12.2 in /tools/code-style Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.12.1 to 0.12.2. - [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.1...v0.12.2) --- updated-dependencies: - dependency-name: neostandard dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index 42b11aeab..961ccb7ec 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -17,7 +17,7 @@ "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.4.0", "globals": "^16.0.0", - "neostandard": "0.12.1", + "neostandard": "0.12.2", "typescript-eslint": "8.35.0" }, "scripts": {