diff --git a/package-lock.json b/package-lock.json index bd0ad10d2..5bae0d76b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@eslint/js": "9.13.0", "@types/graphql": "14.5.0", "@types/jest": "29.5.14", - "@types/node": "22.8.2", + "@types/node": "22.8.4", "@types/node-fetch": "3.0.3", "@types/normalize-path": "3.0.2", "@types/supertest": "6.0.2", @@ -5624,9 +5624,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.8.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.2.tgz", - "integrity": "sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==", + "version": "22.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz", + "integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==", "license": "MIT", "dependencies": { "undici-types": "~6.19.8" diff --git a/package.json b/package.json index 7a7543c52..9279c68e0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@eslint/js": "9.13.0", "@types/graphql": "14.5.0", "@types/jest": "29.5.14", - "@types/node": "22.8.2", + "@types/node": "22.8.4", "@types/node-fetch": "3.0.3", "@types/normalize-path": "3.0.2", "@types/supertest": "6.0.2", diff --git a/yarn.lock b/yarn.lock index 374a9a76c..7d3a2bfa5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2411,10 +2411,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@22.8.2", "@types/node@>=6": - version "22.8.2" - resolved "https://registry.npmjs.org/@types/node/-/node-22.8.2.tgz" - integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw== +"@types/node@*", "@types/node@22.8.4", "@types/node@>=6": + version "22.8.4" + resolved "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: undici-types "~6.19.8"