diff --git a/package.json b/package.json index c7f3e621a79a74a9a88401a335a68b70d5b0c14f..fae6eee7b80204fc0031264f3d10a724b9c18b6b 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "xmldoc": "1.1.2" }, "optionalDependencies": { - "re2": "1.17.4" + "re2": "1.17.6" }, "devDependencies": { "@actions/core": "1.8.2", diff --git a/yarn.lock b/yarn.lock index c62e9bc3b5713fffc119acdcdabb06595747e635..9c1a5b384417851713bf9d2adecae1494131b133 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== @@ -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"