Skip to content

Commit 8080504

Browse files
gilmoreorlessMEGApixel23
andcommittedFeb 25, 2023
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 <a@megapixel23.com>
1 parent 61b14d6 commit 8080504

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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)
Please sign in to comment.