diff --git a/package.json b/package.json index c163186..395c1fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-sitecore/cli", - "version": "3.2.1", + "version": "3.2.2", "description": "A node Sitecore cli", "main": "src/index.js", "private": true, diff --git a/packages/cli-plugin-browsersync/package-lock.json b/packages/cli-plugin-browsersync/package-lock.json index 5c8f7e2..e705c6b 100644 --- a/packages/cli-plugin-browsersync/package-lock.json +++ b/packages/cli-plugin-browsersync/package-lock.json @@ -589,7 +589,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -954,7 +955,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -1002,6 +1004,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -1040,11 +1043,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/packages/cli-plugin-fractal/package-lock.json b/packages/cli-plugin-fractal/package-lock.json index 0eb8bcd..33877e6 100644 --- a/packages/cli-plugin-fractal/package-lock.json +++ b/packages/cli-plugin-fractal/package-lock.json @@ -2361,7 +2361,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -2726,7 +2727,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -2774,6 +2776,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -2812,11 +2815,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index 6d3881e..6d0c034 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1461,7 +1461,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -1826,7 +1827,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -1874,6 +1876,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -1912,11 +1915,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } },