Changes to package-lock

This commit is contained in:
Andy Tudhope 2018-07-23 14:46:36 +02:00
parent 7d8c493288
commit 19b56fbfb4
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
1 changed files with 6 additions and 6 deletions

12
package-lock.json generated
View File

@ -1827,7 +1827,7 @@
"resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
"integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=",
"requires": {
"hoek": "2.16.3"
"hoek": "5.0.3"
}
},
"brace-expansion": {
@ -4699,7 +4699,7 @@
"requires": {
"boom": "2.10.1",
"cryptiles": "2.0.5",
"hoek": "2.16.3",
"hoek": "5.0.3",
"sntp": "1.0.9"
}
},
@ -4714,9 +4714,9 @@
}
},
"hoek": {
"version": "2.16.3",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
"integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0="
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.3.tgz",
"integrity": "sha512-Bmr56pxML1c9kU+NS51SMFkiVQAb+9uFfXwyqR2tn4w2FPvmPt65eZ9aCcEfRXd9G74HkZnILC6p967pED4aiw=="
},
"hoist-non-react-statics": {
"version": "2.5.0",
@ -8456,7 +8456,7 @@
"resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
"integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=",
"requires": {
"hoek": "2.16.3"
"hoek": "5.0.3"
}
},
"sort-keys": {