From 5d44d1e084acb712a9b7ab80fa1317134dafaa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 11:57:08 +0000 Subject: [PATCH] build(deps-dev): bump tsc-watch from 5.0.3 to 6.0.4 Bumps [tsc-watch](https://github.com/gilamran/tsc-watch) from 5.0.3 to 6.0.4. - [Release notes](https://github.com/gilamran/tsc-watch/releases) - [Changelog](https://github.com/gilamran/tsc-watch/blob/master/CHANGELOG.md) - [Commits](https://github.com/gilamran/tsc-watch/compare/v5.0.3...v6.0.4) --- updated-dependencies: - dependency-name: tsc-watch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 +++++++++++------------------------------ package.json | 2 +- 2 files changed, 12 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index efaae15..5da87fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "standard-version": "9.5.0", "supertest": "6.3.3", "ts-node": "10.9.1", - "tsc-watch": "5.0.3", + "tsc-watch": "6.0.4", "typescript": "4.7.4" }, "engines": { @@ -7638,36 +7638,26 @@ } }, "node_modules/tsc-watch": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.3.tgz", - "integrity": "sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.0.4.tgz", + "integrity": "sha512-cHvbvhjO86w2aGlaHgSCeQRl+Aqw6X6XN4sQMPZKF88GoP30O+oTuh5lRIJr5pgFWrRpF1AgXnJJ2DoFEIPHyg==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", "node-cleanup": "^2.1.2", "ps-tree": "^1.2.0", - "string-argv": "^0.1.1", - "strip-ansi": "^6.0.0" + "string-argv": "^0.3.1" }, "bin": { - "tsc-watch": "index.js" + "tsc-watch": "dist/lib/tsc-watch.js" }, "engines": { - "node": ">=8.17.0" + "node": ">=12.12.0" }, "peerDependencies": { "typescript": "*" } }, - "node_modules/tsc-watch/node_modules/string-argv": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.1.2.tgz", - "integrity": "sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==", - "dev": true, - "engines": { - "node": ">=0.6.19" - } - }, "node_modules/tsconfig-paths": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz", @@ -13832,24 +13822,15 @@ } }, "tsc-watch": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-5.0.3.tgz", - "integrity": "sha512-Hz2UawwELMSLOf0xHvAFc7anLeMw62cMVXr1flYmhRuOhOyOljwmb1l/O60ZwRyy1k7N1iC1mrn1QYM2zITfuw==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-6.0.4.tgz", + "integrity": "sha512-cHvbvhjO86w2aGlaHgSCeQRl+Aqw6X6XN4sQMPZKF88GoP30O+oTuh5lRIJr5pgFWrRpF1AgXnJJ2DoFEIPHyg==", "dev": true, "requires": { "cross-spawn": "^7.0.3", "node-cleanup": "^2.1.2", "ps-tree": "^1.2.0", - "string-argv": "^0.1.1", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "string-argv": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.1.2.tgz", - "integrity": "sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==", - "dev": true - } + "string-argv": "^0.3.1" } }, "tsconfig-paths": { diff --git a/package.json b/package.json index f47ff55..05a2f07 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "standard-version": "9.5.0", "supertest": "6.3.3", "ts-node": "10.9.1", - "tsc-watch": "5.0.3", + "tsc-watch": "6.0.4", "typescript": "4.7.4" } }