From a4bd0b9575183ce7bee6b8e6105b5044b75bb05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:52:28 +0000 Subject: [PATCH] chore(deps): bump @thi.ng/dl-asset from 2.3.115 to 2.3.121 Bumps [@thi.ng/dl-asset](https://github.com/thi-ng/umbrella) from 2.3.115 to 2.3.121. - [Commits](https://github.com/thi-ng/umbrella/compare/@thi.ng/dl-asset@2.3.115...@thi.ng/dl-asset@2.3.121) --- updated-dependencies: - dependency-name: "@thi.ng/dl-asset" dependency-version: 2.3.121 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 48 +++++++++-------------------------- packages/capture/package.json | 2 +- 2 files changed, 13 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44cdf39..eda35cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -891,33 +891,10 @@ "dev": true, "license": "MIT" }, - "node_modules/@thi.ng/api": { - "version": "8.11.32", - "resolved": "https://registry.npmjs.org/@thi.ng/api/-/api-8.11.32.tgz", - "integrity": "sha512-DqXp7K0qKD45IA6/Aof8AdgYSzTGvVFlXS9dL3iCEMY3GdkCF6DpgctVPCp5nBKloamUwPiE+TQWHA365MYEQg==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/postspectacular" - }, - { - "type": "patreon", - "url": "https://patreon.com/thing_umbrella" - }, - { - "type": "liberapay", - "url": "https://liberapay.com/thi.ng" - } - ], - "license": "Apache-2.0", - "engines": { - "node": ">=18" - } - }, "node_modules/@thi.ng/checks": { - "version": "3.7.12", - "resolved": "https://registry.npmjs.org/@thi.ng/checks/-/checks-3.7.12.tgz", - "integrity": "sha512-i2lRhlvTKyKgcEG8orU0sst8HwziyEzzWXpIohf9TSsawARCABpK4qOGXzQXyHhCCMiV4pC8Th2DMjcy6XLgdQ==", + "version": "3.7.18", + "resolved": "https://registry.npmjs.org/@thi.ng/checks/-/checks-3.7.18.tgz", + "integrity": "sha512-CizYe4JHB/IqLxSghFRAkvR5t5urOVik4ntLFMXWTG0kwJYzQEq/NrIcG41ZHDrMNVEuZ55qDdnMCdNm1IqyFA==", "funding": [ { "type": "github", @@ -938,9 +915,9 @@ } }, "node_modules/@thi.ng/dl-asset": { - "version": "2.3.115", - "resolved": "https://registry.npmjs.org/@thi.ng/dl-asset/-/dl-asset-2.3.115.tgz", - "integrity": "sha512-zZz5BEtVsDKHCqXEn0K9mZ8WKv4PTT1r/D3u3Uy8lqQxSygQlgjFt/h13/J+zE9AR9FX61K0NAmfSou/wex3JQ==", + "version": "2.3.121", + "resolved": "https://registry.npmjs.org/@thi.ng/dl-asset/-/dl-asset-2.3.121.tgz", + "integrity": "sha512-P0vm4GkarBecnLPCxtu88+HnAxQuvxOdOek2Q0gkCXN9sNhoMuPobZhvX8a0JpdfpZ2y4LD9Nyccpd6jLA95ZA==", "funding": [ { "type": "github", @@ -957,18 +934,17 @@ ], "license": "Apache-2.0", "dependencies": { - "@thi.ng/api": "^8.11.32", - "@thi.ng/checks": "^3.7.12", - "@thi.ng/mime": "^2.7.14" + "@thi.ng/checks": "^3.7.18", + "@thi.ng/mime": "^2.7.18" }, "engines": { "node": ">=18" } }, "node_modules/@thi.ng/mime": { - "version": "2.7.14", - "resolved": "https://registry.npmjs.org/@thi.ng/mime/-/mime-2.7.14.tgz", - "integrity": "sha512-eG9p6rDnV4nxfiBENXfXK2HklsLpPWN8eoghd/KVGttrhmIUSek7hJu40/qpuwkAaVuqkSE+NuSF5YBpaedMaA==", + "version": "2.7.18", + "resolved": "https://registry.npmjs.org/@thi.ng/mime/-/mime-2.7.18.tgz", + "integrity": "sha512-tyrF6bYp5CBTYB1Ag3/Bu1U59788bCHerIPtZ2ZQX90eIWgfFaowW+pLTXaAGXiPl0F9k1TKMblUfuY41ToBvw==", "funding": [ { "type": "github", @@ -2868,7 +2844,7 @@ "version": "0.0.1", "license": "MPL-2.0", "dependencies": { - "@thi.ng/dl-asset": "^2.3.115" + "@thi.ng/dl-asset": "^2.3.121" }, "devDependencies": { "tsup": "^8.4.0", diff --git a/packages/capture/package.json b/packages/capture/package.json index ecda798..e74d16c 100644 --- a/packages/capture/package.json +++ b/packages/capture/package.json @@ -29,6 +29,6 @@ "typescript": "^5.9.2" }, "dependencies": { - "@thi.ng/dl-asset": "^2.3.115" + "@thi.ng/dl-asset": "^2.3.121" } }