Skip to content

Commit d8b51a1

Browse files
Bump eslint-plugin-json-schema-validator from 4.8.3 to 5.1.0
Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 4.8.3 to 5.1.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](ota-meshi/eslint-plugin-json-schema-validator@v4.8.3...v5.1.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] <[email protected]>
1 parent 1bfa41d commit d8b51a1

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"eslint-import-resolver-typescript": "^3.6.1",
117117
"eslint-plugin-eslint-comments": "^3.2.0",
118118
"eslint-plugin-import": "^2.29.1",
119-
"eslint-plugin-json-schema-validator": "^4.8.3",
119+
"eslint-plugin-json-schema-validator": "^5.1.0",
120120
"eslint-plugin-jsonc": "^2.15.0",
121121
"eslint-plugin-lodash": "^7.4.0",
122122
"eslint-plugin-prettier": "^5.1.3",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3676,13 +3676,6 @@ escape-string-regexp@^4.0.0:
36763676
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
36773677
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
36783678

3679-
eslint-compat-utils@^0.4.0:
3680-
version "0.4.1"
3681-
resolved "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.4.1.tgz#498d9dad03961174a283f7741838a3fbe4a34e89"
3682-
integrity sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg==
3683-
dependencies:
3684-
semver "^7.5.4"
3685-
36863679
eslint-compat-utils@^0.5.0:
36873680
version "0.5.0"
36883681
resolved "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz#f7b2eb2befec25a370fac76934d3f9189f312a65"
@@ -3755,15 +3748,15 @@ eslint-plugin-import@^2.29.1:
37553748
semver "^6.3.1"
37563749
tsconfig-paths "^3.15.0"
37573750

3758-
eslint-plugin-json-schema-validator@^4.8.3:
3759-
version "4.8.3"
3760-
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.8.3.tgz#3d04a085631734a51cbbf7c48bd22b22d9b0bffc"
3761-
integrity sha512-F4S6Aw7l/9NzB8E0CAbjiSlXWqDiK3rIiw0I+Jdp+qr/wN1yTg7HkJgeWX4mNnlDMDzydymYy2uuKmNaWUV/hA==
3751+
eslint-plugin-json-schema-validator@^5.1.0:
3752+
version "5.1.0"
3753+
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.1.0.tgz#d43e32f84650e42f046d4b2547d12cb5e0548c4b"
3754+
integrity sha512-ZmVyxRIjm58oqe2kTuy90PpmZPrrKvOjRPXKzq8WCgRgAkidCgm5X8domL2KSfadZ3QFAmifMgGTcVNhZ5ez2g==
37623755
dependencies:
37633756
"@eslint-community/eslint-utils" "^4.3.0"
37643757
ajv "^8.0.0"
37653758
debug "^4.3.1"
3766-
eslint-compat-utils "^0.4.0"
3759+
eslint-compat-utils "^0.5.0"
37673760
json-schema-migrate "^2.0.0"
37683761
jsonc-eslint-parser "^2.0.0"
37693762
minimatch "^8.0.0"

0 commit comments

Comments
 (0)