Skip to content

Commit

Permalink
Bump moment dependency to 2.29.4 (#1004)
Browse files Browse the repository at this point in the history
Moment Timezone still works with core Moment 2.9.0 and above. But security
auditing tools are continually complaining about old versions being brought in
via package managers. Bumping the dependency to the latest version should at
least silence the warnings, even if it's not semantically correct.

Co-authored-by: Igor Omelchenko <a@megapixel23.com>
  • Loading branch information
gilmoreorless and MEGApixel23 committed Feb 25, 2023
1 parent 61b14d6 commit 8080504
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"moment": ">= 2.9.0"
"moment": "^2.29.4"
},
"devDependencies": {
"grunt": "^1.5.3",
Expand Down

0 comments on commit 8080504

Please sign in to comment.