diff --git a/bun.lockb b/bun.lockb index 32f5acda1..a5a2f7355 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index b8e7d9d4b..f4c311a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "ts-interface-checker": "1.0.2", "ts-json-validator": "0.7.1", "ts-node": "10.9.2", - "ts-runtime-checks": "0.6.2", + "ts-runtime-checks": "0.6.3", "typescript": "5.6.3", "typia": "7.2.0", "undici": "7.1.0", @@ -10495,10 +10495,9 @@ "dev": true }, "node_modules/ts-runtime-checks": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/ts-runtime-checks/-/ts-runtime-checks-0.6.2.tgz", - "integrity": "sha512-TXZ6IkUX/9I8DQHrrrtG2D9MuHAODYG2LVz8znqthXyeHxHi+TWoRMKOnbUo9pW34enD5YsrUxsfSjM7n85QVA==", - "license": "MIT" + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/ts-runtime-checks/-/ts-runtime-checks-0.6.3.tgz", + "integrity": "sha512-9rL0VjkII8/hD60wQSCVPaBHOX+S0DVesXK1+eAD5rPX9PSsVebZjWEyBysrNtR3XGuAgA0fyn8OhNjrNMmN5g==" }, "node_modules/ts-tiny-invariant": { "version": "2.0.4", @@ -18953,9 +18952,9 @@ "dev": true }, "ts-runtime-checks": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/ts-runtime-checks/-/ts-runtime-checks-0.6.2.tgz", - "integrity": "sha512-TXZ6IkUX/9I8DQHrrrtG2D9MuHAODYG2LVz8znqthXyeHxHi+TWoRMKOnbUo9pW34enD5YsrUxsfSjM7n85QVA==" + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/ts-runtime-checks/-/ts-runtime-checks-0.6.3.tgz", + "integrity": "sha512-9rL0VjkII8/hD60wQSCVPaBHOX+S0DVesXK1+eAD5rPX9PSsVebZjWEyBysrNtR3XGuAgA0fyn8OhNjrNMmN5g==" }, "ts-tiny-invariant": { "version": "2.0.4", diff --git a/package.json b/package.json index 2a81396bf..5fb11480a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "ts-interface-checker": "1.0.2", "ts-json-validator": "0.7.1", "ts-node": "10.9.2", - "ts-runtime-checks": "0.6.2", + "ts-runtime-checks": "0.6.3", "typescript": "5.6.3", "typia": "7.2.0", "undici": "7.1.0",