Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to sailshq/lodash which patched security vulnerabilities and add milliseconds to dates #1

Merged
merged 3 commits into from
Jan 13, 2021

Conversation

barryhammen
Copy link

No description provided.

@barryhammen barryhammen requested a review from fhawkes January 13, 2021 15:25
@@ -177,5 +177,5 @@ utils.escapeString = function(value, forLike) {
*/

utils.toSqlDate = function(date) {
return date.toUTCString();
return date.toISOString();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! now we don't care bout nothin!

@barryhammen barryhammen merged commit b1374f4 into immuta Jan 13, 2021
@barryhammen barryhammen deleted the issues branch January 13, 2021 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants