diff --git a/package.json b/package.json index 238426fe50aeb2..782c5ca6c49268 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "@testing-library/react": "^12.1.2", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.4.3", - "@types/node": "^20.11.7", + "@types/node": "^20.12.5", "babel-gettext-extractor": "^4.1.3", "babel-jest": "^29.6.2", "babel-plugin-dynamic-import-node": "^2.3.3", diff --git a/yarn.lock b/yarn.lock index 33b2d95a224c22..8e88e62478b444 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3439,10 +3439,10 @@ dependencies: mini-css-extract-plugin "*" -"@types/node@*", "@types/node@>=10.0.0", "@types/node@^20.11.7": - version "20.11.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.7.tgz#cb49aedd758c978c30806d0c38b520ed2a3df6e0" - integrity sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A== +"@types/node@*", "@types/node@>=10.0.0", "@types/node@^20.12.5": + version "20.12.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.5.tgz#74c4f31ab17955d0b5808cdc8fd2839526ad00b3" + integrity sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw== dependencies: undici-types "~5.26.4"