From 43c62080cd4212740c7b58d54ef1529e9b992d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 05:41:42 +0000 Subject: [PATCH] Bump eslint-plugin-json-schema-validator from 4.4.0 to 4.5.0 Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: eslint-plugin-json-schema-validator dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 27 ++++++++++----------------- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 5577c708..d97f1609 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-json-schema-validator": "^4.4.0", + "eslint-plugin-json-schema-validator": "^4.5.0", "eslint-plugin-jsonc": "^2.8.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.32.2", diff --git a/yarn.lock b/yarn.lock index ac54413b..21710c8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3138,10 +3138,10 @@ eslint-plugin-eslint-comments@^3.2.0: escape-string-regexp "^1.0.5" ignore "^5.0.5" -eslint-plugin-json-schema-validator@^4.4.0: - version "4.4.0" - resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.4.0.tgz#9f9965482803136d589304487c164187ebbd89f2" - integrity sha512-8A+9iL53ri4ayJV+/c9Q6r3hpU3ohHraLY6TJgI8bR1jvzHEIS7Z9fuvMkamVxZHOQlOUye+xeqlM/JjU5Nh9w== +eslint-plugin-json-schema-validator@^4.5.0: + version "4.5.0" + resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.5.0.tgz#997ced29f9485207563cbee22926ba32a047ed14" + integrity sha512-V3OKimF5NjbEK021cnmUf4a+R4ElRut5vkrYmgnPTcYe92o+kiFpQUp3jZ1dEICre0Pl7d6FeYsQf/yli47ijg== dependencies: "@eslint-community/eslint-utils" "^4.3.0" ajv "^8.0.0" @@ -3150,7 +3150,7 @@ eslint-plugin-json-schema-validator@^4.4.0: jsonc-eslint-parser "^2.0.0" minimatch "^8.0.0" synckit "^0.8.0" - toml-eslint-parser "^0.5.0" + toml-eslint-parser "^0.6.0" tunnel-agent "^0.6.0" yaml-eslint-parser "^1.0.0" @@ -5079,14 +5079,7 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -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.1.1: +minimatch@^5.0.1, minimatch@^5.1.1: version "5.1.6" resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== @@ -7002,10 +6995,10 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" -toml-eslint-parser@^0.5.0: - version "0.5.0" - resolved "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.5.0.tgz#db95b86ce8c59ae7743ba6beef75a73d11c1aab9" - integrity sha512-SrneDiwkE/iQ3ndP/TkPN6Thfgd+ZGbtm7tV8WXlmVzUP2DIYXSCporm0Rgy/C40h7r9ANZfIW9YwQMUepqAmw== +toml-eslint-parser@^0.6.0: + version "0.6.0" + resolved "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.6.0.tgz#aaf394f2efd94d84d881113479d57d7597dc5d47" + integrity sha512-aTmQa0RFb+2URe8IZOfo/oxt3b5rlXlpG9xE+6FmeI8immCGLnZYvKVxbnCYJx4bIKIaEwl0BnCDhwO70yeWSA== dependencies: eslint-visitor-keys "^3.0.0"