From 5bbfd6d39a4bac0ab01e4fe4ca3c88db830d2e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 08:01:48 +0000 Subject: [PATCH] chore(deps-dev): bump @eslint/json from 0.13.1 to 0.13.2 Bumps [@eslint/json](https://github.com/eslint/json) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/eslint/json/releases) - [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/json/compare/json-v0.13.1...json-v0.13.2) --- updated-dependencies: - dependency-name: "@eslint/json" dependency-version: 0.13.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a77fd450a..036a5bc25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^0.13.1", + "@eslint/json": "^0.13.2", "@eslint/markdown": "^7.2.0", "@stylistic/eslint-plugin": "^5.2.3", "cz-git": "^1.12.0", @@ -143,15 +143,15 @@ } }, "node_modules/@eslint/json": { - "version": "0.13.1", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-0.13.1.tgz", - "integrity": "sha512-AGzO7cR0QqSEfJdx9jT4SHQ6BJ5K0G8kN7WNGI1Hgy5AVbUhBKfFoN0gNo86j97aqkU57mqFUW9ytMPdEnVARA==", + "version": "0.13.2", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-0.13.2.tgz", + "integrity": "sha512-yWLyRE18rHgHXhWigRpiyv1LDPkvWtC6oa7QHXW7YdP6gosJoq7BiLZW2yCs9U7zN7X4U3ZeOJjepA10XAOIMw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.15.1", - "@eslint/plugin-kit": "^0.3.4", - "@humanwhocodes/momoa": "^3.3.8", + "@eslint/core": "^0.15.2", + "@eslint/plugin-kit": "^0.3.5", + "@humanwhocodes/momoa": "^3.3.9", "natural-compare": "^1.4.0" }, "engines": { @@ -254,9 +254,9 @@ } }, "node_modules/@humanwhocodes/momoa": { - "version": "3.3.8", - "resolved": "https://registry.npmmirror.com/@humanwhocodes/momoa/-/momoa-3.3.8.tgz", - "integrity": "sha512-/3PZzor2imi/RLLcnHztkwA79txiVvW145Ve2cp5dxRcH5qOUNJPToasqLFHniTfw4B4lT7jGDdBOPXbXYlIMQ==", + "version": "3.3.9", + "resolved": "https://registry.npmmirror.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz", + "integrity": "sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==", "dev": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index 0f3ed9937..16ff5ce49 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "devDependencies": { - "@eslint/json": "^0.13.1", + "@eslint/json": "^0.13.2", "@eslint/markdown": "^7.2.0", "@stylistic/eslint-plugin": "^5.2.3", "cz-git": "^1.12.0",