feat: Update php-date-formatter to 1.3.6

This commit is contained in:
Alon 2020-08-13 16:04:13 +03:00
parent 33e7113f11
commit c6b2378650
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4394,9 +4394,9 @@
"optional": true
},
"php-date-formatter": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.4.tgz",
"integrity": "sha1-CaFa4HZroL6xkAwnwewxnvLkVj4="
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.6.tgz",
"integrity": "sha512-/CKsZYmAwXeNh8KpD/CF9hcJDZNhdb2ICN8+qgqOt5sUu9liZIxZ1R284TNj5MtPt8RjG5X0xn6WSqL0kcKMBg=="
},
"pinkie": {
"version": "2.0.4",

View File

@ -34,7 +34,7 @@
"dependencies": {
"jquery": ">= 1.7.2",
"jquery-mousewheel": ">= 3.1.13",
"php-date-formatter": "^1.3.4"
"php-date-formatter": "^1.3.6"
},
"devDependencies": {
"chai": "^4.1.2",