From 3faf2ff6f57cd17289f777e2a823ca79c00cb43f Mon Sep 17 00:00:00 2001
From: John Bowdre <61015723+jbowdre@users.noreply.github.com>
Date: Tue, 18 Jun 2024 20:38:45 +0000
Subject: [PATCH] feat(analytics): Cabin analytics support (#1221)

---
 package.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index da3ad40..6460458 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
     "unist-util-visit": "^5.0.0",
     "vfile": "^6.0.1",
     "workerpool": "^9.1.2",
-    "ws": "^8.17.0",
+    "ws": "^8.17.1",
     "yargs": "^17.7.2"
   },
   "devDependencies": {
@@ -103,7 +103,7 @@
     "@types/ws": "^8.5.10",
     "@types/yargs": "^17.0.32",
     "esbuild": "^0.19.9",
-    "prettier": "^3.2.4",
+    "prettier": "^3.3.2",
     "tsx": "^4.11.2",
     "typescript": "^5.4.5"
   }

--
Gitblit v1.10.0