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",