Skip to content

Commit 181ada5

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 57c95b4 commit 181ada5

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.1",
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
@@ -3648,13 +3648,6 @@ escape-string-regexp@^4.0.0:
36483648
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
36493649
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
36503650

3651-
eslint-compat-utils@^0.4.0:
3652-
version "0.4.1"
3653-
resolved "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.4.1.tgz#498d9dad03961174a283f7741838a3fbe4a34e89"
3654-
integrity sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg==
3655-
dependencies:
3656-
semver "^7.5.4"
3657-
36583651
eslint-compat-utils@^0.5.0:
36593652
version "0.5.0"
36603653
resolved "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz#f7b2eb2befec25a370fac76934d3f9189f312a65"
@@ -3727,15 +3720,15 @@ eslint-plugin-import@^2.29.1:
37273720
semver "^6.3.1"
37283721
tsconfig-paths "^3.15.0"
37293722

3730-
eslint-plugin-json-schema-validator@^4.8.3:
3731-
version "4.8.3"
3732-
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.8.3.tgz#3d04a085631734a51cbbf7c48bd22b22d9b0bffc"
3733-
integrity sha512-F4S6Aw7l/9NzB8E0CAbjiSlXWqDiK3rIiw0I+Jdp+qr/wN1yTg7HkJgeWX4mNnlDMDzydymYy2uuKmNaWUV/hA==
3723+
eslint-plugin-json-schema-validator@^5.1.0:
3724+
version "5.1.0"
3725+
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.1.0.tgz#d43e32f84650e42f046d4b2547d12cb5e0548c4b"
3726+
integrity sha512-ZmVyxRIjm58oqe2kTuy90PpmZPrrKvOjRPXKzq8WCgRgAkidCgm5X8domL2KSfadZ3QFAmifMgGTcVNhZ5ez2g==
37343727
dependencies:
37353728
"@eslint-community/eslint-utils" "^4.3.0"
37363729
ajv "^8.0.0"
37373730
debug "^4.3.1"
3738-
eslint-compat-utils "^0.4.0"
3731+
eslint-compat-utils "^0.5.0"
37393732
json-schema-migrate "^2.0.0"
37403733
jsonc-eslint-parser "^2.0.0"
37413734
minimatch "^8.0.0"

0 commit comments

Comments
 (0)