From 5a9eaec1ecab38bb3631c2d302f64f52f94a8300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:16:09 +0000 Subject: [PATCH 1/3] Bump express-rate-limit from 7.1.1 to 7.1.5 Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 7.1.1 to 7.1.5. - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v7.1.1...v7.1.5) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bac58c8..d0952b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "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" @@ -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": { @@ -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": { diff --git a/package.json b/package.json index ac41c5e..831ca0c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "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" From b2f4582196058945d0e35f28fe914414200f2c21 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Mon, 4 Dec 2023 21:12:13 +0100 Subject: [PATCH 2/3] Make links and images on README.md relative --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fc8ce2f..578b514 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- Logo + Logo

PairDrop

@@ -67,10 +67,10 @@ Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop) * Multiple files are transferred at once with an overall progress indicator ### Send Files or Text Directly From Share Menu, Context Menu or CLI -* [Send files directly from context menu on Windows](/docs/how-to.md#send-files-directly-from-context-menu-on-windows) -* [Send directly from share menu on iOS](/docs/how-to.md#send-directly-from-share-menu-on-ios) -* [Send directly from share menu on Android](/docs/how-to.md#send-directly-from-share-menu-on-android) -* [Send directly via command-line interface](/docs/how-to.md#send-directly-via-command-line-interface) +* [Send files directly from context menu on Windows](docs/how-to.md#send-files-directly-from-context-menu-on-windows) +* [Send directly from share menu on iOS](docs/how-to.md#send-directly-from-share-menu-on-ios) +* [Send directly from share menu on Android](docs/how-to.md#send-directly-from-share-menu-on-android) +* [Send directly via command-line interface](docs/how-to.md#send-directly-via-command-line-interface) ### Other changes * Change your display name permanently to easily differentiate your devices @@ -84,13 +84,13 @@ Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop) * Automatic restart on error (Thanks [@KaKi87](https://github.com/KaKi87)) * Lots of stability fixes (Thanks [@MWY001](https://github.com/MWY001) [@skiby7](https://github.com/skiby7) and [@willstott101](https://github.com/willstott101)) * To host PairDrop on your local network (e.g. on Raspberry Pi): [All peers connected with private IPs are discoverable by each other](https://github.com/RobinLinus/snapdrop/pull/558) -* When hosting PairDrop yourself you can [set your own STUN/TURN servers](/docs/host-your-own.md#specify-stunturn-servers) +* When hosting PairDrop yourself you can [set your own STUN/TURN servers](docs/host-your-own.md#specify-stunturn-servers) * Built-in translations ## Screenshots - + ## PairDrop is built with the following awesome technologies: * Vanilla HTML5 / ES6 / CSS3 frontend @@ -102,9 +102,9 @@ Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop) * [cyrb53](https://github.com/bryc) super fast hash function * [Weblate](https://weblate.org/) Web based localization tool -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 @@ -128,4 +128,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). From a13070269223369f1a3e2829e8b07fadbeca245b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:56:08 +0000 Subject: [PATCH 3/3] Bump ws from 8.14.2 to 8.15.0 Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.15.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.15.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bac58c8..9ead11b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "express-rate-limit": "^7.1.1", "ua-parser-js": "^1.0.36", "unique-names-generator": "^4.3.0", - "ws": "^8.14.2" + "ws": "^8.15.0" }, "engines": { "node": ">=15" @@ -637,9 +637,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" }, @@ -1099,9 +1099,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 ac41c5e..0be7073 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express-rate-limit": "^7.1.1", "ua-parser-js": "^1.0.36", "unique-names-generator": "^4.3.0", - "ws": "^8.14.2" + "ws": "^8.15.0" }, "engines": { "node": ">=15"