diff options
author | Moonchild <git-repo@palemoon.org> | 2018-11-20 11:10:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 11:10:18 +0100 |
commit | 6a9c2be4eac174c1b44ffb0ff16fd32fca92aa18 (patch) | |
tree | 6170775cc1af04b873d07139524e9bbb00ecdb5e | |
parent | 2c0a30185f7f118268dab0907e82dde416f9b698 (diff) | |
download | UXP-6a9c2be4eac174c1b44ffb0ff16fd32fca92aa18.tar UXP-6a9c2be4eac174c1b44ffb0ff16fd32fca92aa18.tar.gz UXP-6a9c2be4eac174c1b44ffb0ff16fd32fca92aa18.tar.lz UXP-6a9c2be4eac174c1b44ffb0ff16fd32fca92aa18.tar.xz UXP-6a9c2be4eac174c1b44ffb0ff16fd32fca92aa18.zip |
Update package.json
Update request version dependency
-rw-r--r-- | toolkit/components/microformats/update/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/components/microformats/update/package.json b/toolkit/components/microformats/update/package.json index 8f829439f..371986694 100644 --- a/toolkit/components/microformats/update/package.json +++ b/toolkit/components/microformats/update/package.json @@ -16,6 +16,6 @@ "dependencies": { "download-github-repo": "0.1.x", "fs-extra": "0.19.x", - "request": "2.58.x" + "request": ">=2.68.0" } -}
\ No newline at end of file +} |