From 6fe9594dcc245e8b27d070b8473f242cca67b645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:32:35 +0000 Subject: [PATCH] Bump @eslint/json from 0.13.1 to 0.13.2 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [@eslint/json](https://github.com/eslint/json). Updates `@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 dependency-group: dev-dependencies ... 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 4da73dd..436c7fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,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", "eslint": "^9.34.0", @@ -148,15 +148,15 @@ } }, "node_modules/@eslint/json": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.13.1.tgz", - "integrity": "sha512-AGzO7cR0QqSEfJdx9jT4SHQ6BJ5K0G8kN7WNGI1Hgy5AVbUhBKfFoN0gNo86j97aqkU57mqFUW9ytMPdEnVARA==", + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/@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": { @@ -259,9 +259,9 @@ } }, "node_modules/@humanwhocodes/momoa": { - "version": "3.3.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.8.tgz", - "integrity": "sha512-/3PZzor2imi/RLLcnHztkwA79txiVvW145Ve2cp5dxRcH5qOUNJPToasqLFHniTfw4B4lT7jGDdBOPXbXYlIMQ==", + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@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 999a54a..7e95f35 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "bump:manifests": "bash utils/bump.sh" }, "devDependencies": { - "@eslint/json": "^0.13.1", + "@eslint/json": "^0.13.2", "@eslint/markdown": "^7.2.0", "@stylistic/eslint-plugin": "^5.2.3", "eslint": "^9.34.0",