diff --git a/package-lock.json b/package-lock.json index 4d5f792..9ad101c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "38.0.0", "license": "MIT", "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", + "@eslint-community/eslint-plugin-eslint-comments": "4.2.0", "@typescript-eslint/eslint-plugin": "7.5.0", "eslint": "8.57.0", "eslint-config-love": "44.0.0", @@ -166,9 +166,9 @@ } }, "node_modules/@eslint-community/eslint-plugin-eslint-comments": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.1.0.tgz", - "integrity": "sha512-B2mwipifrBS5E00vN8vME68laPMZ0h3sNGOEDj5g9iUN9k5EU99Omq0Nc325eKNoFFDnDtiHp3DqIjO+1bstag==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.2.0.tgz", + "integrity": "sha512-t+1TfaJO+4xgBotNWguwTEVShTbaGvxBbC9VuMqHejSXf37SderUyXLRi3MwiMgUSGDuTYR3qcUP4pHtIH/35A==", "dev": true, "dependencies": { "escape-string-regexp": "^4.0.0", @@ -178,7 +178,7 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index 654832a..e1351b9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "typescript": "*" }, "devDependencies": { - "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", + "@eslint-community/eslint-plugin-eslint-comments": "4.2.0", "@typescript-eslint/eslint-plugin": "7.5.0", "eslint": "8.57.0", "eslint-config-love": "44.0.0",