diff --git a/package-lock.json b/package-lock.json index 05d4241..81cd031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,14 +19,14 @@ "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "cspell": "8.12.1", - "editorconfig-checker": "5.1.8", + "editorconfig-checker": "5.1.9", "esbuild": "0.23.0", "esbuild-plugin-manifest": "1.0.4", "eslint-config-love": "47.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-promise": "6.6.0", + "eslint-plugin-promise": "7.0.0", "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-simple-import-sort": "12.1.1", @@ -3998,9 +3998,9 @@ } }, "node_modules/editorconfig-checker": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.8.tgz", - "integrity": "sha512-GM/qCbXA8GajSqqjXiWZN49i0nizQV5PjkVKIwWB9rtsm/pztjnBC+4dts5wW2KdrP2zyMPEltWHtWQwoCadqg==", + "version": "5.1.9", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.9.tgz", + "integrity": "sha512-p1XFFxEkhY9Nl+kuMLZA6PzzZ6s+dvy4yBmJD68tC4BwBQdjUh2p1VxA6IbtN5beaX6i7WtHeEsvTK5LF+W+OQ==", "dev": true, "bin": { "ec": "dist/index.js", @@ -4627,12 +4627,12 @@ } }, "node_modules/eslint-plugin-promise": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz", - "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.0.0.tgz", + "integrity": "sha512-wb1ECT+b90ndBdAujhIdAU8oQ3Vt5gKqP/t78KOmg0ifynrvc2jGR9f6ndbOVNFpKf6jLUBlBBDF3H3Wk0JICg==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -12321,9 +12321,9 @@ } }, "editorconfig-checker": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.8.tgz", - "integrity": "sha512-GM/qCbXA8GajSqqjXiWZN49i0nizQV5PjkVKIwWB9rtsm/pztjnBC+4dts5wW2KdrP2zyMPEltWHtWQwoCadqg==", + "version": "5.1.9", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.9.tgz", + "integrity": "sha512-p1XFFxEkhY9Nl+kuMLZA6PzzZ6s+dvy4yBmJD68tC4BwBQdjUh2p1VxA6IbtN5beaX6i7WtHeEsvTK5LF+W+OQ==", "dev": true }, "ejs": { @@ -12814,9 +12814,9 @@ } }, "eslint-plugin-promise": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz", - "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.0.0.tgz", + "integrity": "sha512-wb1ECT+b90ndBdAujhIdAU8oQ3Vt5gKqP/t78KOmg0ifynrvc2jGR9f6ndbOVNFpKf6jLUBlBBDF3H3Wk0JICg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 58b34da..b4dca18 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "cspell": "8.12.1", - "editorconfig-checker": "5.1.8", + "editorconfig-checker": "5.1.9", "esbuild": "0.23.0", "eslint-config-love": "47.0.0", "eslint-config-prettier": "9.1.0",