Skip to content

Commit dea9926

Browse files
Merge pull request #28 from deliveryhero/updateMoment
Updating moment timezone
2 parents e2eaa0a + c78ba4d commit dea9926

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 9 additions & 9 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
@@ -1,7 +1,7 @@
11
{
22
"name": "@deliveryhero/logistics-moment-cache",
33
"description": "Simple utility to cache moment.js instances.",
4-
"version": "0.1.15",
4+
"version": "0.1.16",
55
"repository": "git://github.com/deliveryhero/moment-cache.git",
66
"publishConfig": {
77
"registry": "https://npm.pkg.github.com/deliveryhero"
@@ -14,7 +14,7 @@
1414
"main": "./moment-cache.js",
1515
"dependencies": {
1616
"moment": "2.30.1",
17-
"moment-timezone": "0.5.44"
17+
"moment-timezone": "0.5.45"
1818
},
1919
"keywords": [
2020
"moment",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,10 +1883,10 @@
18831883
"through2" "^2.0.0"
18841884
"xtend" "^4.0.0"
18851885

1886-
1887-
"integrity" "sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw=="
1888-
"resolved" "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.44.tgz"
1889-
"version" "0.5.44"
1886+
1887+
"integrity" "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ=="
1888+
"resolved" "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz"
1889+
"version" "0.5.45"
18901890
dependencies:
18911891
"moment" "^2.29.4"
18921892

0 commit comments

Comments
 (0)