Fix issues with keys that have a creation date that is in the future.

This commit is contained in:
Thomas Oberndörfer
2019-03-07 11:53:27 +01:00
parent 1fcf791560
commit 9159bd5a47
5 changed files with 19 additions and 15 deletions

7
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "mailvelope-keyserver",
"version": "2.0.0",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1619,9 +1619,8 @@
"integrity": "sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q="
},
"openpgp": {
"version": "4.4.9",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-4.4.9.tgz",
"integrity": "sha512-GpPRBJ/bmRtVIzM4XyZFNWueo4X7NmbeFz6/PyjolPLj2/n2XgKDaNSgR3KTjjuAoJJrbjLFAeARa+4G0mz6Ig==",
"version": "github:mailvelope/openpgpjs#a9d95ef7f0b640149f0a6d5d53b06389dc82d803",
"from": "github:mailvelope/openpgpjs#fix_user_verify_dist",
"requires": {
"@mattiasbuelens/web-streams-polyfill": "^0.3.1",
"address-rfc2822": "^2.0.3",