From 62a3c7c10ec409979e9e5d49d8d6ed7ea604eb5c Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Thu, 13 Jun 2024 09:51:40 +0200
Subject: [PATCH] build(deps): Revert "build(deps): update dependency re2 to
 v1.21.1" (#29644)

---
 package.json   |  2 +-
 pnpm-lock.yaml | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index 024542d7fa..35be4e9ed3 100644
--- a/package.json
+++ b/package.json
@@ -252,7 +252,7 @@
   "optionalDependencies": {
     "better-sqlite3": "9.6.0",
     "openpgp": "5.11.1",
-    "re2": "1.21.1"
+    "re2": "1.20.12"
   },
   "devDependencies": {
     "@hyrious/marshal": "0.3.3",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 546c0c9590..b13c92ccf8 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -337,8 +337,8 @@ importers:
         specifier: 5.11.1
         version: 5.11.1
       re2:
-        specifier: 1.21.1
-        version: 1.21.1
+        specifier: 1.20.12
+        version: 1.20.12
     devDependencies:
       '@hyrious/marshal':
         specifier: 0.3.3
@@ -5056,8 +5056,8 @@ packages:
     resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
     hasBin: true
 
-  re2@1.21.1:
-    resolution: {integrity: sha512-MZlbPp1m4LyN4LvHoODs0kBHhi55O1wrDHoDP74ox7QMtLqsrgn/MPHS/ptFKHVVYRn49TPV/UhcQsltNZQfMw==}
+  re2@1.20.12:
+    resolution: {integrity: sha512-pfCHx+j0agxahWorhQZ2hyaZh/LH2e/vpoAilggksI3fFt+62oF0AY7UP7uvmpWleYLy6UoBTz4r/Kif0LfB/g==}
 
   react-is@18.3.1:
     resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
@@ -11881,7 +11881,7 @@ snapshots:
       minimist: 1.2.8
       strip-json-comments: 2.0.1
 
-  re2@1.21.1:
+  re2@1.20.12:
     dependencies:
       install-artifact-from-github: 1.3.5
       nan: 2.19.0
-- 
GitLab