diff --git a/test-app/package.json b/test-app/package.json index 2a45a072..48d60405 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -7,7 +7,7 @@ "@testing-library/react": "15.0.7", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.12", - "@types/node": "20.16.2", + "@types/node": "22.5.1", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", "react": "18.3.1", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index f76ad021..7c399338 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -2102,17 +2102,10 @@ dependencies: "@types/node" "*" -"@types/node@*": - version "22.5.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.0.tgz#10f01fe9465166b4cab72e75f60d8b99d019f958" - integrity sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg== - dependencies: - undici-types "~6.19.2" - -"@types/node@20.16.2": - version "20.16.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.2.tgz#9e388f503a5af306e8c63319334887390966a11e" - integrity sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ== +"@types/node@*", "@types/node@22.5.1": + version "22.5.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.1.tgz#de01dce265f6b99ed32b295962045d10b5b99560" + integrity sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw== dependencies: undici-types "~6.19.2"