diff --git a/.node-version b/.node-version index 4a1f488b6..d5a159609 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.17.1 +20.10.0 diff --git a/scripts/content-checker/package.json b/scripts/content-checker/package.json index b030c169d..fc34294cc 100644 --- a/scripts/content-checker/package.json +++ b/scripts/content-checker/package.json @@ -4,7 +4,7 @@ "author": "SmartHR Design System Team", "license": "MIT", "dependencies": { - "@types/node": "^20.8.7", + "@types/node": "^20.10.5", "glob": "^10.3.10", "ts-node": "^10.9.2", "typescript": "^5.3.3" diff --git a/scripts/content-checker/yarn.lock b/scripts/content-checker/yarn.lock index 9cb381800..8da7665b8 100644 --- a/scripts/content-checker/yarn.lock +++ b/scripts/content-checker/yarn.lock @@ -64,12 +64,12 @@ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e" integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== -"@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== +"@types/node@^20.10.5": + version "20.10.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2" + integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw== dependencies: - undici-types "~5.25.1" + undici-types "~5.26.4" acorn-walk@^8.1.1: version "8.2.0" @@ -314,10 +314,10 @@ typescript@^5.3.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== -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== +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== v8-compile-cache-lib@^3.0.1: version "3.0.1"