summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-07-17 18:52:41 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-07-17 18:56:47 +0200
commitcf3873d62ff30da691dae7f7424c6365b5a72edc (patch)
treec65487734cf922e3a6ad70a0f21a93e337e8ec1e /bundle
parentDisplay offline members in member list (#788) (diff)
downloadserver-cf3873d62ff30da691dae7f7424c6365b5a72edc.tar.xz
Add local disk caching for fetched assets
Diffstat (limited to 'bundle')
-rw-r--r--bundle/package-lock.json22
1 files changed, 12 insertions, 10 deletions
diff --git a/bundle/package-lock.json b/bundle/package-lock.json

index 6fbd6978..7a6cc91f 100644 --- a/bundle/package-lock.json +++ b/bundle/package-lock.json
@@ -7,7 +7,7 @@ "": { "name": "@fosscord/server", "version": "1.0.0", - "license": "AGPLV3", + "license": "AGPL-3.0-only", "dependencies": { "@aws-sdk/client-s3": "^3.36.1", "@aws-sdk/node-http-handler": "^3.36.0", @@ -101,7 +101,7 @@ "name": "@fosscord/api", "version": "1.0.0", "hasInstallScript": true, - "license": "AGPLV3", + "license": "AGPL-3.0-only", "dependencies": { "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", @@ -147,7 +147,7 @@ "@types/jsonwebtoken": "^8.5.0", "@types/morgan": "^1.9.3", "@types/multer": "^1.4.5", - "@types/node": "^14.17.9", + "@types/node": "^14.18.22", "@types/node-fetch": "^2.5.5", "@types/supertest": "^2.0.11", "@zerollup/ts-transform-paths": "^1.7.18", @@ -164,7 +164,7 @@ "../cdn": { "name": "@fosscord/cdn", "version": "1.0.0", - "license": "AGPLV3", + "license": "AGPL-3.0-only", "dependencies": { "@aws-sdk/client-s3": "^3.36.1", "@aws-sdk/node-http-handler": "^3.36.0", @@ -208,7 +208,7 @@ "name": "@fosscord/gateway", "version": "1.0.0", "hasInstallScript": true, - "license": "AGPLV3", + "license": "AGPL-3.0-only", "dependencies": { "@fosscord/util": "file:../util", "amqplib": "^0.8.0", @@ -3648,8 +3648,9 @@ } }, "node_modules/@types/node": { - "version": "14.17.21", - "integrity": "sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA==" + "version": "14.18.22", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.22.tgz", + "integrity": "sha512-qzaYbXVzin6EPjghf/hTdIbnVW1ErMx8rPzwRNJhlbyJhu2SyqlvjGOY/tbUt6VFyzg56lROcOeSQRInpt63Yw==" }, "node_modules/@types/node-fetch": { "version": "2.5.12", @@ -12983,7 +12984,7 @@ "@types/jsonwebtoken": "^8.5.0", "@types/morgan": "^1.9.3", "@types/multer": "^1.4.5", - "@types/node": "^14.17.9", + "@types/node": "^14.18.22", "@types/node-fetch": "^2.5.5", "@types/supertest": "^2.0.11", "@zerollup/ts-transform-paths": "^1.7.18", @@ -13776,8 +13777,9 @@ } }, "@types/node": { - "version": "14.17.21", - "integrity": "sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA==" + "version": "14.18.22", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.22.tgz", + "integrity": "sha512-qzaYbXVzin6EPjghf/hTdIbnVW1ErMx8rPzwRNJhlbyJhu2SyqlvjGOY/tbUt6VFyzg56lROcOeSQRInpt63Yw==" }, "@types/node-fetch": { "version": "2.5.12",