diff --git a/package-lock.json b/package-lock.json index 0c6473ee..fb4a02a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.14.0", "license": "MIT", "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "4.7.2", + "@eslint-community/eslint-plugin-eslint-comments": "4.8.1", "@tsconfig/bases": "1.0.26", "@types/node": "24.10.15", "commander": "15.0.0", @@ -38,9 +38,9 @@ } }, "node_modules/@eslint-community/eslint-plugin-eslint-comments": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.7.2.tgz", - "integrity": "sha512-LF03qURSwEWm2dz5wtdDCzNk+7Opl0X7q6I3undsaIuNsEiNvRV3BCtqu14Q/6Pzg1tBj44LcxpW2EpSLZStZw==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.8.1.tgz", + "integrity": "sha512-vafrdi15JHBFh1qWOAucyJwlEEuhdoMof28jOdKdgnwZ7bXwd6v4wzHYSmAVLwnx0yc7bqAtfJ0EZQV1WAzV/Q==", "dev": true, "license": "MIT", "dependencies": { @@ -58,9 +58,9 @@ } }, "node_modules/@eslint-community/eslint-plugin-eslint-comments/node_modules/ignore": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", - "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz", + "integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index a7c9a744..11ab9b0d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "node": "24.10.0" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "4.7.2", + "@eslint-community/eslint-plugin-eslint-comments": "4.8.1", "@tsconfig/bases": "1.0.26", "@types/node": "24.10.15", "commander": "15.0.0",