From 80c751e3aff690764ce05123e21f884108c84140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 03:01:01 +0000 Subject: [PATCH] fix(deps): bump tus-js-client from 3.0.0 to 3.1.0 in /node-utils Bumps [tus-js-client](https://github.com/tus/tus-js-client) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/tus/tus-js-client/releases) - [Commits](https://github.com/tus/tus-js-client/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: tus-js-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- node-utils/package-lock.json | 14 +++++++------- node-utils/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/node-utils/package-lock.json b/node-utils/package-lock.json index 8493cd0..e791bbb 100644 --- a/node-utils/package-lock.json +++ b/node-utils/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "easydl": "^1.0.3", - "tus-js-client": "^3.0.0" + "tus-js-client": "^3.1.0" } }, "node_modules/buffer-from": { @@ -142,9 +142,9 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/tus-js-client": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-3.0.0.tgz", - "integrity": "sha512-PHWI/K8YrCzpc83MqkLhqm89EGG+pPrkBaJ/0NQH0xQoqxfs7HKqAqfXrjmcw2CHZeGYaqxI6oVcolXThzYOSA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-3.1.0.tgz", + "integrity": "sha512-Hfpc8ho4C9Lhs/OflPUA/nHUHZJUrKD5upoPBq7dYJJ9DQhWocsjJU2RZYfN16Y5n19j9dFDszwCvVZ5sfcogw==", "dependencies": { "buffer-from": "^1.1.2", "combine-errors": "^3.0.3", @@ -290,9 +290,9 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "tus-js-client": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-3.0.0.tgz", - "integrity": "sha512-PHWI/K8YrCzpc83MqkLhqm89EGG+pPrkBaJ/0NQH0xQoqxfs7HKqAqfXrjmcw2CHZeGYaqxI6oVcolXThzYOSA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/tus-js-client/-/tus-js-client-3.1.0.tgz", + "integrity": "sha512-Hfpc8ho4C9Lhs/OflPUA/nHUHZJUrKD5upoPBq7dYJJ9DQhWocsjJU2RZYfN16Y5n19j9dFDszwCvVZ5sfcogw==", "requires": { "buffer-from": "^1.1.2", "combine-errors": "^3.0.3", diff --git a/node-utils/package.json b/node-utils/package.json index cad006b..226f4e5 100644 --- a/node-utils/package.json +++ b/node-utils/package.json @@ -1,6 +1,6 @@ { "dependencies": { "easydl": "^1.0.3", - "tus-js-client": "^3.0.0" + "tus-js-client": "^3.1.0" } }