diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-03-29 10:07:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 10:07:53 +0900 |
| commit | a776c06434707e711d9ac225d13f1e9b866368b4 (patch) | |
| tree | d35e49773ca5292b3399d5f4809d13ffad9c0a7b /package.json | |
| parent | Merge pull request #349 from syuilo/greenkeeper/@types/body-parser-1.16.2 (diff) | |
| parent | fix(package): update cors to version 2.8.2 (diff) | |
| download | misskey-a776c06434707e711d9ac225d13f1e9b866368b4.tar.gz misskey-a776c06434707e711d9ac225d13f1e9b866368b4.tar.bz2 misskey-a776c06434707e711d9ac225d13f1e9b866368b4.zip | |
Merge pull request #351 from syuilo/greenkeeper/cors-2.8.2
Update cors to the latest version 🚀
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 4bd7c2795e..2a25332ca8 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "cafy": "2.3.0", "chalk": "1.1.3", "compression": "1.6.2", - "cors": "2.8.1", + "cors": "2.8.2", "cropperjs": "1.0.0-rc", "crypto": "0.0.3", "debug": "2.6.3", |