diff --git a/package.json b/package.json index 8da67abd70ae897b1a8d12c994bb42cab43ee9e5..82286f2b3db3f44b798eb5ed4694c5ac3be5e071 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "xmldoc": "1.1.2" }, "optionalDependencies": { - "re2": "1.15.8" + "re2": "1.15.9" }, "devDependencies": { "@actions/core": "1.2.6", diff --git a/yarn.lock b/yarn.lock index c0150d092e14beed1f6c12fa5dcc867c0b6ed2d5..1524dad9fa14ec7a1b66ce81000430e46c7110de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5314,7 +5314,7 @@ init-package-json@^1.10.3: validate-npm-package-license "^3.0.1" validate-npm-package-name "^3.0.0" -install-artifact-from-github@^1.1.3: +install-artifact-from-github@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/install-artifact-from-github/-/install-artifact-from-github-1.2.0.tgz#adcbd123c16a4337ec44ea76d0ebf253cc16b074" integrity sha512-3OxCPcY55XlVM3kkfIpeCgmoSKnMsz2A3Dbhsq0RXpIknKQmrX1YiznCeW9cD2ItFmDxziA3w6Eg8d80AoL3oA== @@ -8679,12 +8679,12 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.8: minimist "^1.2.0" strip-json-comments "~2.0.1" -re2@1.15.8: - version "1.15.8" - resolved "https://registry.yarnpkg.com/re2/-/re2-1.15.8.tgz#654dfbd889acc2649773a2b32dfb9feb357ca9bc" - integrity sha512-CZm4HMuNbY+LP5LjFQvBxbQmvS7iJiVR3w23Bk3jYxZFUj6wPiYRvDikyVpqHYLioVAWcgjG6F90Pk4z7ehUSg== +re2@1.15.9: + version "1.15.9" + resolved "https://registry.yarnpkg.com/re2/-/re2-1.15.9.tgz#9ed16171edcb0bc4f0e239bf55229ff3f26acbe3" + integrity sha512-AXWEhpMTBdC+3oqbjdU07dk0pBCvxh5vbOMLERL6Y8FYBSGn4vXlLe8cYszn64Yy7H8keVMrgPzoSvOd4mePpg== dependencies: - install-artifact-from-github "^1.1.3" + install-artifact-from-github "^1.2.0" nan "^2.14.2" node-gyp "^7.1.2"