From f4ac94d00b1bc936b3ac4b172657e14d4a66ec08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:48:13 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-json-schema-validator Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 4.8.3 to 5.2.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.8.3...v5.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-json-schema-validator dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 +++++++++++----------------- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index b0cfa8aa..1ea4c1c7 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-json-schema-validator": "^4.8.3", + "eslint-plugin-json-schema-validator": "^5.2.0", "eslint-plugin-jsonc": "^2.18.2", "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-prettier": "^5.2.1", diff --git a/yarn.lock b/yarn.lock index 975c7a61..d9f78fb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3897,13 +3897,6 @@ escape-string-regexp@^4.0.0: resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-compat-utils@^0.4.0: - version "0.4.1" - resolved "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.4.1.tgz#498d9dad03961174a283f7741838a3fbe4a34e89" - integrity sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg== - dependencies: - semver "^7.5.4" - eslint-compat-utils@^0.6.0: version "0.6.3" resolved "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.3.tgz#159d6b9f5d2678ccec9de8039d97a0ec6e899f92" @@ -3986,20 +3979,21 @@ eslint-plugin-import@^2.31.0: string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" -eslint-plugin-json-schema-validator@^4.8.3: - version "4.8.3" - resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.8.3.tgz#3d04a085631734a51cbbf7c48bd22b22d9b0bffc" - integrity sha512-F4S6Aw7l/9NzB8E0CAbjiSlXWqDiK3rIiw0I+Jdp+qr/wN1yTg7HkJgeWX4mNnlDMDzydymYy2uuKmNaWUV/hA== +eslint-plugin-json-schema-validator@^5.2.0: + version "5.2.0" + resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.2.0.tgz#9fa4dcd5ac33ab31d5a0ae2498b74678be64c4e5" + integrity sha512-h+E4+AG1xM+KnmsCSNNrKNOpuaEapj+k0HOUXY9I07x6MoYcrqCN/wTGY2rjIvVYItfMwf8Wgc/UTN69JD+h+A== dependencies: "@eslint-community/eslint-utils" "^4.3.0" ajv "^8.0.0" debug "^4.3.1" - eslint-compat-utils "^0.4.0" + eslint-compat-utils "^0.6.0" + eslint-json-compat-utils "^0.2.1" json-schema-migrate "^2.0.0" jsonc-eslint-parser "^2.0.0" minimatch "^8.0.0" synckit "^0.9.0" - toml-eslint-parser "^0.9.0" + toml-eslint-parser "^0.10.0" tunnel-agent "^0.6.0" yaml-eslint-parser "^1.0.0" @@ -8572,10 +8566,10 @@ toggle-selection@^1.0.6: resolved "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32" integrity sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ== -toml-eslint-parser@^0.9.0: - version "0.9.3" - resolved "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.9.3.tgz#fc02498ba76e935f888c4b68b00e75b59789d272" - integrity sha512-moYoCvkNUAPCxSW9jmHmRElhm4tVJpHL8ItC/+uYD0EpPSFXbck7yREz9tNdJVTSpHVod8+HoipcpbQ0oE6gsw== +toml-eslint-parser@^0.10.0: + version "0.10.0" + resolved "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.10.0.tgz#52000b150a8b298feefeea701c29cca8b4730a38" + integrity sha512-khrZo4buq4qVmsGzS5yQjKe/WsFvV8fGfOjDQN0q4iy9FjRfPWRgTFrU8u1R2iu/SfWLhY9WnCi4Jhdrcbtg+g== dependencies: eslint-visitor-keys "^3.0.0"