Update moment

This commit is contained in:
JC Brand 2018-03-06 11:32:18 +01:00
parent 37a182d4c0
commit 25b345f677
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3873,9 +3873,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.18.1", "version": "2.19.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.19.4.tgz",
"integrity": "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8=", "integrity": "sha512-1xFTAknSLfc47DIxHDUbnJWC+UwgWxATmymaxIPQpmMh7LBm7ZbwVEsuushqwL2GYZU0jie4xO+TK44hJPjNSQ==",
"dev": true "dev": true
}, },
"ms": { "ms": {

View File

@ -55,7 +55,7 @@
"jshint": "^2.9.4", "jshint": "^2.9.4",
"lodash": "4.17.4", "lodash": "4.17.4",
"lodash-template-loader": "^2.0.0", "lodash-template-loader": "^2.0.0",
"moment": "~2.18.1", "moment": "~> 2.19.3 ",
"otr": "jcbrand/otr", "otr": "jcbrand/otr",
"pluggable.js": "2.0.0", "pluggable.js": "2.0.0",
"po2json": "^0.4.4", "po2json": "^0.4.4",