diff options
author | Molly Lloyd <mollymerp@users.noreply.github.com> | 2018-11-05 13:20:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 13:20:36 -0800 |
commit | 22a3e9f024e616f6b378328ae69255e03d77ed2f (patch) | |
tree | 605e3af7164e93527d544eb4a458ad2c817c8c6f /package.json | |
parent | 1c733568b0e14f0d2bb1b81fdf5527b300d039a4 (diff) | |
download | qtlocation-mapboxgl-22a3e9f024e616f6b378328ae69255e03d77ed2f.tar.gz |
[build] update octokit dependency version (#13269)
createInstallationToken endpoint had a breaking change and this update uses the new endpoint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7ddbad1997..ce8262b376 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "npm-run-all": "^4.0.2" }, "devDependencies": { - "@octokit/rest": "^15.9.2", + "@octokit/rest": "^15.15.1", "aws-sdk": "^2.285.1", "csscolorparser": "^1.0.2", "ejs": "^2.4.1", |