diff --git a/package-lock.json b/package-lock.json index df61ce75..ceefe526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "select2": "^4.1.0-rc.0" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@types/jquery": "^3.5.32", "@types/jqueryui": "^1.12.23", "@types/select2": "^4.0.63", @@ -1975,11 +1975,10 @@ } }, "node_modules/@eslint-community/eslint-plugin-eslint-comments": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.4.0.tgz", - "integrity": "sha512-yljsWl5Qv3IkIRmJ38h3NrHXFCm4EUl55M8doGTF6hvzvFF8kRpextgSrg2dwHev9lzBZyafCr9RelGIyQm6fw==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.4.1.tgz", + "integrity": "sha512-lb/Z/MzbTf7CaVYM9WCFNQZ4L1yi3ev2fsFPF99h31ljhSEyUoyEsKsNWiU+qD1glbYTDJdqgyaLKtyTkkqtuQ==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^4.0.0", "ignore": "^5.2.4" diff --git a/package.json b/package.json index 667fe3ff..a97ad8ef 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "lint": "run-p -c --aggregate-output lint:*" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", "@types/jquery": "^3.5.32", "@types/jqueryui": "^1.12.23", "@types/select2": "^4.0.63",