From 758bcc5aad12029fc97a25adf7b422938d45421a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 12:12:35 -0500 Subject: [PATCH] Bump eslint-plugin-jsonc from 2.3.0 to 2.3.1 in /dependencies (#3113) Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 14 +++++++------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 8ddb374f..fb0c0ac8 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^24.7.0", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-jsonc": "^2.3.0", + "eslint-plugin-jsonc": "^2.3.1", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.0", @@ -4162,9 +4162,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.3.0.tgz", - "integrity": "sha512-QqHj7Chw8vsALsCOhFxecRIepxpbcpmMon9yA1+GaYk1Am0GanHAwnTkeVX+/ysAb4QTkeGMZ+ZPK4TKrZ/VSw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.3.1.tgz", + "integrity": "sha512-8sgWGWiVRMFL6xGawRymrE4RjZJgiU0rXYgFFb71wvdwuUkPgWSvfFtc8jfwcgjjqFjis8vzCUFsg7SciMEDWw==", "dependencies": { "eslint-utils": "^3.0.0", "jsonc-eslint-parser": "^2.0.4", @@ -14673,9 +14673,9 @@ } }, "eslint-plugin-jsonc": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.3.0.tgz", - "integrity": "sha512-QqHj7Chw8vsALsCOhFxecRIepxpbcpmMon9yA1+GaYk1Am0GanHAwnTkeVX+/ysAb4QTkeGMZ+ZPK4TKrZ/VSw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.3.1.tgz", + "integrity": "sha512-8sgWGWiVRMFL6xGawRymrE4RjZJgiU0rXYgFFb71wvdwuUkPgWSvfFtc8jfwcgjjqFjis8vzCUFsg7SciMEDWw==", "requires": { "eslint-utils": "^3.0.0", "jsonc-eslint-parser": "^2.0.4", diff --git a/dependencies/package.json b/dependencies/package.json index 121cbf70..7fe9d2e3 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -16,7 +16,7 @@ "@react-native-community/eslint-plugin": "^1.2.0", "eslint-plugin-jest": "^24.7.0", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-jsonc": "^2.3.0", + "eslint-plugin-jsonc": "^2.3.1", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.0",