diff --git a/package.json b/package.json index d5691df0..ecc4f806 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@types/fs-extra": "^11.0.1", "@types/jest": "^27.5.0", "@types/lint-staged": "^13.2.0", - "@types/node": "^20.4.7", + "@types/node": "^20.8.7", "@types/node-sass": "^4.11.3", "@types/react": "^18.2.18", "@types/react-dom": "^18.2.7", diff --git a/yarn.lock b/yarn.lock index f949ba53..5810e017 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4466,10 +4466,12 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@^20.4.7": - version "20.4.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.7.tgz#74d323a93f1391a63477b27b9aec56669c98b2ab" - integrity sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g== +"@types/node@*", "@types/node@^20.8.7": + version "20.8.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.7.tgz#ad23827850843de973096edfc5abc9e922492a25" + integrity sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ== + dependencies: + undici-types "~5.25.1" "@types/node@^14.0.10 || ^16.0.0", "@types/node@^16.0.0": version "16.18.23" @@ -16905,6 +16907,11 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" +undici-types@~5.25.1: + version "5.25.3" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3" + integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA== + unfetch@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"