-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: update dependencies to fix vulnerabilities #31
base: master
Are you sure you want to change the base?
chore: update dependencies to fix vulnerabilities #31
Conversation
869a8e6
to
62647c4
Compare
Back to you @jthomerson |
62647c4
to
0a4deaa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jimjenkins5 a couple of changes needed.
"aws-sdk": "2.354.0", | ||
"check-node-version": "4.0.3", | ||
"coveralls": "3.0.2", | ||
"eslint": "6.8.0", | ||
"expect.js": "0.3.1", | ||
"grunt": "1.0.3", | ||
"grunt": "^1.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a ^
slipped in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jimjenkins5 this doesn't seem to have been fixed?
src/boss/RegressionForecaster.js
Outdated
@@ -40,6 +40,12 @@ module.exports = Class.extend({ | |||
|
|||
lastSeconds = lastPoint[0]; | |||
|
|||
// Underscore will now make descending ranges if provided with a negative stop. TO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TO
-> To
0a4deaa
to
aca54d2
Compare
Back to you @yokuze |
No description provided.