From f6bb9ba7cedc18cd33b6b4be541bc06fc66fc359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:44:44 +0000 Subject: [PATCH] chore(deps-dev): bump @eslint/json from 1.0.0 to 1.0.1 Bumps [@eslint/json](https://github.com/eslint/json) from 1.0.0 to 1.0.1. - [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-v1.0.0...json-v1.0.1) --- updated-dependencies: - dependency-name: "@eslint/json" dependency-version: 1.0.1 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 7000cfb78..bb8f7dbb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/json": "^1.0.0", + "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.8.0", "cz-git": "^1.12.0", @@ -140,14 +140,14 @@ } }, "node_modules/@eslint/json": { - "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.0.0.tgz", - "integrity": "sha512-x0YjhxhUIG9yiS6KcB2SRmyzDM/eSac2IuhfLMyjAyxyCzH0gFjrHGPFahJlgiOt8dfaCpPDygcCmoCm9rzlyA==", + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/@eslint/json/-/json-1.0.1.tgz", + "integrity": "sha512-bE2nGv8/U+uRvQEJWOgCsZCa65XsCBgxyyx/sXtTHVv0kqdauACLzyp7A1C3yNn7pRaWjIt5acxY+TAbSyIJXw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.1", - "@eslint/plugin-kit": "^0.5.1", + "@eslint/core": "^1.1.0", + "@eslint/plugin-kit": "^0.6.0", "@humanwhocodes/momoa": "^3.3.10", "natural-compare": "^1.4.0" }, @@ -169,13 +169,13 @@ } }, "node_modules/@eslint/json/node_modules/@eslint/plugin-kit": { - "version": "0.5.1", - "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz", - "integrity": "sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==", + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz", + "integrity": "sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^1.0.1", + "@eslint/core": "^1.1.0", "levn": "^0.4.1" }, "engines": { diff --git a/package.json b/package.json index f1770eb9d..c494cd22d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "devDependencies": { - "@eslint/json": "^1.0.0", + "@eslint/json": "^1.0.1", "@eslint/markdown": "^7.5.1", "@stylistic/eslint-plugin": "^5.8.0", "cz-git": "^1.12.0",