Skip to content

Commit

Permalink
chore(deps): update dependency re2 to v1.17.0 (#13061)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 12, 2021
1 parent c96637b commit fa1240f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -206,7 +206,7 @@
"xmldoc": "1.1.2"
},
"optionalDependencies": {
"re2": "1.16.0"
"re2": "1.17.0"
},
"devDependencies": {
"@actions/core": "1.6.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -7969,7 +7969,7 @@ mv@~2:
ncp "~2.0.0"
rimraf "~2.4.0"

nan@^2.14.0, nan@^2.14.2:
nan@^2.14.0, nan@^2.15.0:
version "2.15.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
Expand Down Expand Up @@ -8044,7 +8044,7 @@ node-fetch@^2.6.1:
dependencies:
whatwg-url "^5.0.0"

node-gyp@*, node-gyp@^8.0.0, node-gyp@^8.2.0:
node-gyp@*, node-gyp@^8.2.0, node-gyp@^8.4.1:
version "8.4.1"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937"
integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==
Expand Down Expand Up @@ -9065,14 +9065,14 @@ rc@^1.2.8:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

re2@1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.16.0.tgz#f311eb4865b1296123800ea8e013cec8dab25590"
integrity sha512-eizTZL2ZO0ZseLqfD4t3Qd0M3b3Nr0MBWpX81EbPMIud/1d/CSfUIx2GQK8fWiAeHoSekO5EOeFib2udTZLwYw==
re2@1.17.0:
version "1.17.0"
resolved "https://registry.yarnpkg.com/re2/-/re2-1.17.0.tgz#6fe044011513be3e1b89a872d02b18cf45920570"
integrity sha512-hb2NBoC3kYWKCtTZCJncv9jIfI1LKUVyVU4yhy0egr9HBMsLrVhLCQB5p2U/btx+ZB26WNcI0/YATPRymm4fYw==
dependencies:
install-artifact-from-github "^1.2.0"
nan "^2.14.2"
node-gyp "^8.0.0"
nan "^2.15.0"
node-gyp "^8.4.1"

react-is@^17.0.1:
version "17.0.2"
Expand Down

0 comments on commit fa1240f

Please sign in to comment.