diff --git a/package-lock.json b/package-lock.json index 8205b128..6e542c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "prettier": "^2.8.4", "prettier-plugin-organize-imports": "^3.2.2", "ts-toolbelt": "^9.6.0", - "tsc-watch": "^6.0.4", + "tsc-watch": "^7.1.1", "typescript": "^5.8.3" } }, @@ -7297,7 +7297,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "license": "MIT", "dependencies": { "path-key": "^3.1.0", @@ -19471,14 +19473,16 @@ "license": "Apache-2.0" }, "node_modules/tsc-watch": { - "version": "6.0.4", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-7.1.1.tgz", + "integrity": "sha512-r6t37Dkk4vK44HwxOe+OzjpE/gDamZAwqXhtcAJD/hPVblcjJK45NxbK0HcDASXG0U4pEnCh640JZbeDVSC6yA==", "dev": true, "license": "MIT", "dependencies": { - "cross-spawn": "^7.0.3", + "cross-spawn": "^7.0.6", "node-cleanup": "^2.1.2", "ps-tree": "^1.2.0", - "string-argv": "^0.3.1" + "string-argv": "^0.3.2" }, "bin": { "tsc-watch": "dist/lib/tsc-watch.js" diff --git a/package.json b/package.json index d32ce7e9..20236e36 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "prettier": "^2.8.4", "prettier-plugin-organize-imports": "^3.2.2", "ts-toolbelt": "^9.6.0", - "tsc-watch": "^6.0.4", + "tsc-watch": "^7.1.1", "typescript": "^5.8.3" }, "workspaces": [