From 95cb927cb0cde88752a6a6bb83c5b20014996a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:27:35 +0000 Subject: [PATCH] chore(deps): update dependency @eslint/json to v0.6.0 (#1658) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/eslint-config/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3c7176e..ba242189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3416,13 +3416,13 @@ } }, "node_modules/@eslint/json": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.5.0.tgz", - "integrity": "sha512-3cTSkHj/Mw/lLwrrVUgnhgWUH1FT2aJ3OLqi5gDvwunHMHBlf6ausKdsrxshH4vXx6mYS65dxG1dvWJI0U+Cuw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.6.0.tgz", + "integrity": "sha512-xlYoULv2QIeJnjFP4RVbPMpaGplsYo0vSIBpXP/QRnoi7oDYhVZ4u3wE5UUwI8hnhTQUMozrDhyuVFXMQ1HkMQ==", "license": "Apache-2.0", "dependencies": { "@eslint/plugin-kit": "^0.2.0", - "@humanwhocodes/momoa": "^3.2.1" + "@humanwhocodes/momoa": "^3.3.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3528,9 +3528,9 @@ } }, "node_modules/@humanwhocodes/momoa": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.2.1.tgz", - "integrity": "sha512-3l+O+FZENSlXe2qiZcRHr4GlJ9NOG6fibMvOlgwK5Cc0KgfTEh2SQEMKdXVoFFpzDhVG9zXZ6H0jqiVG+UbWow==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/momoa/-/momoa-3.3.1.tgz", + "integrity": "sha512-ziEs1ET0n+04L2c3jaZ/NEEkQwwAF+aj1l1m9aXfhW/aH7bEPv/cDou60D1291gLkVPz/oXfCADa33wf4UdpmA==", "license": "Apache-2.0", "engines": { "node": ">=18" @@ -25616,7 +25616,7 @@ "license": "MIT", "dependencies": { "@eslint/js": "9.13.0", - "@eslint/json": "0.5.0", + "@eslint/json": "0.6.0", "@eslint/markdown": "6.2.1", "@stylistic/eslint-plugin": "2.10.0", "@stylistic/eslint-plugin-js": "2.10.0", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0b2dafc1..aa2d9a96 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -10,7 +10,7 @@ "type": "module", "dependencies": { "@eslint/js": "9.13.0", - "@eslint/json": "0.5.0", + "@eslint/json": "0.6.0", "@eslint/markdown": "6.2.1", "@stylistic/eslint-plugin": "2.10.0", "@stylistic/eslint-plugin-js": "2.10.0",