diff --git a/package-lock.json b/package-lock.json index 89e7147..0270608 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.26", - "@ehmicky/eslint-config": "^20.0.18", + "@ehmicky/eslint-config": "^20.0.19", "@ehmicky/prettier-config": "^1.0.4", "got": "^13.0.0", "test-each": "^7.0.0" @@ -1897,9 +1897,9 @@ } }, "node_modules/@ehmicky/eslint-config": { - "version": "20.0.18", - "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-20.0.18.tgz", - "integrity": "sha512-SmeNxT7lYhuNcGR8t4AihwF0ot4cEmKn9GNVlNhkHSJ3NGZoFHwqTWiB5vbBQMtmHDSD1XvSDXjvlH6snmn9fA==", + "version": "20.0.19", + "resolved": "https://registry.npmjs.org/@ehmicky/eslint-config/-/eslint-config-20.0.19.tgz", + "integrity": "sha512-V1PiRldTmQGf7zggoind7GdIZRFFn0wXW6x//KRHX8MzzZ+K2Xq++mnH40Ag+aPRhuhfQmyNrpYXGcY9lrOyIA==", "dev": true, "license": "Apache-2.0", "engines": { @@ -1922,9 +1922,9 @@ "eslint-plugin-fp": "^2.3.0", "eslint-plugin-html": "^8.1.2", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-n": "^17.13.2", + "eslint-plugin-n": "^17.14.0", "eslint-plugin-prefer-arrow-functions": "^3.4.1", - "eslint-plugin-promise": "^7.1.0", + "eslint-plugin-promise": "^7.2.0", "eslint-plugin-unicorn": "^56.0.1", "globals": "^15.12.0", "typescript-eslint": "^8.14.0" @@ -7302,9 +7302,9 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.13.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.2.tgz", - "integrity": "sha512-MhBAKkT01h8cOXcTBTlpuR7bxH5OBUNpUXefsvwSVEy46cY4m/Kzr2osUCQvA3zJFD6KuCeNNDv0+HDuWk/OcA==", + "version": "17.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.14.0.tgz", + "integrity": "sha512-maxPLMEA0rPmRpoOlxEclKng4UpDe+N5BJS4t24I3UKnN109Qcivnfs37KMy84G0af3bxjog5lKctP5ObsvcTA==", "dev": true, "license": "MIT", "peer": true, @@ -7343,12 +7343,15 @@ } }, "node_modules/eslint-plugin-promise": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.1.0.tgz", - "integrity": "sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz", + "integrity": "sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q==", "dev": true, "license": "ISC", "peer": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, diff --git a/package.json b/package.json index 5a0dd33..9b3455e 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.26", - "@ehmicky/eslint-config": "^20.0.18", + "@ehmicky/eslint-config": "^20.0.19", "@ehmicky/prettier-config": "^1.0.4", "got": "^13.0.0", "test-each": "^7.0.0"