diff --git a/chameleon-client/package-lock.json b/chameleon-client/package-lock.json index 07cd38b82..5401c2e30 100644 --- a/chameleon-client/package-lock.json +++ b/chameleon-client/package-lock.json @@ -5647,7 +5647,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -6012,7 +6013,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -6060,6 +6062,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -6098,11 +6101,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.3", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/chameleon-client/src/App.vue b/chameleon-client/src/App.vue index f602453d6..507480493 100644 --- a/chameleon-client/src/App.vue +++ b/chameleon-client/src/App.vue @@ -3,7 +3,7 @@
- +