From 22d2681a6eca569b521daa44bfc16ed484a14a10 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Jun 2022 04:25:13 +0000
Subject: [PATCH] chore(deps): update dependency re2 to v1.17.6 (#16137)

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

diff --git a/package.json b/package.json
index c7f3e621a7..fae6eee7b8 100644
--- a/package.json
+++ b/package.json
@@ -212,7 +212,7 @@
     "xmldoc": "1.1.2"
   },
   "optionalDependencies": {
-    "re2": "1.17.4"
+    "re2": "1.17.6"
   },
   "devDependencies": {
     "@actions/core": "1.8.2",
diff --git a/yarn.lock b/yarn.lock
index c62e9bc3b5..9c1a5b3844 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7166,7 +7166,7 @@ mv@~2:
     ncp "~2.0.0"
     rimraf "~2.4.0"
 
-nan@^2.14.0, nan@^2.15.0:
+nan@^2.14.0, nan@^2.16.0:
   version "2.16.0"
   resolved "https://registry.yarnpkg.com/nan/-/nan-2.16.0.tgz#664f43e45460fb98faf00edca0bb0d7b8dce7916"
   integrity sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==
@@ -8137,14 +8137,14 @@ rc@^1.2.8:
     minimist "^1.2.0"
     strip-json-comments "~2.0.1"
 
-re2@1.17.4:
-  version "1.17.4"
-  resolved "https://registry.yarnpkg.com/re2/-/re2-1.17.4.tgz#7bf29290bdde963014e77bd2c2e799a6d788386e"
-  integrity sha512-xyZ4h5PqE8I9tAxTh3G0UttcK5ufrcUxReFjGzfX61vtanNbS1XZHjnwRSyPcLgChI4KLxVgOT/ioZXnUAdoTA==
+re2@1.17.6:
+  version "1.17.6"
+  resolved "https://registry.yarnpkg.com/re2/-/re2-1.17.6.tgz#eaa855e8c03fb7dd30d9fcc107a958ae95722052"
+  integrity sha512-LXDy+0Uj0S5s2QJT4atIrL/cX88SRqEIUvIgUF8MiJiNq8lTobQmdwns4tM0684VLNlm+1EQ/kviiokZqJtpKA==
   dependencies:
     install-artifact-from-github "^1.3.0"
-    nan "^2.15.0"
-    node-gyp "^8.4.1"
+    nan "^2.16.0"
+    node-gyp "^9.0.0"
 
 react-is@^17.0.1:
   version "17.0.2"
-- 
GitLab