diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 2a88a0bb..bb07bf43 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.2.1", + "eslint-plugin-jsonc": "^2.3.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.0", @@ -4138,9 +4138,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.2.1.tgz", - "integrity": "sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==", + "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==", "dependencies": { "eslint-utils": "^3.0.0", "jsonc-eslint-parser": "^2.0.4", @@ -14681,9 +14681,9 @@ } }, "eslint-plugin-jsonc": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.2.1.tgz", - "integrity": "sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==", + "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==", "requires": { "eslint-utils": "^3.0.0", "jsonc-eslint-parser": "^2.0.4", diff --git a/dependencies/package.json b/dependencies/package.json index b60d780b..de585896 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.2.1", + "eslint-plugin-jsonc": "^2.3.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.30.0",