From f95e4b631d12d0b86d8133352b43ed59d22d024f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 11:05:21 +0000 Subject: [PATCH] Bump eslint-plugin-json-schema-validator from 4.0.2 to 4.0.3 Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases) - [Commits](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-json-schema-validator dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index cc2aace9..a29761e9 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-json-schema-validator": "^4.0.2", + "eslint-plugin-json-schema-validator": "^4.0.3", "eslint-plugin-jsonc": "^2.5.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.31.1", diff --git a/yarn.lock b/yarn.lock index 3d79538c..217576ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3401,10 +3401,10 @@ eslint-plugin-eslint-comments@^3.2.0: escape-string-regexp "^1.0.5" ignore "^5.0.5" -eslint-plugin-json-schema-validator@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.0.2.tgz#f8776c2fe47eee89ba35b476291009d1c5735706" - integrity sha512-fj12rd4qDNLDewHGPOIOJgtCKktQQZsbuxJZGUbP9J/+U53RDtS3Wk9aKFmOIsz1/5jEFwyWqYSpSKxgWP7xVw== +eslint-plugin-json-schema-validator@^4.0.3: + version "4.0.3" + resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.0.3.tgz#d064407259fdd3e8913cb59f083f39b34d83526f" + integrity sha512-REsXqE3fXb6aibHPtBmPdTtsDcc6YYXi5sHazVdGBPU+lNHuWZjhlYmZIIF8ZBiTWUCYJCefFzXpgcy6aqk4eg== dependencies: ajv "^8.0.0" debug "^4.3.1" @@ -5713,20 +5713,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^5.0.0: +minimatch@^5.0.0, minimatch@^5.0.1: version "5.1.0" resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== dependencies: brace-expansion "^2.0.1" -minimatch@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" - integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g== - dependencies: - brace-expansion "^2.0.1" - minimist-options@^4.0.2: version "4.1.0" resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"