From d9b1275e4cfb80ca265b80d6f8ef3f2b0279b83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:36:27 +0000 Subject: [PATCH] Bump eslint-plugin-jsonc from 2.15.1 to 2.16.0 Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.15.1 to 2.16.0. - [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/v2.15.1...v2.16.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/action/package.json b/action/package.json index 79c926234..2fbb763e7 100644 --- a/action/package.json +++ b/action/package.json @@ -25,7 +25,7 @@ "dotenv": "16.4.5", "eslint": "^9.3.0", "eslint-plugin-github": "^4.10.2", - "eslint-plugin-jsonc": "^2.15.1", + "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-prettier": "^5.1.3", "gray-matter": "^4.0.3", "js-yaml": "^4.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68c66a7a4..523fd19ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ importers: specifier: ^4.10.2 version: 4.10.2(eslint@9.3.0)(typescript@5.3.3) eslint-plugin-jsonc: - specifier: ^2.15.1 - version: 2.15.1(eslint@9.3.0) + specifier: ^2.16.0 + version: 2.16.0(eslint@9.3.0) eslint-plugin-prettier: specifier: ^5.1.3 version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@9.3.0)(prettier@3.2.5) @@ -10935,8 +10935,8 @@ packages: - typescript dev: true - /eslint-plugin-jsonc@2.15.1(eslint@9.3.0): - resolution: {integrity: sha512-PVFrqIJa8BbM/e828RSn0SwB/Z5ye+2LDuy2XqG6AymNgPsfApRRcznsbxP7VrjdLEU4Nb+g9n/d6opyp0jp9A==} + /eslint-plugin-jsonc@2.16.0(eslint@9.3.0): + resolution: {integrity: sha512-Af/ZL5mgfb8FFNleH6KlO4/VdmDuTqmM+SPnWcdoWywTetv7kq+vQe99UyQb9XO3b0OWLVuTH7H0d/PXYCMdSg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0'