From 76df29a048dee59d1a8e1bd39c4e07a3c8aa3091 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Sun, 8 Oct 2023 09:54:39 +0900 Subject: [PATCH] chore: fix ci --- package-lock.json | 55 +++++++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 30 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 153de830..4dc27005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-doc-generator": "^1.4.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-plugin": "^5.0.0", - "eslint-plugin-json-schema-validator": "^4.0.0", + "eslint-plugin-json-schema-validator": "^4.6.1", "eslint-plugin-jsonc": "^2.0.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^5.0.0", @@ -5262,19 +5262,19 @@ } }, "node_modules/eslint-plugin-json-schema-validator": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.0.2.tgz", - "integrity": "sha512-fj12rd4qDNLDewHGPOIOJgtCKktQQZsbuxJZGUbP9J/+U53RDtS3Wk9aKFmOIsz1/5jEFwyWqYSpSKxgWP7xVw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.6.1.tgz", + "integrity": "sha512-xzPnXOyWFc9Vs33Pt0WraQfDKJwa6wH11Z9s2XhtLQRMrj50hUgekG6CFWJigitbGLCHjRtY4Hy+dZMrzk40mg==", "dev": true, "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": "^5.0.0", + "minimatch": "^8.0.0", "synckit": "^0.8.0", - "toml-eslint-parser": "^0.4.0", + "toml-eslint-parser": "^0.6.0", "tunnel-agent": "^0.6.0", "yaml-eslint-parser": "^1.0.0" }, @@ -5320,15 +5320,18 @@ "dev": true }, "node_modules/eslint-plugin-json-schema-validator/node_modules/minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", + "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/eslint-plugin-jsonc": { @@ -10643,9 +10646,9 @@ } }, "node_modules/toml-eslint-parser": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.4.0.tgz", - "integrity": "sha512-lwMC8RPBoAksoMFpQnB4c3zz+o9JPv1sxsduVH9AHb2o4kxQl7mtP5YaYoS33+6IdVrzHAXxi4JgowJDERoynw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.6.0.tgz", + "integrity": "sha512-aTmQa0RFb+2URe8IZOfo/oxt3b5rlXlpG9xE+6FmeI8immCGLnZYvKVxbnCYJx4bIKIaEwl0BnCDhwO70yeWSA==", "dev": true, "dependencies": { "eslint-visitor-keys": "^3.0.0" @@ -15239,19 +15242,19 @@ } }, "eslint-plugin-json-schema-validator": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.0.2.tgz", - "integrity": "sha512-fj12rd4qDNLDewHGPOIOJgtCKktQQZsbuxJZGUbP9J/+U53RDtS3Wk9aKFmOIsz1/5jEFwyWqYSpSKxgWP7xVw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.6.1.tgz", + "integrity": "sha512-xzPnXOyWFc9Vs33Pt0WraQfDKJwa6wH11Z9s2XhtLQRMrj50hUgekG6CFWJigitbGLCHjRtY4Hy+dZMrzk40mg==", "dev": true, "requires": { + "@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": "^5.0.0", + "minimatch": "^8.0.0", "synckit": "^0.8.0", - "toml-eslint-parser": "^0.4.0", + "toml-eslint-parser": "^0.6.0", "tunnel-agent": "^0.6.0", "yaml-eslint-parser": "^1.0.0" }, @@ -15284,9 +15287,9 @@ "dev": true }, "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz", + "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==", "dev": true, "requires": { "brace-expansion": "^2.0.1" @@ -19195,9 +19198,9 @@ } }, "toml-eslint-parser": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.4.0.tgz", - "integrity": "sha512-lwMC8RPBoAksoMFpQnB4c3zz+o9JPv1sxsduVH9AHb2o4kxQl7mtP5YaYoS33+6IdVrzHAXxi4JgowJDERoynw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/toml-eslint-parser/-/toml-eslint-parser-0.6.0.tgz", + "integrity": "sha512-aTmQa0RFb+2URe8IZOfo/oxt3b5rlXlpG9xE+6FmeI8immCGLnZYvKVxbnCYJx4bIKIaEwl0BnCDhwO70yeWSA==", "dev": true, "requires": { "eslint-visitor-keys": "^3.0.0" diff --git a/package.json b/package.json index 633466e9..1731ecdb 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-doc-generator": "^1.4.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-plugin": "^5.0.0", - "eslint-plugin-json-schema-validator": "^4.0.0", + "eslint-plugin-json-schema-validator": "^4.6.1", "eslint-plugin-jsonc": "^2.0.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^5.0.0",