From 5244bec4faeb0a98d1f2f9c9c6ba5256494fc744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:28:02 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsonc from 3.4.1 to 3.4.2 Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-version: 3.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ebea9012..6a60e492a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@google-cloud/storage": "8.0.1", "@prantlf/jsonlint": "17.0.1", "eslint": "10.9.1", - "eslint-plugin-jsonc": "3.4.1", + "eslint-plugin-jsonc": "3.4.2", "eslint-plugin-prettier": "5.5.6", "globals": "^17.11.0", "jest": "30.5.0", @@ -3616,9 +3616,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.4.1.tgz", - "integrity": "sha512-HHWkjAmVJ3QAffCkfo0XKl3CstLtgbIu5EGfFfVDLQT6vqPrxl4pFbUwFwY03nOlvyuDiiBixhHFrlbzn9u09Q==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-3.4.2.tgz", + "integrity": "sha512-q5xzjCYFQuhFomTbctXzd3STfDJ8XduvaigjQmMEbP2gzSKrc58y3Fv6D775/cIK1/sRUn+4kpljiU2iW8k0zw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f83e3246f..3c2c0b164 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@google-cloud/storage": "8.0.1", "@prantlf/jsonlint": "17.0.1", "eslint": "10.9.1", - "eslint-plugin-jsonc": "3.4.1", + "eslint-plugin-jsonc": "3.4.2", "eslint-plugin-prettier": "5.5.6", "globals": "^17.11.0", "jest": "30.5.0",