From da7ec764f3ffb32edd703d6491b2f64927355eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 16:13:53 +0000 Subject: [PATCH] chore(deps): update dependency typescript-json-schema to ^0.68.0 --- package-lock.json | 42 +++++++----------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index f272d8cb..459edba4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint": "^10.0.1", "typescript": "^5.5.4", "typescript-eslint": "^8.56.0", - "typescript-json-schema": "^0.67.0" + "typescript-json-schema": "^0.68.0" }, "optionalDependencies": { "sqlite3": "^6.0.0" @@ -5447,9 +5447,9 @@ } }, "node_modules/typescript-json-schema": { - "version": "0.67.4", - "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.67.4.tgz", - "integrity": "sha512-BhDCVfwGtPKKt9JOBvh6ocmSbEk7ftx7dpqqIpvGNrjzYcUKm8pnYwKSFfNJwqcp/qNTfZr9sKtVyTxx4V9iRA==", + "version": "0.68.0", + "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.68.0.tgz", + "integrity": "sha512-1X60xXxkZpLAr125Jt5MT9VJTTxT0xfafbjdcbtml26nvpUr2p/P4V34JEXa+ObrHc71W9ksH5pemstY6y+SEw==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.15", @@ -5459,7 +5459,6 @@ "safe-stable-stringify": "^2.5.0", "ts-node": "^10.9.2", "typescript": "~5.9.3", - "vm2": "^3.11.3", "yargs": "^18.0.0" }, "bin": { @@ -5827,22 +5826,6 @@ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", "dev": true }, - "node_modules/vm2": { - "version": "3.11.5", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.5.tgz", - "integrity": "sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA==", - "dev": true, - "dependencies": { - "acorn": "^8.15.0", - "acorn-walk": "^8.3.4" - }, - "bin": { - "vm2": "bin/vm2" - }, - "engines": { - "node": ">=6.0" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -9755,9 +9738,9 @@ } }, "typescript-json-schema": { - "version": "0.67.4", - "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.67.4.tgz", - "integrity": "sha512-BhDCVfwGtPKKt9JOBvh6ocmSbEk7ftx7dpqqIpvGNrjzYcUKm8pnYwKSFfNJwqcp/qNTfZr9sKtVyTxx4V9iRA==", + "version": "0.68.0", + "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.68.0.tgz", + "integrity": "sha512-1X60xXxkZpLAr125Jt5MT9VJTTxT0xfafbjdcbtml26nvpUr2p/P4V34JEXa+ObrHc71W9ksH5pemstY6y+SEw==", "dev": true, "requires": { "@types/json-schema": "^7.0.15", @@ -9767,7 +9750,6 @@ "safe-stable-stringify": "^2.5.0", "ts-node": "^10.9.2", "typescript": "~5.9.3", - "vm2": "^3.11.3", "yargs": "^18.0.0" } }, @@ -10071,16 +10053,6 @@ } } }, - "vm2": { - "version": "3.11.5", - "resolved": "https://registry.npmjs.org/vm2/-/vm2-3.11.5.tgz", - "integrity": "sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA==", - "dev": true, - "requires": { - "acorn": "^8.15.0", - "acorn-walk": "^8.3.4" - } - }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index fed0f87a..4ab31db1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "^10.0.1", "typescript": "^5.5.4", "typescript-eslint": "^8.56.0", - "typescript-json-schema": "^0.67.0" + "typescript-json-schema": "^0.68.0" }, "dependencies": { "ajv": "^8.18.0",