Skip to content

Commit

Permalink
chore(deps): update dependency re2 to v1.19.0 (#22550)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent 87fe6e3 commit 8f492d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
"zod": "3.21.4"
},
"optionalDependencies": {
"re2": "1.18.2"
"re2": "1.19.0"
},
"devDependencies": {
"@jest/globals": "29.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8901,10 +8901,10 @@ rc@^1.2.8:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

re2@1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.18.2.tgz#48dd7fd26f1e1c2133db299d8e9ac8c456b8507d"
integrity sha512-9r1/ZWC46rmTf+q/qNRa6mVbWaX0PnWclBDwozaa7UfvS8hny6ENejEtwNUwmNRDGFpOISERPQeZ6EE+6djHyA==
re2@1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.19.0.tgz#6d867404fe3c63d874c7d7bfdc0c9d4add059c87"
integrity sha512-y0LcLZgBF3L7mDtNfbghb7dCmChYQO2QsUGklNueAJUH+HAZO8UZUubgNsf6OxRTAQpeE4KMPR7vcpK3+Q+GiA==
dependencies:
install-artifact-from-github "^1.3.3"
nan "^2.17.0"
Expand Down

0 comments on commit 8f492d6

Please sign in to comment.