mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bump eslint-plugin-json-schema-validator from 4.3.0 to 4.4.0
Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 4.3.0 to 4.4.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.3.0...v4.4.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
42677a39af
commit
b1b13bca36
2 changed files with 10 additions and 10 deletions
|
|
@ -115,7 +115,7 @@
|
||||||
"eslint": "7.32.0",
|
"eslint": "7.32.0",
|
||||||
"eslint-config-prettier": "8.8.0",
|
"eslint-config-prettier": "8.8.0",
|
||||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||||
"eslint-plugin-json-schema-validator": "^4.3.0",
|
"eslint-plugin-json-schema-validator": "^4.4.0",
|
||||||
"eslint-plugin-jsonc": "^2.7.0",
|
"eslint-plugin-jsonc": "^2.7.0",
|
||||||
"eslint-plugin-prettier": "4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
"eslint-plugin-react": "7.32.2",
|
"eslint-plugin-react": "7.32.2",
|
||||||
|
|
|
||||||
18
yarn.lock
18
yarn.lock
|
|
@ -3317,17 +3317,17 @@ eslint-plugin-eslint-comments@^3.2.0:
|
||||||
escape-string-regexp "^1.0.5"
|
escape-string-regexp "^1.0.5"
|
||||||
ignore "^5.0.5"
|
ignore "^5.0.5"
|
||||||
|
|
||||||
eslint-plugin-json-schema-validator@^4.3.0:
|
eslint-plugin-json-schema-validator@^4.4.0:
|
||||||
version "4.3.0"
|
version "4.4.0"
|
||||||
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.3.0.tgz#c136d10df6b03f40bc03238dd4afbe655a1f5d10"
|
resolved "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.4.0.tgz#9f9965482803136d589304487c164187ebbd89f2"
|
||||||
integrity sha512-yy4QB4WaLz5WELwW6F7JxsBk0el+dwKLhjW0LX6Iec9ivzZOYfusX0vTAuj/lSxl/xXllpO7BW1T6IOy2G5+KQ==
|
integrity sha512-8A+9iL53ri4ayJV+/c9Q6r3hpU3ohHraLY6TJgI8bR1jvzHEIS7Z9fuvMkamVxZHOQlOUye+xeqlM/JjU5Nh9w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint-community/eslint-utils" "^4.3.0"
|
"@eslint-community/eslint-utils" "^4.3.0"
|
||||||
ajv "^8.0.0"
|
ajv "^8.0.0"
|
||||||
debug "^4.3.1"
|
debug "^4.3.1"
|
||||||
json-schema-migrate "^2.0.0"
|
json-schema-migrate "^2.0.0"
|
||||||
jsonc-eslint-parser "^2.0.0"
|
jsonc-eslint-parser "^2.0.0"
|
||||||
minimatch "^7.0.0"
|
minimatch "^8.0.0"
|
||||||
synckit "^0.8.0"
|
synckit "^0.8.0"
|
||||||
toml-eslint-parser "^0.5.0"
|
toml-eslint-parser "^0.5.0"
|
||||||
tunnel-agent "^0.6.0"
|
tunnel-agent "^0.6.0"
|
||||||
|
|
@ -5398,10 +5398,10 @@ minimatch@^5.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion "^2.0.1"
|
brace-expansion "^2.0.1"
|
||||||
|
|
||||||
minimatch@^7.0.0:
|
minimatch@^8.0.0:
|
||||||
version "7.4.2"
|
version "8.0.2"
|
||||||
resolved "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz#ba35f8afeb255a4cbad4b6677b46132f3278c469"
|
||||||
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
|
integrity sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==
|
||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion "^2.0.1"
|
brace-expansion "^2.0.1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue