diff --git a/nextjs/package.json b/nextjs/package.json index 8c12d97..a3a6e87 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.2.0", - "@types/node": "^20.4.4", + "@types/node": "^20.4.5", "@types/react": "^18.2.16", "prettier": "^3.0.0", "serve": "^14.2.0", diff --git a/nextjs/yarn.lock b/nextjs/yarn.lock index 97fc8ca..5f9068f 100644 --- a/nextjs/yarn.lock +++ b/nextjs/yarn.lock @@ -329,10 +329,10 @@ "@types/react" "*" hoist-non-react-statics "^3.3.0" -"@types/node@^20.4.4": - version "20.4.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.4.tgz#c79c7cc22c9d0e97a7944954c9e663bcbd92b0cb" - integrity sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew== +"@types/node@^20.4.5": + version "20.4.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.5.tgz#9dc0a5cb1ccce4f7a731660935ab70b9c00a5d69" + integrity sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg== "@types/prop-types@*": version "15.7.5"