From 6a019dae13c8800c36c763f31f716f0aeff7972e Mon Sep 17 00:00:00 2001
From: Lucas-BRT <93885104+Lucas-BRT@users.noreply.github.com>
Date: Wed, 17 Apr 2024 01:02:59 +0000
Subject: [PATCH] fix: unnecessery 'm' letter removed in pt-BR (#1100)
---
package.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index e047e1b..855ca22 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
- "workerpool": "^9.1.0",
+ "workerpool": "^9.1.1",
"ws": "^8.15.1",
"yargs": "^17.7.2"
},
--
Gitblit v1.10.0