From 4c5d3cd2a616f84caeda038e821d73b9ec1fcedd Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 25 Sep 2023 10:27:37 +0000
Subject: [PATCH] chore(deps): update dependency @hyrious/marshal to v0.3.2
 (#24646)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 package.json   | 2 +-
 pnpm-lock.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 978bc998ac..1c721314a8 100644
--- a/package.json
+++ b/package.json
@@ -255,7 +255,7 @@
     "re2": "1.20.3"
   },
   "devDependencies": {
-    "@hyrious/marshal": "0.3.1",
+    "@hyrious/marshal": "0.3.2",
     "@jest/environment": "29.7.0",
     "@jest/globals": "29.7.0",
     "@jest/reporters": "29.7.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b243bf2a57..94fbefe208 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -335,8 +335,8 @@ importers:
         version: 1.20.3
     devDependencies:
       '@hyrious/marshal':
-        specifier: 0.3.1
-        version: 0.3.1
+        specifier: 0.3.2
+        version: 0.3.2
       '@jest/environment':
         specifier: 29.7.0
         version: 29.7.0
@@ -1993,8 +1993,8 @@ packages:
     resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
     dev: true
 
-  /@hyrious/marshal@0.3.1:
-    resolution: {integrity: sha512-FA2WOw05Ry+bB8G51fPVDV0LNi8dwkDG/babZ6sQiJp88Nt31mOocXjttJ6J0V12TG9GLgNqaBn0H+BwWABtFA==}
+  /@hyrious/marshal@0.3.2:
+    resolution: {integrity: sha512-KhxiVDZ7Nisv/gShWHQjl7CsY9lUdGpHGdvafgS0RUIRssbYDJ9Y3jz/h5TQ1DnWmdTuANCEDRdoGK7XAFCzkQ==}
     engines: {node: ^14.18.0 || >=16.0.0}
     dev: true
 
-- 
GitLab