From 24f9a9af9ee06ca16ed2e9a2ad70768e4f74841c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:52:17 +0000 Subject: [PATCH] Bump eslint-plugin-jsonc from 2.7.0 to 2.9.0 in /dependencies (#4387) Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.7.0 to 2.9.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.7.0...v2.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 8 ++++---- dependencies/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index a028dbb6..400657e8 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-jsonc": "^2.7.0", + "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", @@ -4293,9 +4293,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.7.0.tgz", - "integrity": "sha512-DZgC71h/hZ9t5k/OGAKOMdJCleg2neZLL7No+YYi2ZMroCN4X5huZdrLf1USbrc6UTHwYujd1EDwXHg1qJ6CYw==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.9.0.tgz", + "integrity": "sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "jsonc-eslint-parser": "^2.0.4", diff --git a/dependencies/package.json b/dependencies/package.json index 4f3e439c..dca60b1c 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -16,7 +16,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-jsonc": "^2.7.0", + "eslint-plugin-jsonc": "^2.9.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2",