From 0bc9514a48f1f8b6634c7c25e9463a00c832ae83 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 19 Sep 2021 19:08:30 +0100 Subject: [PATCH] Build: Update commander to 7.2.0 and node-watch to 0.7.2 * `npm diff ---diff commander@7.1.0 --diff commander@7.2.0` - No code changes. - Type improvements. * `npm diff ---diff node-watch@0.7.1 --diff node-watch@0.7.2` - No code changes. - Shrink bundle size by removing test files from packages. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 517c4f568..3f224e616 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "node": ">=10" }, "dependencies": { - "commander": "7.1.0", - "node-watch": "0.7.1", + "commander": "7.2.0", + "node-watch": "0.7.2", "tiny-glob": "0.2.9" }, "devDependencies": {