From c5aae245caad3288fd4e44519c70e8f5c87e7b12 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 13 Sep 2023 06:28:36 +0000
Subject: [PATCH] chore(deps): update dependency @hyrious/marshal to v0.3.1
 (#24393)

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 7750427a9c..b75a9c55d9 100644
--- a/package.json
+++ b/package.json
@@ -253,7 +253,7 @@
     "re2": "1.20.3"
   },
   "devDependencies": {
-    "@hyrious/marshal": "0.3.0",
+    "@hyrious/marshal": "0.3.1",
     "@jest/environment": "29.6.4",
     "@jest/globals": "29.6.4",
     "@jest/reporters": "29.6.4",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 67c5c446b4..a47a5c6fd6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -332,8 +332,8 @@ importers:
         version: 1.20.3
     devDependencies:
       '@hyrious/marshal':
-        specifier: 0.3.0
-        version: 0.3.0
+        specifier: 0.3.1
+        version: 0.3.1
       '@jest/environment':
         specifier: 29.6.4
         version: 29.6.4
@@ -1993,8 +1993,8 @@ packages:
     resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
     dev: true
 
-  /@hyrious/marshal@0.3.0:
-    resolution: {integrity: sha512-VeQyqt0Mmi+oTu6t1dESnnciVCeWISzbYH4fI+gcG6YnpJuHfPiWIweP7lbGjGqw3SZoGHu+f+takwZW71xenw==}
+  /@hyrious/marshal@0.3.1:
+    resolution: {integrity: sha512-FA2WOw05Ry+bB8G51fPVDV0LNi8dwkDG/babZ6sQiJp88Nt31mOocXjttJ6J0V12TG9GLgNqaBn0H+BwWABtFA==}
     engines: {node: ^14.18.0 || >=16.0.0}
     dev: true
 
-- 
GitLab