The latest version of @adyen/api-library has this defined in the package.json:
"optionalDependencies": {
"@types/node": "14.18.63"
}
Which specifies a version of @types/node that is over 3 years old.
Why is this version required? It is causing conflicts with other dependencies within a project which use the latest version of @types/node.
Can this be resolved?