From bb797afd09b5ff7fe936b6ee8319c35fc67cacbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:18:13 +0000 Subject: [PATCH] Bump @discloudapp/api-types from 1.0.3 to 1.0.4 Bumps [@discloudapp/api-types](https://github.com/discloud/discloud.app) from 1.0.3 to 1.0.4. - [Commits](https://github.com/discloud/discloud.app/commits) --- updated-dependencies: - dependency-name: "@discloudapp/api-types" dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 336c4ee..f1d0ea5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", - "@discloudapp/api-types": "^1.0.3", + "@discloudapp/api-types": "^1.0.4", "@discloudapp/util": "^1.2.4", "bytes": "^3.1.2" }, diff --git a/yarn.lock b/yarn.lock index 8b84f4c..4bdc1b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -35,10 +35,10 @@ resolved "https://registry.yarnpkg.com/@borewit/text-codec/-/text-codec-0.1.1.tgz#7e7f27092473d5eabcffef693a849f2cc48431da" integrity sha512-5L/uBxmjaCIX5h8Z+uu+kA9BQLkc/Wl06UGR5ajNRxu+/XjonB5i8JpgFMrPj3LXTCPA0pv8yxUvbUi+QthGGA== -"@discloudapp/api-types@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@discloudapp/api-types/-/api-types-1.0.3.tgz#a6c585bd826170835c241cbeacaff41479cbf3ec" - integrity sha512-8QZbw7HCMdQTv6N72GAPWdbjyxpj3PIUcMvAJoCbQ1jYSI13C+NlMg//wjWOAnjlgxAMtY9sqc4klNRGx8qf8w== +"@discloudapp/api-types@^1.0.3", "@discloudapp/api-types@^1.0.4": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@discloudapp/api-types/-/api-types-1.0.4.tgz#5ab516204055c9c3560885970366d4530be5eb52" + integrity sha512-Kkhu9aYfP3p6Rx3jXTpivd99HIC7q7Buh7fwPfoaT0H75idmJO2tfVTkGIOwMb9i6S3wuDgGb4DPfgXkIEvRgA== dependencies: tslib "^2.8.1"