diff --git a/src/main/webui/package.json b/src/main/webui/package.json index 2d26fc47..8696f2f6 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -12,7 +12,7 @@ "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^29.5.6", - "@types/node": "^20.8.9", + "@types/node": "^22.0.0", "@types/react": "^18.2.32", "@types/react-dom": "^18.2.14", "@types/react-syntax-highlighter": "^15.5.9", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index dd5764bc..4b317b0b 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -2416,12 +2416,12 @@ dependencies: undici-types "~6.19.2" -"@types/node@^20.8.9": - version "20.17.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.2.tgz#3ca40ef7d776c85a1db3df23cbb5bfb3c384a92e" - integrity sha512-OOHK4sjXqkL7yQ7VEEHcf6+0jSvKjWqwnaCtY7AKD/VLEvRHMsxxu7eI8ErnjxHS8VwmekD4PeVCpu4qZEZSxg== +"@types/node@^22.0.0": + version "22.8.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b" + integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw== dependencies: - undici-types "~6.19.2" + undici-types "~6.19.8" "@types/parse-json@^4.0.0": version "4.0.2" @@ -9732,7 +9732,7 @@ underscore@1.12.1: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e" integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw== -undici-types@~6.19.2: +undici-types@~6.19.2, undici-types@~6.19.8: version "6.19.8" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==