build(package): lock file

This commit is contained in:
Gregor 2019-01-20 14:58:25 -08:00
parent d6dcaebcdd
commit 0821b969f3
1 changed files with 25 additions and 0 deletions

25
package-lock.json generated
View File

@ -175,6 +175,31 @@
"integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
"dev": true
},
"@octokit/app": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@octokit/app/-/app-2.1.0.tgz",
"integrity": "sha512-osoEgcBEtHZGQKZC1saF3gOL9DuSCpSgVuzJDO+FHxBLgpKiszFzvZsxuV33ur8B4oDARiA4/zesCW4VK8K6DA==",
"requires": {
"@octokit/request": "^2.1.2",
"jsonwebtoken": "^8.3.0",
"lru-cache": "^5.1.1"
},
"dependencies": {
"lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"requires": {
"yallist": "^3.0.2"
}
},
"yallist": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
"integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A=="
}
}
},
"@octokit/endpoint": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-3.1.1.tgz",