From 87ea6e5cd041414222749815146bc07e5d30ed5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:12:56 +0000 Subject: [PATCH] Bump eslint-plugin-json-schema-validator from 4.7.0 to 4.7.3 Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 4.7.0 to 4.7.3. - [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.7.0...v4.7.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b23b3175..81eaaa28 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.29.0", - "eslint-plugin-json-schema-validator": "^4.7.0", + "eslint-plugin-json-schema-validator": "^4.7.3", "eslint-plugin-jsonc": "^2.10.0", "eslint-plugin-lodash": "^7.4.0", "eslint-plugin-prettier": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index eabdeec8..0d1f2109 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3479,10 +3479,10 @@ eslint-plugin-import@^2.29.0: semver "^6.3.1" tsconfig-paths "^3.14.2" -eslint-plugin-json-schema-validator@^4.7.0: - version "4.7.0" - resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.7.0.tgz#95cebac2fd426567769add515cd7125e21a8e97a" - integrity sha512-1AQJmVzCoZJjnc7uwcXvzWIwiNEQA4YRFybev6xOUwaCrcM4RFnJPzF+zmPW66MHTuOxJW0rsPMUGJy0w76TYg== +eslint-plugin-json-schema-validator@^4.7.3: + version "4.7.3" + resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.7.3.tgz#3869e20e6f601321e6553658e804121a4fdb8b92" + integrity sha512-odFpNM997t484eprsTEk7YTt7JXgZ5ewCIekcOPGJLe5OFGKoRkJWtQ5lUJdRqqaOOD5vE8kGmV8fDvs0h9iNg== dependencies: "@eslint-community/eslint-utils" "^4.3.0" ajv "^8.0.0" @@ -3492,7 +3492,7 @@ eslint-plugin-json-schema-validator@^4.7.0: jsonc-eslint-parser "^2.0.0" minimatch "^8.0.0" synckit "^0.8.0" - toml-eslint-parser "^0.6.0" + toml-eslint-parser "^0.9.0" tunnel-agent "^0.6.0" yaml-eslint-parser "^1.0.0" @@ -7714,10 +7714,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.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== +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== dependencies: eslint-visitor-keys "^3.0.0"