diff --git a/README.md b/README.md index 891dc88..11f5250 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
+
+
## PairDrop is built with the following awesome technologies:
* Vanilla HTML5 / ES6 / CSS3 frontend
@@ -106,9 +106,9 @@ Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop)
* [heic2any](https://github.com/alexcorvi/heic2any) JavaScript library to convert HEIC/HEIF images to PNG/GIF/JPEG ([MIT License](licenses/MIT-heic2any))
* [cyrb53](https://github.com/bryc) Super fast hash function
-Have any questions? Read our [FAQ](/docs/faq.md).
+Have any questions? Read our [FAQ](docs/faq.md).
-You can [host your own instance with Docker](/docs/host-your-own.md).
+You can [host your own instance with Docker](docs/host-your-own.md).
## Support PairDrop
@@ -132,4 +132,4 @@ Thanks a lot for supporting free and open software!
Feel free to [open an issue](https://github.com/schlagmichdoch/pairdrop/issues/new/choose) or a
[pull request](https://github.com/schlagmichdoch/pairdrop/pulls) but follow
-[Contributing Guidelines](/CONTRIBUTING.md).
+[Contributing Guidelines](CONTRIBUTING.md).
diff --git a/package-lock.json b/package-lock.json
index bac58c8..f799e8e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,10 +10,10 @@
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
- "express-rate-limit": "^7.1.1",
+ "express-rate-limit": "^7.1.5",
"ua-parser-js": "^1.0.36",
"unique-names-generator": "^4.3.0",
- "ws": "^8.14.2"
+ "ws": "^8.15.0"
},
"engines": {
"node": ">=15"
@@ -204,14 +204,17 @@
}
},
"node_modules/express-rate-limit": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.1.1.tgz",
- "integrity": "sha512-o5ye/a4EHCPQPju25Y4HChHybrCM9v37QtQDqXUDZGuD+HB7Cbu8ZhJP6/9RORcSNtkCpnEssa6oUgJgzc7ckQ==",
+ "version": "7.1.5",
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.1.5.tgz",
+ "integrity": "sha512-/iVogxu7ueadrepw1bS0X0kaRC/U0afwiYRSLg68Ts+p4Dc85Q5QKsOnPS/QUjPMHvOJQtBDrZgvkOzf8ejUYw==",
"engines": {
"node": ">= 16"
},
+ "funding": {
+ "url": "https://github.com/sponsors/express-rate-limit"
+ },
"peerDependencies": {
- "express": "^4 || ^5"
+ "express": "4 || 5 || ^5.0.0-beta.1"
}
},
"node_modules/finalhandler": {
@@ -637,9 +640,9 @@
}
},
"node_modules/ws": {
- "version": "8.14.2",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz",
- "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
+ "version": "8.15.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.0.tgz",
+ "integrity": "sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==",
"engines": {
"node": ">=10.0.0"
},
@@ -805,9 +808,9 @@
}
},
"express-rate-limit": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.1.1.tgz",
- "integrity": "sha512-o5ye/a4EHCPQPju25Y4HChHybrCM9v37QtQDqXUDZGuD+HB7Cbu8ZhJP6/9RORcSNtkCpnEssa6oUgJgzc7ckQ==",
+ "version": "7.1.5",
+ "resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-7.1.5.tgz",
+ "integrity": "sha512-/iVogxu7ueadrepw1bS0X0kaRC/U0afwiYRSLg68Ts+p4Dc85Q5QKsOnPS/QUjPMHvOJQtBDrZgvkOzf8ejUYw==",
"requires": {}
},
"finalhandler": {
@@ -1099,9 +1102,9 @@
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
},
"ws": {
- "version": "8.14.2",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz",
- "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
+ "version": "8.15.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.0.tgz",
+ "integrity": "sha512-H/Z3H55mrcrgjFwI+5jKavgXvwQLtfPCUEp6pi35VhoB0pfcHnSoyuTzkBEZpzq49g1193CUEwIvmsjcotenYw==",
"requires": {}
}
}
diff --git a/package.json b/package.json
index 01cc03d..c524b8f 100644
--- a/package.json
+++ b/package.json
@@ -12,10 +12,10 @@
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
- "express-rate-limit": "^7.1.1",
+ "express-rate-limit": "^7.1.5",
"ua-parser-js": "^1.0.36",
"unique-names-generator": "^4.3.0",
- "ws": "^8.14.2"
+ "ws": "^8.15.0"
},
"engines": {
"node": ">=15"