Skip to content

Commit a6f0fef

Browse files
authored
Merge pull request #124 from codingtools/snyk-upgrade-6863c8fb459e70902873899b88459768
[Snyk] Upgrade moment-timezone from 0.5.28 to 0.5.29
2 parents 86c2cd5 + a520f97 commit a6f0fef

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CLI for Developers
2020
**cdt** is a command line utililty for developers.
2121
It is focused on facilitating the development of applications by helping devs to do required tasks through utilities provided to enhance efficienty.
2222

23-
## Support the project ⭐
23+
## Supporting the project ⭐
2424

2525
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. 🙏
2626

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"json-2-csv": "^3.7.0",
2828
"minify": "^5.1.1",
2929
"moment": "^2.24.0",
30-
"moment-timezone": "^0.5.28",
31-
"nyc": "^15.1.0",
30+
"moment-timezone": "^0.5.29",
31+
"nyc": "^15.0.1",
3232
"ora": "^4.0.4",
3333
"signale": "^1.4.0",
3434
"test": "^0.6.0",

src/commands/datetime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default class Datetime extends Command {
4949
if (flags.timezone)
5050
return flags.timezone
5151
else
52-
return moment.tz.guess(true)
52+
return moment.tz.guess()
5353
}
5454

5555
// tslint:disable-next-line:no-unused

0 commit comments

Comments
 (0)