From 3ac9567543f93dc3eda8d0492f07b30e02ff6742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:23:03 +0000 Subject: [PATCH] Bump @darthcav/ts-utils from 0.8.0 to 0.8.2 Bumps [@darthcav/ts-utils](https://github.com/darthcav/ts-utils) from 0.8.0 to 0.8.2. - [Commits](https://github.com/darthcav/ts-utils/compare/v0.8.0...v0.8.2) --- updated-dependencies: - dependency-name: "@darthcav/ts-utils" dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++---------------- package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca926f9..2e1f4a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "Apache-2.0", "dependencies": { - "@darthcav/ts-utils": "0.8.0", + "@darthcav/ts-utils": "0.8.2", "@fastify/accepts": "5.0.4", "@fastify/compress": "8.3.1", "@fastify/cors": "11.2.0", @@ -104,9 +104,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -124,9 +121,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -144,9 +138,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -164,9 +155,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -211,9 +199,9 @@ } }, "node_modules/@darthcav/ts-utils": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@darthcav/ts-utils/-/ts-utils-0.8.0.tgz", - "integrity": "sha512-SGB6TvQRyiSQlDM36+t0prS6Finn8V+sEHuTpvulbDLLUU6zYtk+QChZwyARmV1Z4jYd9ZYlaLEWFtDb0P6C4g==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@darthcav/ts-utils/-/ts-utils-0.8.2.tgz", + "integrity": "sha512-0VF0wYKuhS14SaMs8yN+lgwvIHJzttu1yW1/YSTR7dz8Z8MkhLzZU4htBEp7eujs6orM1AZPe1vNnNqy2suI+g==", "license": "Apache-2.0", "dependencies": { "@logtape/logtape": "2.0.4" diff --git a/package.json b/package.json index a5a5f01..6fb2f35 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dist/**/*.d.ts.map" ], "dependencies": { - "@darthcav/ts-utils": "0.8.0", + "@darthcav/ts-utils": "0.8.2", "@fastify/accepts": "5.0.4", "@fastify/compress": "8.3.1", "@fastify/cors": "11.2.0",