diff --git a/package-lock.json b/package-lock.json index c45f483..5c0dbe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "prettier": "^2.5.1", "rimraf": "^3.0.2", "ts-node": "^10.7.0", - "tsc-watch": "^4.6.0", + "tsc-watch": "^4.6.1", "typescript": "^4.6.2" }, "engines": { @@ -3371,9 +3371,9 @@ } }, "node_modules/tsc-watch": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.0.tgz", - "integrity": "sha512-DRMADjFe44EDWb+YMIOj4b83UrU6le27L3/o0/9FlmA01ikFd5Dl9RD5h1hpeh0mQdIqXvwfHZszCcjhH3bAmQ==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.1.tgz", + "integrity": "sha512-IiLs9LAopILQ6eKZEtiOWlbXOuI7P81IiF/8WVx2Plo9AF2P5+s61Ew79Ymbsk++nEoqHlniOFAm7ycZfXixpg==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", @@ -6110,9 +6110,9 @@ } }, "tsc-watch": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.0.tgz", - "integrity": "sha512-DRMADjFe44EDWb+YMIOj4b83UrU6le27L3/o0/9FlmA01ikFd5Dl9RD5h1hpeh0mQdIqXvwfHZszCcjhH3bAmQ==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-4.6.1.tgz", + "integrity": "sha512-IiLs9LAopILQ6eKZEtiOWlbXOuI7P81IiF/8WVx2Plo9AF2P5+s61Ew79Ymbsk++nEoqHlniOFAm7ycZfXixpg==", "dev": true, "requires": { "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index a406bca..22ad381 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "prettier": "^2.5.1", "rimraf": "^3.0.2", "ts-node": "^10.7.0", - "tsc-watch": "^4.6.0", + "tsc-watch": "^4.6.1", "typescript": "^4.6.2" }, "engines": {