diff --git a/package.json b/package.json index 5c0f94cc..0567615f 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@nuxtjs/pwa": "^3.3.5", "@release-it/conventional-changelog": "^9.0.3", "@types/fs-extra": "^11.0.4", - "@types/node": "^22.9.1", + "@types/node": "^22.9.3", "@types/normalize-path": "^3.0.2", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -82,7 +82,7 @@ "core-js": "3.39.0", "cross-env": "^7.0.3", "eslint": "^8.57.1", - "eslint-plugin-promise": "^7.1.0", + "eslint-plugin-promise": "^7.2.0", "happy-dom": "^15.11.6", "http-server": "^14.1.1", "lint-staged": "^15.2.10", diff --git a/yarn.lock b/yarn.lock index fabcc7b9..786c10b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3957,10 +3957,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.96.tgz#eb0012d23ff53d14d64ec8a352bf89792de6aade" integrity sha512-84iSqGXoO+Ha16j8pRZ/L90vDMKX04QTYMTfYeE1WrjWaZXuchBehGUZEpNgx7JnmlrIHdnABmpjrQjhCnNldQ== -"@types/node@^22.9.1": - version "22.9.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.1.tgz#bdf91c36e0e7ecfb7257b2d75bf1b206b308ca71" - integrity sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg== +"@types/node@^22.9.3": + version "22.9.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4" + integrity sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw== dependencies: undici-types "~6.19.8" @@ -7529,10 +7529,12 @@ eslint-formatter-pretty@^4.1.0: string-width "^4.2.0" supports-hyperlinks "^2.0.0" -eslint-plugin-promise@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.1.0.tgz#06b3ad6d36b3c3ef3ec201c8a8d97049cf5dbb20" - integrity sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ== +eslint-plugin-promise@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.0.tgz#ef4194982c3a00867a4def866e0b5abf0caf6a87" + integrity sha512-O2QBfKGRP0AHxXhZ3Lk2sFGGGw8TlMW84c+QfPX0gMnDrKJEN5SGJOICt/nR6spLvzuYO3d3nV4R3AIzdbaW7Q== + dependencies: + "@eslint-community/eslint-utils" "^4.4.0" eslint-rule-docs@^1.1.5: version "1.1.235"