diff --git a/package-lock.json b/package-lock.json index 44cdf39..03c80be 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.23", + "resolved": "https://registry.npmjs.org/@thi.ng/checks/-/checks-3.7.23.tgz", + "integrity": "sha512-bGUBoYUWUZHXTG2ZlhSO86ofDjHnGxP+s9k3UJ2N1lzZ5fbyb1G6SppcIwBOw67KeEiMLb2BK7rBd5sUCyQ5OQ==", "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.126", + "resolved": "https://registry.npmjs.org/@thi.ng/dl-asset/-/dl-asset-2.3.126.tgz", + "integrity": "sha512-qzdfHxqzCxWlkdNJsnVCRyiyMfE78zvQhlK5Yy6yWL0OFK330QMHHLpBjO8H/S1B6D1TL2BroE3ckkhG88TADQ==", "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.23", + "@thi.ng/mime": "^2.7.23" }, "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.23", + "resolved": "https://registry.npmjs.org/@thi.ng/mime/-/mime-2.7.23.tgz", + "integrity": "sha512-RkTB6BCwpDO+WJvDeR32qRqBWF1YRNZFx2of6tyTo6KfBiN/z/GRkEzXPfyNk2Y3sZ0auVLFwkrscVKS17xc3A==", "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.126" }, "devDependencies": { "tsup": "^8.4.0", diff --git a/packages/capture/package.json b/packages/capture/package.json index ecda798..f20ef70 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.126" } }