From 67d862d9e1176f8060a12ea42c0a6c2912751567 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 06:07:02 +0000 Subject: [PATCH] chore(deps): update dependency re2 to v1.15.5 (#7420) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 06cca77a53..fa54af796f 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "xmldoc": "1.1.2" }, "optionalDependencies": { - "re2": "1.15.4" + "re2": "1.15.5" }, "devDependencies": { "@actions/core": "1.2.6", diff --git a/yarn.lock b/yarn.lock index bcce4940dd..53fd011dd2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7370,7 +7370,7 @@ node-gyp@^5.0.2, node-gyp@^5.1.0: tar "^4.4.12" which "^1.3.1" -node-gyp@^7.0.0: +node-gyp@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.0.tgz#cb8aed7ab772e73ad592ae0c71b0e3741099fe39" integrity sha512-rjlHQlnl1dqiDZxZYiKqQdrjias7V+81OVR5PTzZioCBtWkNdrKy06M05HLKxy/pcKikKRCabeDRoZaEc6nIjw== @@ -8566,14 +8566,14 @@ 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.4: - version "1.15.4" - resolved "https://registry.yarnpkg.com/re2/-/re2-1.15.4.tgz#2ffc3e4894fb60430393459978197648be01a0a9" - integrity sha512-7w3K+Daq/JjbX/dz5voMt7B9wlprVBQnMiypyCojAZ99kcAL+3LiJ5uBoX/u47l8eFTVq3Wj+V0pmvU+CT8tOg== +re2@1.15.5: + version "1.15.5" + resolved "https://registry.yarnpkg.com/re2/-/re2-1.15.5.tgz#070b728933433ab605134b827a58919038cc8048" + integrity sha512-DwlSUKqhBbECQYbJOudEC20d4Y4KnE7H6gFh1n7zRe10nFP7X2UKZ0ko2rz2islKyjl5KrPyCrxh9hJfiVx0VQ== dependencies: install-artifact-from-github "^1.0.2" nan "^2.14.1" - node-gyp "^7.0.0" + node-gyp "^7.1.0" react-is@^16.12.0, react-is@^16.8.4: version "16.13.1" -- GitLab