From e680a3a569815de71eb8d9cc66381fcc614b3b16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 18:27:58 +0000 Subject: [PATCH] chore(deps): update dependency @book000/eslint-config to v1.6.22 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 60408b50..e4e3e5aa 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "jest --runInBand --passWithNoTests --detectOpenHandles --forceExit" }, "devDependencies": { - "@book000/eslint-config": "1.6.21", + "@book000/eslint-config": "1.6.22", "@book000/node-utils": "1.13.73", "@fastify/cors": "9.0.1", "@octokit/webhooks-examples": "7.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 81d8e958..eb92dd52 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: devDependencies: '@book000/eslint-config': - specifier: 1.6.21 - version: 1.6.21(eslint-config-standard@17.1.0)(eslint@9.3.0)(typescript@5.4.5) + specifier: 1.6.22 + version: 1.6.22(eslint-config-standard@17.1.0)(eslint@9.3.0)(typescript@5.4.5) '@book000/node-utils': specifier: 1.13.73 version: 1.13.73 @@ -421,8 +421,8 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@book000/eslint-config@1.6.21(eslint-config-standard@17.1.0)(eslint@9.3.0)(typescript@5.4.5): - resolution: {integrity: sha512-nD76w5WhDqgcRr3YEG/p64JNJ+bVquE+n7idLPvE0dKHYzgaIwMxrV+dOI+wZlwYKp14IYJ+SovV2nyxztvkKg==} + /@book000/eslint-config@1.6.22(eslint-config-standard@17.1.0)(eslint@9.3.0)(typescript@5.4.5): + resolution: {integrity: sha512-RcI3DqQV9KPumxO2Rl9yta0lROCTNTwfJY8sVh9SeoOqe8MoF4+dAldtZ8skyH7bBkaqT3NJYvzuCarORcu5nw==} peerDependencies: eslint: 9.3.0 eslint-config-standard: 17.1.0 diff --git a/yarn.lock b/yarn.lock index 486a53fd..1b2d3451 100644 --- a/yarn.lock +++ b/yarn.lock @@ -298,10 +298,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@book000/eslint-config@1.6.21": - version "1.6.21" - resolved "https://registry.yarnpkg.com/@book000/eslint-config/-/eslint-config-1.6.21.tgz#9ad41265c6197ce5c89eb0f80d28fd6478c03e1d" - integrity sha512-nD76w5WhDqgcRr3YEG/p64JNJ+bVquE+n7idLPvE0dKHYzgaIwMxrV+dOI+wZlwYKp14IYJ+SovV2nyxztvkKg== +"@book000/eslint-config@1.6.22": + version "1.6.22" + resolved "https://registry.yarnpkg.com/@book000/eslint-config/-/eslint-config-1.6.22.tgz#9f04919f8513f005bd497e12e9fd8ddc31550047" + integrity sha512-RcI3DqQV9KPumxO2Rl9yta0lROCTNTwfJY8sVh9SeoOqe8MoF4+dAldtZ8skyH7bBkaqT3NJYvzuCarORcu5nw== dependencies: "@eslint/eslintrc" "3.1.0" "@typescript-eslint/parser" "7.10.0"