From 94fbf5b0668cc0f4352d433fcb37d621e8aed988 Mon Sep 17 00:00:00 2001
From: RunTheBot <58890327+RunTheBot@users.noreply.github.com>
Date: Wed, 29 May 2024 19:52:53 +0000
Subject: [PATCH] fix: Reorder Unified.js plugins to fix #1132 (#1139)
---
package.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 0821040..aa6e35d 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"workerpool": "^9.1.1",
- "ws": "^8.15.1",
+ "ws": "^8.17.0",
"yargs": "^17.7.2"
},
"devDependencies": {
--
Gitblit v1.10.0