Skip to content

Commit

Permalink
chore(deps): update dependency re2 to v1.17.6 (#16137)
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 19, 2022
1 parent dd3598c commit 22d2681
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"xmldoc": "1.1.2"
},
"optionalDependencies": {
"re2": "1.17.4"
"re2": "1.17.6"
},
"devDependencies": {
"@actions/core": "1.8.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 22d2681

Please sign in to comment.