microsoft / Recognizers-Text

Microsoft.Recognizers.Text provides recognition and resolution of numbers, units, date/time, etc. in multiple languages (ZH, EN, FR, ES, PT, DE, IT, TR, HI, NL. Partial support for JA, KO, AR, SV). Packages available at: https://www.nuget.org/profiles/Recognizers.Text, https://www.npmjs.com/~recognizers.text
MIT License
1.66k stars 429 forks source link

[#3122] Replace lodash.trimend import by lodash v4.17.21 #3124

Closed ceciliaavila closed 1 year ago

ceciliaavila commented 1 year ago

Fixes #3122

Description

This PR removes the individual imports of lodash modules to use the latest version of the lodash package avoiding security vulnerabilities.

Specific Changes

Testing

The following images show the build and the tests running successfully. image image

ceciliaavila commented 1 year ago

Replaced by #3125