1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-11 09:12:40 +03:00

chore: upgrade moment-timezone to latest

This commit is contained in:
louistiti 2021-03-04 20:28:56 +08:00
parent c02f35b4c2
commit 1e1e85b7b8
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -13841,14 +13841,14 @@
}
},
"moment": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
"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.25",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.25.tgz",
"integrity": "sha512-DgEaTyN/z0HFaVcVbSyVCUU6HeFdnNC3vE4c9cgu2dgMTvjBUBdBzWfasTBmAW45u5OIMeCJtU8yNjM22DHucw==",
"version": "0.5.33",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz",
"integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==",
"requires": {
"moment": ">= 2.9.0"
}

View File

@ -63,7 +63,7 @@
"fluent-ffmpeg": "^2.1.2",
"googleapis": "^40.0.0",
"ibm-watson": "^4.1.3",
"moment-timezone": "^0.5.14",
"moment-timezone": "^0.5.33",
"node-nlp": "^3.1.1",
"node-wav": "0.0.2",
"socket.io": "^3.1.2",