Skip to content

Commit

Permalink
chore(deps): update dependency re2 to v1.18.2 (#22547)
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 ef8c4ca commit bb3fa0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.0"
"re2": "1.18.2"
},
"devDependencies": {
"@jest/globals": "29.5.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6138,10 +6138,10 @@ init-package-json@^5.0.0:
validate-npm-package-license "^3.0.4"
validate-npm-package-name "^5.0.0"

install-artifact-from-github@^1.3.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/install-artifact-from-github/-/install-artifact-from-github-1.3.2.tgz#1a16d9508e40330523a3017ae0d4713ccc64de82"
integrity sha512-yCFcLvqk0yQdxx0uJz4t9Z3adDMLAYrcGYv546uRXCSvxE+GqNYhhz/KmrGcUKGI/gVLR9n/e/zM9jX/+ASMJQ==
install-artifact-from-github@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/install-artifact-from-github/-/install-artifact-from-github-1.3.3.tgz#57d89bacfa0f47d7307fe41b6247cda9f9a8079c"
integrity sha512-x79SL0d8WOi1ZjXSTUqqs0GPQZ92YArJAN9O46wgU9wdH2U9ecyyhB9YGDbPe2OLV4ptmt6AZYRQZ2GydQZosQ==

internal-slot@^1.0.5:
version "1.0.5"
Expand Down Expand Up @@ -7962,7 +7962,7 @@ node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"

node-gyp@^9.0.0, node-gyp@^9.3.0, node-gyp@^9.3.1:
node-gyp@^9.0.0, node-gyp@^9.3.1:
version "9.3.1"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.3.1.tgz#1e19f5f290afcc9c46973d68700cbd21a96192e4"
integrity sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==
Expand Down Expand Up @@ -8901,14 +8901,14 @@ rc@^1.2.8:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

re2@1.18.0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.18.0.tgz#6d6f47c5aaa436eb7a7d68b260f8cf25d7948619"
integrity sha512-MoCYZlJ9YUgksND9asyNF2/x532daXU/ARp1UeJbQ5flMY6ryKNEhrWt85aw3YluzOJlC3vXpGgK2a1jb0b4GA==
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==
dependencies:
install-artifact-from-github "^1.3.1"
install-artifact-from-github "^1.3.3"
nan "^2.17.0"
node-gyp "^9.3.0"
node-gyp "^9.3.1"

react-is@^18.0.0:
version "18.2.0"
Expand Down

0 comments on commit bb3fa0a

Please sign in to comment.