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

[Snyk] Upgrade moment-timezone from 0.5.28 to 0.5.29 #124

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CLI for Developers
**cdt** is a command line utililty for developers.
It is focused on facilitating the development of applications by helping devs to do required tasks through utilities provided to enhance efficienty.

## Support the project ⭐
## Supporting the project ⭐

If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"json-2-csv": "^3.7.0",
"minify": "^5.1.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"nyc": "^15.1.0",
"moment-timezone": "^0.5.29",
"nyc": "^15.0.1",
"ora": "^4.0.4",
"signale": "^1.4.0",
"test": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/datetime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class Datetime extends Command {
if (flags.timezone)
return flags.timezone
else
return moment.tz.guess(true)
return moment.tz.guess()
}

// tslint:disable-next-line:no-unused
Expand Down