diff options
Diffstat (limited to 'cdn/package.json')
-rw-r--r-- | cdn/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cdn/package.json b/cdn/package.json index fec43785..aedcc4bf 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -15,7 +15,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "GPLV3", "bugs": { "url": "https://github.com/fosscord/fosscord-server/issues" }, @@ -54,7 +54,7 @@ "missing-native-js-functions": "^1.2.17", "multer": "^1.4.2", "nanocolors": "^0.2.12", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "supertest": "^6.1.6", "typescript": "^4.1.2" }, |