From 3aaea9ced429ff5c18426188ddba38a562108221 Mon Sep 17 00:00:00 2001 From: azu Date: Fri, 3 Jan 2025 17:03:54 +0900 Subject: [PATCH] chore(deps): update eslint (#1773) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c1f10ff8..c9ee93b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "textlint": "^14.4.2", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", - "textlint-rule-eslint": "^5.0.0", + "textlint-rule-eslint": "^5.0.1", "textlint-rule-footnote-order": "^1.0.3", "textlint-rule-inline-code-denylist": "workspace:textlint-rule-inline-code-denylist", "textlint-rule-no-dead-link": "^5.2.0", @@ -16340,9 +16340,9 @@ } }, "node_modules/textlint-rule-eslint": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/textlint-rule-eslint/-/textlint-rule-eslint-5.0.0.tgz", - "integrity": "sha512-RAsYSMPJWIwHEx9GRKNORbeDwtkx/2gzRTrlcfW7f2se+5gSIzKlvxxFPNBLZorcpM6AqJZP/l6ldhos2kGjqw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/textlint-rule-eslint/-/textlint-rule-eslint-5.0.1.tgz", + "integrity": "sha512-6Fh5S0BR4F381fjoWtFCHx0ZEu/o0H2f0Z63uQSwBj1+H/YBKJ3ZVCDIimw6PYtLCqeZmml7KqT8noSZHY5CtQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 880b2c430..89c4da437 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "textlint": "^14.4.2", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", - "textlint-rule-eslint": "^5.0.0", + "textlint-rule-eslint": "^5.0.1", "textlint-rule-footnote-order": "^1.0.3", "textlint-rule-inline-code-denylist": "workspace:textlint-rule-inline-code-denylist", "textlint-rule-no-dead-link": "^5.2.0",