From a8240c8bf072855c58a27dc410bb90c038f0bc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 09:33:43 +0000 Subject: [PATCH] Upgrade: Bump tus-js-client Bumps the dependencies-npm group with 1 update in the / directory: [tus-js-client](https://github.com/tus/tus-js-client). Updates `tus-js-client` from 4.1.0 to 4.3.1 - [Release notes](https://github.com/tus/tus-js-client/releases) - [Commits](https://github.com/tus/tus-js-client/compare/v4.1.0...v4.3.1) --- updated-dependencies: - dependency-name: tus-js-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d05b07..950d53f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-2.0", "dependencies": { - "tus-js-client": "^4.1.0" + "tus-js-client": "^4.3.1" } }, "node_modules/buffer-from": { @@ -140,9 +140,10 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/tus-js-client": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-4.1.0.tgz", - "integrity": "sha512-e/nC/kJahvNYBcnwcqzuhFIvVELMMpbVXIoOOKdUn74SdQCvJd2JjqV2jZLv2EFOVbV4qLiO0lV7BxBXF21b6Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-4.3.1.tgz", + "integrity": "sha512-ZLeYmjrkaU1fUsKbIi8JML52uAocjEZtBx4DKjRrqzrZa0O4MYwT6db+oqePlspV+FxXJAyFBc/L5gwUi2OFsg==", + "license": "MIT", "dependencies": { "buffer-from": "^1.1.2", "combine-errors": "^3.0.3", @@ -286,9 +287,9 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "tus-js-client": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-4.1.0.tgz", - "integrity": "sha512-e/nC/kJahvNYBcnwcqzuhFIvVELMMpbVXIoOOKdUn74SdQCvJd2JjqV2jZLv2EFOVbV4qLiO0lV7BxBXF21b6Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-4.3.1.tgz", + "integrity": "sha512-ZLeYmjrkaU1fUsKbIi8JML52uAocjEZtBx4DKjRrqzrZa0O4MYwT6db+oqePlspV+FxXJAyFBc/L5gwUi2OFsg==", "requires": { "buffer-from": "^1.1.2", "combine-errors": "^3.0.3", diff --git a/package.json b/package.json index 081e227..122eb8f 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ }, "homepage": "https://github.com/OpenTTD/bananas-frontend-web#readme", "dependencies": { - "tus-js-client": "^4.1.0" + "tus-js-client": "^4.3.1" } }