You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Our application suddenly broke today because validator automatically updated to v13.15.22 (published ~7 hours ago).
The new build on npm seems to contain optional chaining (?.) inside the distributed code (e.g., in isMACAddress.js), which was never present in previous versions (e.g., v13.15.20).
This change causes syntax errors on environments running older Node.js versions that donโt support optional chaining.