diff --git a/.node-version b/.node-version index ec7ba0e..7af24b7 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.10.0 +22.11.0 diff --git a/package.json b/package.json index 0758fa9..05bcddb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "playwright": "1.48.2" }, "devDependencies": { - "@types/node": "22.8.2", + "@types/node": "22.8.4", "eslint": "8.57.1", "eslint-config-next": "15.0.2", "eslint-config-prettier": "9.1.0", diff --git a/yarn.lock b/yarn.lock index ff69de1..287d8c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -193,10 +193,10 @@ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/node@22.8.2": - version "22.8.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b" - integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw== +"@types/node@22.8.4": + version "22.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: undici-types "~6.19.8"