Skip to content

Commit 8080504

Browse files
Bump moment dependency to 2.29.4 (#1004)
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 <[email protected]>
1 parent 61b14d6 commit 8080504

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"moment": ">= 2.9.0"
31+
"moment": "^2.29.4"
3232
},
3333
"devDependencies": {
3434
"grunt": "^1.5.3",

0 commit comments

Comments
 (0)