fix: double arabic month issue

This commit is contained in:
Shimul Chowdhury
2021-08-18 18:12:50 +08:00
parent e300ba1dbc
commit f54a1bd791
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -18636,9 +18636,9 @@
}
},
"moment": {
"version": "2.19.3",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.19.3.tgz",
"integrity": "sha1-vbmdJw1tf9p4zA+6zoVeJ/59pp8="
"version": "2.29.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
},
"moment-timezone": {
"version": "0.5.14",

View File

@@ -39,7 +39,7 @@
"jquery.scrollto": "2.1.2",
"js-cookie": "2.2.0",
"jwt-decode": "^2.2.0",
"moment": "2.19.3",
"moment": "2.29.1",
"moment-timezone": "0.5.14",
"node-sass": "4.12.0",
"picturefill": "3.0.2",