mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump eslint-plugin-json-schema-validator from 4.1.0 to 4.3.0
Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 4.1.0 to 4.3.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.1.0...v4.3.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] <support@github.com>
This commit is contained in:
parent
d71b5af09e
commit
c0160ee3c9
2 changed files with 7 additions and 7 deletions
|
|
@ -115,7 +115,7 @@
|
|||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "8.7.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-json-schema-validator": "^4.1.0",
|
||||
"eslint-plugin-json-schema-validator": "^4.3.0",
|
||||
"eslint-plugin-jsonc": "^2.7.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -629,7 +629,7 @@
|
|||
minimatch "^3.0.4"
|
||||
plist "^3.0.4"
|
||||
|
||||
"@eslint-community/eslint-utils@^4.2.0":
|
||||
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.3.0":
|
||||
version "4.3.0"
|
||||
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz#a556790523a351b4e47e9d385f47265eaaf9780a"
|
||||
integrity sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==
|
||||
|
|
@ -3312,14 +3312,14 @@ eslint-plugin-eslint-comments@^3.2.0:
|
|||
escape-string-regexp "^1.0.5"
|
||||
ignore "^5.0.5"
|
||||
|
||||
eslint-plugin-json-schema-validator@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.1.0.tgz#0cb4c0654545a9c8571c228eaacd3d65c4cf32f4"
|
||||
integrity sha512-Qms50M0jkpmLP2W0KgSnHRrNVDf3V8HOLb84+3tOub8BVgLSosTdRQ98K+ayqBjLwvLzgFAbB+YulGNnw423Hg==
|
||||
eslint-plugin-json-schema-validator@^4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.3.0.tgz#c136d10df6b03f40bc03238dd4afbe655a1f5d10"
|
||||
integrity sha512-yy4QB4WaLz5WELwW6F7JxsBk0el+dwKLhjW0LX6Iec9ivzZOYfusX0vTAuj/lSxl/xXllpO7BW1T6IOy2G5+KQ==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.3.0"
|
||||
ajv "^8.0.0"
|
||||
debug "^4.3.1"
|
||||
eslint-utils "^3.0.0"
|
||||
json-schema-migrate "^2.0.0"
|
||||
jsonc-eslint-parser "^2.0.0"
|
||||
minimatch "^7.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue